linux/drivers/kvm
Jeff Dike 519ef35341 KVM: add hypercall nr to kvm_run
Add the hypercall number to kvm_run and initialize it.  This changes the ABI,
but as this particular ABI was unusable before this no users are affected.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
2007-10-13 10:18:20 +02:00
..
Kconfig
Makefile
kvm.h KVM: Dynamically allocate vcpus 2007-10-13 10:18:20 +02:00
kvm_main.c KVM: add hypercall nr to kvm_run 2007-10-13 10:18:20 +02:00
kvm_svm.h KVM: Dynamically allocate vcpus 2007-10-13 10:18:20 +02:00
mmu.c KVM: Move gfn_to_page out of kmap/unmap pairs 2007-10-13 10:18:19 +02:00
paging_tmpl.h KVM: Move gfn_to_page out of kmap/unmap pairs 2007-10-13 10:18:19 +02:00
segment_descriptor.h
svm.c KVM: Dynamically allocate vcpus 2007-10-13 10:18:20 +02:00
svm.h
vmx.c KVM: VMX: Improve the method of writing vmcs control 2007-10-13 10:18:20 +02:00
vmx.h KVM: VMX: Import some constants of vmcs from IA32 SDM 2007-10-13 10:18:19 +02:00
x86_emulate.c KVM: Remove dead code in the cmpxchg instruction emulation 2007-10-13 10:18:19 +02:00
x86_emulate.h