]> git.proxmox.com Git - qemu.git/commit
pc: Allocate all ram in a single qemu_ram_alloc()
authorAlex Williamson <alex.williamson@redhat.com>
Fri, 25 Jun 2010 17:08:45 +0000 (11:08 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Jul 2010 15:36:27 +0000 (10:36 -0500)
commit44ae28f3152138e71ccad66c201d730b93374bc2
tree9aa6ed6b2dfe8584a77dc22f7d09fc43d425e430
parentd17b5288d91c935cc8795fa0620721da0a3865e1
pc: Allocate all ram in a single qemu_ram_alloc()

This will benefit us when we migrate based on ramblock name since
we won't be bouncing between separate blocks.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pc.c