From: Izik Eidus Date: Wed, 24 Oct 2007 22:29:55 +0000 (+0200) Subject: KVM: Add ioctl to tss address from userspace, X-Git-Tag: v2.6.25-rc1~1138^2~189 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbc9402297b9a233981f74587786364cda21c771;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed