This version addresses the review comments: - rename KVM[_X86]_VCPU_* -> KVM[_X86]_VCPU_STATE_* - more padding for kvm_nmi_state - use bool in get/set_nmi_mask - add basic documentation. Find this series also at git://git.kiszka.org/linux-kvm.git queues/vcpu-state Jan Kiszka (4): KVM: Reorder IOCTLs in main kvm.h KVM: Add unified KVM_GET/SET_VCPU_STATE IOCTL KVM: x86: Add support for KVM_GET/SET_VCPU_STATE KVM: x86: Add VCPU substate for NMI states Documentation/kvm/api.txt | 103 +++++++++++++ arch/ia64/kvm/kvm-ia64.c | 12 ++ arch/powerpc/kvm/powerpc.c | 12 ++ arch/s390/kvm/kvm-s390.c | 12 ++ arch/x86/include/asm/kvm.h | 15 ++- arch/x86/include/asm/kvm_host.h | 2 + arch/x86/kvm/svm.c | 22 +++ arch/x86/kvm/vmx.c | 30 ++++ arch/x86/kvm/x86.c | 243 ++++++++++++++++++++--------- include/linux/kvm.h | 246 +++++++++++++++++-------------- include/linux/kvm_host.h | 5 + virt/kvm/kvm_main.c | 318 +++++++++++++++++++++++++++----------- 12 files changed, 740 insertions(+), 280 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