commit | 6fe639792c7b8e462baeaac39ecc33541fd5da6e | [log] [tgz] |
---|---|---|
author | Sheng Yang <sheng@linux.intel.com> | Thu Oct 16 17:30:58 2008 +0800 |
committer | Avi Kivity <avi@redhat.com> | Wed Dec 31 16:51:46 2008 +0200 |
tree | 3a583ad3299455dafa949b76b825e6b763028a07 | |
parent | 291f26bc0f89518ad7ee3207c09eb8a743ac8fcc [diff] |
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>