qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Blue Swirl
Subject: Re: [Qemu-devel] qemu-system-sparc uses all host cpu while targetsystem is idle
Date: Wed, 20 Sep 2006 17:48:48 +0200

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 device in OpenBIOS from xxxpower-management to power-management. I can't see why it should crash, the implementation is very straightforward. Or maybe halting the CPU should be delayed until the TB is finished executing and halt only from main loop?

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]