From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEDDN-00073f-P9 for qemu-devel@nongnu.org; Wed, 19 Sep 2012 01:52:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEDDM-0006de-Sa for qemu-devel@nongnu.org; Wed, 19 Sep 2012 01:52:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEDDM-0006da-K8 for qemu-devel@nongnu.org; Wed, 19 Sep 2012 01:52:48 -0400 Message-ID: <50595DAD.8090409@redhat.com> Date: Wed, 19 Sep 2012 07:52:45 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1347952634-12286-1-git-send-email-kraxel@redhat.com> <1347952634-12286-10-git-send-email-kraxel@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 9/9] fbdev: add display scaling support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: "qemu-devel@nongnu.org" On 09/18/12 17:02, Stefano Stabellini wrote: > On Tue, 18 Sep 2012, Gerd Hoffmann wrote: >> Add support for scaling the guest display. >> Ctrl-Alt-S hotkey toggles scaling. > > We could make sdl_zoom generic: sdl_zoom_blit doesn't actually depend on > sdl. I'd rather go the other way around and make sdl zoom use pixman. cheers, Gerd