On Thu, 2011-03-24 at 01:51 +1100, David Gibson wrote: > Ah, you probably need to increase the amount of memory given to the > guest. The SLOF image, certainly, won't work with the qemu default > memory size. Try -m 512.
Ah good point, forgot about that. SLOF has a minimum of 256M due to the way we do the memory layout. We haven't quite figured out yet how to have qemu just default to that for -M pseries. Cheers, Ben.