From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEifd-0006By-6P for qemu-devel@nongnu.org; Thu, 20 Sep 2012 11:28:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEifT-0006x3-PD for qemu-devel@nongnu.org; Thu, 20 Sep 2012 11:28:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEifT-0006wy-Gr for qemu-devel@nongnu.org; Thu, 20 Sep 2012 11:27:55 -0400 Message-ID: <505B35F6.8060302@redhat.com> Date: Thu, 20 Sep 2012 17:27:50 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1348053341-29212-1-git-send-email-kraxel@redhat.com> <1348053341-29212-8-git-send-email-kraxel@redhat.com> <505AB4C9.9070809@redhat.com> <505B1F46.1080303@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 7/9] fbdev: move to pixman List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: "qemu-devel@nongnu.org" Hi, >> In any graphics mode relevant today vga emulation will use >> qemu_create_displaysurface_from(). Whenever a DisplayAllocator is >> present or not doesn't make any difference then. > > Unfortunately if my memory doesn't fail me, Windows uses 24 bpp. > So actually the DisplayAllocator interface is the one that is going to be > used all the time. Guess we want implement 24bpp support in displaylisteners then. cheers, Gerd