* [Qemu-devel] Ram allocation changes
@ 2009-04-11 17:16 Paul Brook
2009-04-14 7:42 ` Markus Armbruster
0 siblings, 1 reply; 2+ messages in thread
From: Paul Brook @ 2009-04-11 17:16 UTC (permalink / raw)
To: qemu-devel
After my recent set of changes, qemu supports dynamic allocations of guest
ram. Previously all guest ram had to be preallocated before device/board
initialization. This provides most of the infrastructure necessary for
memory hotplug, and is a prerequisite for machine config files. There should
be no user visible changes.
I've tested as many targets as I can. If your favourite target dies with "Bad
ram offset" then the most likely cause is that the board needs to allocate
its ram with qemu_ram_alloc, rather than blindly assuming it exists.
Paul
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-14 7:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-11 17:16 [Qemu-devel] Ram allocation changes Paul Brook
2009-04-14 7:42 ` Markus Armbruster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).