kvm: add MSR based hypercall API
commitcfd27eb4584613e8fe2bffa17e2b964bbc07ee80
authorAvi Kivity <avi@qumranet.com>
Thu, 1 Feb 2007 12:22:49 +0000 (1 12:22 +0000)
committerAvi Kivity <avi@qumranet.com>
Thu, 1 Feb 2007 12:22:49 +0000 (1 12:22 +0000)
treec8bc3b856b2b523a863eecbedf1ceb2c598d66cc
parent7a45596fa5b420670c30f5efc65f959ba694a9dd
kvm: add MSR based hypercall API

From: Ingo Molnar <mingo@elte.hu>

this adds a special MSR based hypercall API to KVM. This is to be
used by paravirtual kernels and virtual drivers.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kvm/kernel/include/linux/kvm_para.h [new file with mode: 0644]
kvm/kernel/kvm.h
kvm/kernel/kvm_main.c
kvm/kernel/svm.c
kvm/kernel/vmx.c