kvm: libkvm: fix declerations that should be in kvm-common.h & not in kvm-x86.h
commitfe1e7d70b456b37644cc6e4557b37a3155150f80
authorJerone Young <jyoung5@us.ibm.com>
Thu, 8 Nov 2007 22:15:50 +0000 (8 16:15 -0600)
committerAvi Kivity <avi@qumranet.com>
Mon, 12 Nov 2007 08:32:08 +0000 (12 10:32 +0200)
treed51f909208d094f4d604d3b79d7489608b7b6306
parent50f0ac72f455442443635603d9017598fb90f66e
kvm: libkvm: fix declerations that should be in kvm-common.h & not in kvm-x86.h

During the first phase of the refactoring these function declerations
where not moved over to the kvm-common.h.

Function decleartions include:
kvm_alloc_kernel_memory
kvm_alloc_userspace_memory
kvm_create_kernel_phys_mem
kvm_show_code
kvm_run_abi10

Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
kvm/libkvm/kvm-common.h
kvm/libkvm/kvm-x86.h