From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StCKL-00051Y-GQ for qemu-devel@nongnu.org; Mon, 23 Jul 2012 02:41:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1StCKG-0002wl-JS for qemu-devel@nongnu.org; Mon, 23 Jul 2012 02:41:09 -0400 Received: from e23smtp07.au.ibm.com ([202.81.31.140]:54821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StCKF-0002w2-Vc for qemu-devel@nongnu.org; Mon, 23 Jul 2012 02:41:04 -0400 Received: from /spool/local by e23smtp07.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 23 Jul 2012 16:40:42 +1000 Message-ID: <1343025621.2957.27.camel@pasglop> From: Benjamin Herrenschmidt Date: Mon, 23 Jul 2012 16:40:21 +1000 In-Reply-To: <4FEB886A.5000605@us.ibm.com> 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> 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 Wed, 2012-06-27 at 17:25 -0500, Anthony Liguori wrote: > If a user asks for something and we can't make it work, we should fail. Note that QEMU's cirrus works fine with the new kernel cirrusdrmfb, so I say we should allow it (needs to be able to the powerpc device .mak as well tho. It shouldn't be primary because old RHEL's iirc used to have cirrusfb enabled and that would blow due to guest kernel bugs among others. I haven't had a chance to try whatever userspace DDX the Xorg folks have come up with to use on top of cirrusdrmfb, so that might need a bit of fixing but there's no reason not to allow -vga cirrus at this point. 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 ? Cheers, Ben.