kvm: Remove unneeded memory slot reservation
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 7 Feb 2011 11:19:22 +0000 (12:19 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 14 Feb 2011 14:39:46 +0000 (12:39 -0200)
commit47ee885bf1c11048b5e5a8f39588e9c61a53ae0c
treeaa3f1cfcf305c32c1be1bb930ee6ae9a948fa16d
parent3a3098b3f61a867b5976fc83e9cf0e1fb7bcae16
kvm: Remove unneeded memory slot reservation

The number of slots and the location of private ones changed several
times in KVM's early days. However, it's stable since 2.6.29 (our
required baseline), and slots 8..11 are no longer reserved since then.
So remove this unneeded restriction.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
CC: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
kvm-all.c