From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqKOe-0004x3-7r for qemu-devel@nongnu.org; Sun, 27 Apr 2008 23:51:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqKOW-0004wo-Hc for qemu-devel@nongnu.org; Sun, 27 Apr 2008 23:51:19 -0400 Received: from [199.232.76.173] (port=52217 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqKOW-0004wl-FF for qemu-devel@nongnu.org; Sun, 27 Apr 2008 23:51:12 -0400 Received: from hobi.com ([130.94.185.247]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JqKOU-0000mX-Mb for qemu-devel@nongnu.org; Sun, 27 Apr 2008 23:51:12 -0400 Received: from unknown (HELO ricklap) ([68.255.102.73]) (envelope-sender ) by 130.94.185.247 (qmail-ldap-1.03) with SMTP for ; 28 Apr 2008 03:51:02 -0000 From: Rick Vernam Subject: Re: [Qemu-devel] [4270] bios: disable processor SSDT generation. Date: Sun, 27 Apr 2008 22:50:59 -0500 References: <5b31733c0804272033q1b13c435l56c1d1bb9340037b@mail.gmail.com> In-Reply-To: <5b31733c0804272033q1b13c435l56c1d1bb9340037b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804272250.59532.rickv@hobi.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org In my experience, WinXP sp2 (32-bit), Win2K sp4 & linux 2.6.20 (gentoo & vanilla - both 32-bit and not running X) all idled high - typically between 40% and 50% host cpu usage. disclamer: I'm running x86-64 host using unsupported gcc4. On Sunday 27 April 2008 10:33:41 pm Filip Navara wrote: > Under which operating system and in which conditions? Some operating > systems I use under QEMU require the processor descriptors and I've > been told that certain version of Windows Vista doesn't idle if the > processsor descriptors aren't present. > > Best regards, > Filip Navara > > On Mon, Apr 28, 2008 at 1:46 AM, Aurelien Jarno wrote: > > Revision: 4270 > > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4270 > > Author: aurel32 > > Date: 2008-04-27 23:46:00 +0000 (Sun, 27 Apr 2008) > > > > Log Message: > > ----------- > > bios: disable processor SSDT generation. Fixes high idle load on > > x86/x86-64. > > [snip] ...