Right now, kvm keeps the memory allocation split, so we can
commit82b36dc39890f1ba6b7017b8d2e912503cef6cf9
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 15 Sep 2008 16:01:01 +0000 (15 16:01 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 15 Sep 2008 16:01:01 +0000 (15 16:01 +0000)
tree42ba9bd75c7a631e03ab036a634e0e3741044736
parent434929bf11f0573d953c24287badbc2431a042ef
Right now, kvm keeps the memory allocation split, so we can
handle different areas in different ways. This schema works with qemu
too, so it appears to be the common ground.

This patch proposes using this common ground for everyone, by spliting
raw qemu.

Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5228 c046a42c-6fe2-441c-8c8c-71466251a162
hw/pc.c