The patches adds blank handlers for Hyper-V VMBus hypercalls routed by KVM_EXIT_HYPERV_HCALL KVM exit.
Signed-off-by: Andrey Smetanin <[email protected]> Reviewed-by: Roman Kagan <[email protected]> CC: Paolo Bonzini <[email protected]> CC: Richard Henderson <[email protected]> CC: Eduardo Habkost <[email protected]> CC: "Andreas Färber" <[email protected]> CC: Marcelo Tosatti <[email protected]> CC: Roman Kagan <[email protected]> CC: Denis V. Lunev <[email protected]> CC: [email protected] Andrey Smetanin (2): headers: Hyper-V VMBus hypercall codes and exit target-i386/kvm: Hyper-V VMBus hypercalls blank handlers include/standard-headers/asm-x86/hyperv.h | 4 +++- linux-headers/linux/kvm.h | 7 +++++++ target-i386/hyperv.c | 14 ++++++++++++++ target-i386/hyperv.h | 2 ++ target-i386/kvm.c | 3 +++ 5 files changed, 29 insertions(+), 1 deletion(-) -- 2.4.3
