On 16 February 2012 18:07, Alexander Graf <agraf at suse.de> wrote: > On 16.02.2012, at 19:02, Peter Maydell wrote: >> Does anybody have a matching version of the arm kvm.h that I can pull >> into the qemu-linaro tree so we're back in sync again? >> >> It looks like it might be as simple as adding a >> ?/* definition of registers in kvm_run */ >> ?struct kvm_sync_regs { >> ?}; >> >> and that certainly compiles, but I thought it better to check... > > There's a script in scripts/ for syncing the kernel headers. Just run that against your current ARM development kvm tree and you should be good, no? No, because the current ARM development KVM tree isn't based on kvm.next (it doesn't have kvm_sync_regs) and I don't want to effectively revert your commit :-) -- PMM