KVM: VMX: Move private memory slot position
authorSheng Yang <sheng@linux.intel.com>
Thu, 16 Oct 2008 09:30:58 +0000 (17:30 +0800)
committerAvi Kivity <avi@redhat.com>
Wed, 31 Dec 2008 14:51:46 +0000 (16:51 +0200)
commit6fe639792c7b8e462baeaac39ecc33541fd5da6e
tree3a583ad3299455dafa949b76b825e6b763028a07
parent291f26bc0f89518ad7ee3207c09eb8a743ac8fcc
KVM: VMX: Move private memory slot position

PCI device assignment would map guest MMIO spaces as separate slot, so it is
possible that the device has more than 2 MMIO spaces and overwrite current
private memslot.

The patch move private memory slot to the top of userspace visible memory slots.

Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/vmx.c
arch/x86/kvm/vmx.h