KVM: VMX: Don't use highmem pages for the msr and pio bitmaps
authorAvi Kivity <avi@redhat.com>
Tue, 24 Feb 2009 19:46:19 +0000 (21:46 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 10 Jun 2009 08:48:21 +0000 (11:48 +0300)
commit3e7c73e9b15eab73e9cf72daf3931925da8afcff
treeab78f31bfc210c5966f7e93dcfbb8d1f0d1503d9
parent07a2039b8eb0af4ff464efd3dfd95de5c02648c6
KVM: VMX: Don't use highmem pages for the msr and pio bitmaps

Highmem pages are a pain, and saving three lowmem pages on i386 isn't worth
the extra code.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/vmx.c