Right now, kvm keeps the memory allocation split, so we can
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 15 Sep 2008 16:01:01 +0000 (16:01 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 15 Sep 2008 16:01:01 +0000 (16:01 +0000)
commit51b5e2802663de0a1b9fbb1072ceef780bbea9c3
tree42ba9bd75c7a631e03ab036a634e0e3741044736
parentd7afef32377a52433c84d39843cbd62bf3c07d20
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