Re: [Qemu-devel] qemu-system-sparc uses all host cpu while targetsystem is idle

2006-09-20 Thread Aurelien Jarno
On Wed, Sep 20, 2006 at 05:48:48PM +0200, Blue Swirl wrote: > >CPU suspend is not implemented for sparc guests. > >Unlike most other targets, suspending the CPU is controlled by the system > >chipset, not by an instruction on the CPU. See slavio_misc.c > > Suspending is disabled, because it crashe

Re: [Qemu-devel] qemu-system-sparc uses all host cpu while targetsystem is idle

2006-09-20 Thread Blue Swirl
CPU suspend is not implemented for sparc guests. Unlike most other targets, suspending the CPU is controlled by the system chipset, not by an instruction on the CPU. See slavio_misc.c Suspending is disabled, because it crashes qemu. It can be tested by tweaking slavio_misc.c and renaming the de