KVM: Hyper-V: do not do hypercall userspace exits if SynIC is disabled
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 29 Mar 2016 09:23:25 +0000 (11:23 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 1 Apr 2016 10:10:09 +0000 (12:10 +0200)
commita2b5c3c0c8eea2d5d0eefcfc0fc0bdf386daa260
treebec7cf046706e3d2c8ecfaa6bb232f7ef232861a
parent321c5658c5e9192dea0d58ab67cf1791e45b2b26
KVM: Hyper-V: do not do hypercall userspace exits if SynIC is disabled

If SynIC is disabled, there is nothing that userspace can do to
handle these exits; on the other hand, userspace probably will
not know about KVM_EXIT_HYPERV_HCALL and complain about it or
even exit.  Just prevent anything bad from happening by handling
the hypercall in KVM and returning an "invalid hypercall" code.

Fixes: 83326e43f27e9a8a501427a0060f8af519a39bb2
Cc: Andrey Smetanin <irqlevel@gmail.com>
Reviewed-by: Roman Kagan <rkagan@virtuozzo.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/hyperv.c