This is the generic part of the KVM_SET_ONE_REG/KVM_GET_ONE_REG enhancements which ARM wants, rebased onto kvm/next. Rusty Russell (3): KVM: Move KVM_SET_ONE_REG/KVM_GET_ONE_REG to generic code. KVM: Add KVM_REG_SIZE() helper. KVM: Add KVM_VCPU_GET_REG_LIST/KVM_CAP_REG_LIST. Documentation/virtual/kvm/api.txt | 20 ++++++++++++++++++ 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 | 14 +++++++++++++ include/linux/kvm_host.h | 9 ++++++++- virt/kvm/kvm_main.c | 38 +++++++++++++++++++++++++++++++++++ 11 files changed, 90 insertions(+), 39 deletions(-) -- 1.7.9.5 -- 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