From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USOod-0000UD-LN for qemu-devel@nongnu.org; Wed, 17 Apr 2013 05:38:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USOoc-0007Ur-Au for qemu-devel@nongnu.org; Wed, 17 Apr 2013 05:38:11 -0400 Received: from mail-qe0-f50.google.com ([209.85.128.50]:55112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USOoc-0007Ul-6v for qemu-devel@nongnu.org; Wed, 17 Apr 2013 05:38:10 -0400 Received: by mail-qe0-f50.google.com with SMTP id a11so780447qen.9 for ; Wed, 17 Apr 2013 02:38:09 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <516E6D78.8050903@redhat.com> Date: Wed, 17 Apr 2013 11:38:00 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1366105178-26744-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1366105178-26744-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v4 00/24] console: console overhaul continued List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Il 16/04/2013 11:39, Gerd Hoffmann ha scritto: > Hi, > > Next batch of console cleanup patches. What is in there? > > (1) qemu text consoles are rendered using pixman now. > (2) Each QemuConsole has its own DisplaySurface now, so we can > switch consoles without re-rendering the QemuConsole and > update non-active consoles. > (3) Based on (2) the screendump code is simplified *alot*. > (4) gui refresh timer adaption is fixes and consolidated. Something tells me Cocoa is broken... $ git grep vga_hw_update ui/cocoa.m: vga_hw_update(); Paolo