qemu-kvm-x86: fix e820 reservation
commit8160019d5f2274916125faef29d2dd2051edca03
authorMarcelo Tosatti <mtosatti@redhat.com>
Mon, 25 Oct 2010 23:10:10 +0000 (25 21:10 -0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 3 Nov 2010 12:58:46 +0000 (3 10:58 -0200)
tree8693f77ed452b34cde2f9fb5f586328b31fbc99e
parent28752f4661e7f73cc972fcf507c633e415f669e5
qemu-kvm-x86: fix e820 reservation

e820 reserved range should start at 0xfeffc000, which includes
the EPT identity page, not 0xfeffd000.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
qemu-kvm-x86.c