From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcUJp-0005EW-3O for qemu-devel@nongnu.org; Sun, 07 Sep 2008 20:09:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcUJl-0005CR-Ig for qemu-devel@nongnu.org; Sun, 07 Sep 2008 20:09:24 -0400 Received: from [199.232.76.173] (port=35545 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcUJl-0005CO-CC for qemu-devel@nongnu.org; Sun, 07 Sep 2008 20:09:21 -0400 Received: from an-out-0708.google.com ([209.85.132.246]:16298) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcUJl-0000P7-1r for qemu-devel@nongnu.org; Sun, 07 Sep 2008 20:09:21 -0400 Received: by an-out-0708.google.com with SMTP id d18so200165and.130 for ; Sun, 07 Sep 2008 17:09:19 -0700 (PDT) Message-ID: <48C46CFE.5010204@codemonkey.ws> Date: Sun, 07 Sep 2008 19:08:30 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] opengl rendering in the sdl window References: <48B81423.9050502@eu.citrix.com> <200809071603.31181.paul@codesourcery.com> <20080907151254.GP4307@implementation> <200809071635.54858.paul@codesourcery.com> <20080907154143.GQ4307@implementation> In-Reply-To: <20080907154143.GQ4307@implementation> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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 Cc: Paul Brook Samuel Thibault wrote: > Paul Brook, le Sun 07 Sep 2008 16:35:54 +0100, a écrit : > >> It also depends what testcase you're benchmarking. A few pixels changing every >> frame is IMHO not a particularly interesting case. >> > > But we shouldn't spend time on it. For qemu it's trivial to get the > dirtyness of course. For Xen/KVM it's far less. > It's actually pretty simple with KVM. FWIW, I don't see guests consume a tremendous amount of CPU when idle with KVM. Can ya'll post some numbers with OpenGL and QEMU that show reduced CPU consumption? I'm going to try out the patches myself but if you have a test case that is known to benefit, that would be helpful. Regards, Anthony Liguori