From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StD3t-0002cw-GE for qemu-devel@nongnu.org; Mon, 23 Jul 2012 03:28:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1StD3r-0005zA-S0 for qemu-devel@nongnu.org; Mon, 23 Jul 2012 03:28:12 -0400 Message-ID: <1343028470.2957.32.camel@pasglop> From: Benjamin Herrenschmidt Date: Mon, 23 Jul 2012 17:27:50 +1000 In-Reply-To: <1343025621.2957.27.camel@pasglop> References: <80058105-0CF7-4FBD-BD4A-EF7532A8F5B8@suse.de> <1340833174.3732.65.camel@pasglop> <9D81F5FD-C680-4CC4-B3E0-E737C84BC1DB@suse.de> <1340834707.3732.81.camel@pasglop> <92004E32-9F3E-4F4F-8287-B2EF25C7B4F9@suse.de> <4FEB886A.5000605@us.ibm.com> <1343025621.2957.27.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 2/2] spapr: Add support for -vga option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Alexander Graf , Li Zhang , qemu-devel@nongnu.org, Li Zhang , qemu-ppc , Andreas =?ISO-8859-1?Q?F=E4rber?= , mjg@redhat.com On Mon, 2012-07-23 at 16:40 +1000, Benjamin Herrenschmidt wrote: > > Note to Matthew: cirrusdrmfb is a LOT SLOWER than offb for a similar > SW only dumb framebuffer, probably has to do with the way it does the > "dirty" stuff, not sure ... > > Why not draw directly into the emulated vram ? More note to Matthew ... any objection to doing something similar for qemu "bochs" style framebuffer ? (ia -vga std). This is the preferred one on ppc, does 32-bpp fine and is generally simpler. Cheers, Ben.