KVM: Per-architecture hypercall definitions
authorChristian Borntraeger <borntraeger@de.ibm.com>
Thu, 11 Oct 2007 13:34:17 +0000 (15:34 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:52:55 +0000 (17:52 +0200)
commit5f43238d036fb30e73563e81e42d9c6f1de5551a
tree5188b44c4c34b75ae61eca7465df23aa448546a2
parent8c392696e749171531d155ea5cefdfc1c970fd18
KVM: Per-architecture hypercall definitions

Currently kvm provides hypercalls only for x86* architectures. To
provide hypercall infrastructure for other kvm architectures I split
kvm_para.h into a generic header file and architecture specific
definitions.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
include/asm-x86/kvm_para.h [new file with mode: 0644]
include/linux/kvm_para.h