On 30.07.2010, at 03:48, Hollis Blanchard wrote: > The PowerPC 4xx SDRAM controller emulation unregisters RAM in its reset > callback. However, qemu_system_reset() is now called at initialization > time, so RAM is unregistered before starting the guest.
So the registration should be moved to reset now, no? How is the reset different from boot? How did a reset work before? Alex