On 13 September 2012 22:18, Christoffer Dall <c.dall@xxxxxxxxxxxxxxxxxxxxxx> wrote: > On Tue, Sep 11, 2012 at 1:40 AM, Rusty Russell <rusty.russell@xxxxxxxxxx> wrote: >> Since last time: >> 1) KVM_VCPU_GET_REG_LIST renamed to KVM_GET_REG_LIST. >> 2) Everything moved into ARM-specific code. > Thanks for all these, they've been applied to kvm-arm-master, which > means time to update QEMU for everyone. Looks like your merge has slightly misplaced these three lines in arch/arm/include/asm/kvm.h: +/* Normal registers are mapped as coprocessor 16. */ +#define KVM_REG_ARM_CORE (0x0010 << KVM_REG_ARM_COPROC_SHIFT) +#define KVM_REG_ARM_CORE_REG(name) (offsetof(struct kvm_regs, name) / 4) ...they ought to be with the other KVM_REG_* defines but have been separated from them by the KVM_ARM_IRQ* defines. thanks -- PMM _______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm