]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: introduce kvm_arch_vcpu_async_ioctl
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 12 Dec 2017 16:41:34 +0000 (17:41 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 14 Dec 2017 08:26:59 +0000 (09:26 +0100)
commit841408ab29b7c2cc2618e83e961d2a69212ec118
tree9211f9da6c453788e220eb06fa0ce3518e9e433c
parentfce5444ebec6006c5d7d76868a47ead52a559121
KVM: introduce kvm_arch_vcpu_async_ioctl

After the vcpu_load/vcpu_put pushdown, the handling of asynchronous VCPU
ioctl is already much clearer in that it is obvious that they bypass
vcpu_load and vcpu_put.

However, it is still not perfect in that the different state of the VCPU
mutex is still hidden in the caller.  Separate those ioctls into a new
function kvm_arch_vcpu_async_ioctl that returns -ENOIOCTLCMD for more
"traditional" synchronous ioctls.

Cc: James Hogan <jhogan@kernel.org>
Cc: Paul Mackerras <paulus@ozlabs.org>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Suggested-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/mips/kvm/Kconfig
arch/mips/kvm/mips.c
arch/powerpc/kvm/Kconfig
arch/powerpc/kvm/powerpc.c
arch/s390/kvm/Kconfig
arch/s390/kvm/kvm-s390.c
include/linux/kvm_host.h
virt/kvm/Kconfig
virt/kvm/kvm_main.c