Rusty Russell <rusty.russell@xxxxxxxxxx> writes: > Hi all, > > This compiles, completely untested, but it's my attempt to give > Avi (and Alexander) what he asked for in a generic register accessor. And here's the tested version: see my new "onereg-abi" branch. My next step is to demux CSELR, but that won't be until Tuesday. Cheers, Rusty. The following changes since commit bc9cf74d26786dd2063155f9c703b8cb19d4270d: KVM: ARM: Add trace and fix prints on guest aborts (2012-08-28 22:35:53 -0700) are available in the git repository at: gitolite@xxxxxxxxxxxxx:/pub/scm/linux/kernel/git/rusty/linux-kvm-arm.git onereg-abi for you to fetch changes up to fcecd7ddb31cf75d509b7a7bb2df033042b1d6a8: KVM ARM: Update api.txt (2012-09-01 21:56:06 +0930) ---------------------------------------------------------------- Rusty Russell (8): KVM: ARM: Fix walk_msrs() KVM: Move KVM_SET_ONE_REG/KVM_GET_ONE_REG to generic code. KVM: Add KVM_REG_SIZE() helper. KVM: ARM: use KVM_SET_ONE_REG/KVM_GET_ONE_REG. KVM: Add KVM_VCPU_GET_REG_LIST. KVM: ARM: Use KVM_VCPU_GET_REG_LIST. KVM: ARM: Access all registers via KVM_GET_ONE_REG/KVM_SET_ONE_REG. KVM ARM: Update api.txt Documentation/virtual/kvm/api.txt | 61 ++++----- arch/arm/include/asm/kvm.h | 77 ++++-------- arch/arm/include/asm/kvm_coproc.h | 6 +- arch/arm/include/asm/kvm_host.h | 35 ++++-- arch/arm/kvm/arm.c | 29 ----- arch/arm/kvm/coproc.c | 234 +++++++++++++++-------------------- arch/arm/kvm/emulate.c | 2 +- arch/arm/kvm/guest.c | 158 ++++++++++++++--------- arch/arm/kvm/reset.c | 4 +- arch/powerpc/include/asm/kvm_host.h | 1 + arch/powerpc/kvm/book3s_hv.c | 4 +- arch/powerpc/kvm/book3s_pr.c | 4 +- arch/powerpc/kvm/booke.c | 4 +- arch/powerpc/kvm/powerpc.c | 15 --- arch/s390/include/asm/kvm_host.h | 1 + arch/s390/kvm/kvm-s390.c | 19 +-- include/linux/kvm.h | 10 +- include/linux/kvm_host.h | 9 +- virt/kvm/kvm_main.c | 38 ++++++ 19 files changed, 340 insertions(+), 371 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html