KVM: Add ioctl to tss address from userspace,
authorIzik Eidus <izike@qumranet.com>
Wed, 24 Oct 2007 22:29:55 +0000 (00:29 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:52:56 +0000 (17:52 +0200)
commitcbc9402297b9a233981f74587786364cda21c771
tree35ba97693ffc506bb08f6bafa9e61a260bc8189f
parente0d62c7f48605119a7f9fa632e77561c89928963
KVM: Add ioctl to tss address from userspace,

Currently kvm has a wart in that it requires three extra pages for use
as a tss when emulating real mode on Intel.  This patch moves the allocation
internally, only requiring userspace to tell us where in the physical address
space we can place the tss.

Signed-off-by: Izik Eidus <izike@qumranet.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/kvm.h
drivers/kvm/kvm_main.c
drivers/kvm/svm.c
drivers/kvm/vmx.c
include/linux/kvm.h