commit | 44ae28f3152138e71ccad66c201d730b93374bc2 | [log] [tgz] |
---|---|---|
author | Alex Williamson <alex.williamson@redhat.com> | Fri Jun 25 11:08:45 2010 -0600 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Jul 06 10:36:27 2010 -0500 |
tree | 9aa6ed6b2dfe8584a77dc22f7d09fc43d425e430 | |
parent | d17b5288d91c935cc8795fa0620721da0a3865e1 [diff] |
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>