From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZhp8-0007wy-SV for qemu-devel@nongnu.org; Thu, 23 Jun 2011 07:11:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZhp7-000054-NF for qemu-devel@nongnu.org; Thu, 23 Jun 2011 07:11:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZhp7-000050-9e for qemu-devel@nongnu.org; Thu, 23 Jun 2011 07:11:49 -0400 Message-ID: <4E031F69.30407@redhat.com> Date: Thu, 23 Jun 2011 14:11:37 +0300 From: Avi Kivity MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/13] vga: dirty log cleanup, more linear mapping List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , Andrzej Zaborowski , "Michael S. Tsirkin" , qemu-devel , Gerd Hoffmann , Anthony PERARD On 06/14/2011 07:53 PM, Jan Kiszka wrote: > A few optimizations and cleanups I came across when trying to speed up > slow graphical grub unter non-cirrus vga. This series > - eliminates log_start/stop CPUPhysMemoryClient callbacks > - accelerates chain 4 vga mode under KVM > - fixes reset of vmware-vga > - cleans up vmware-vga a bit > > At least patch 8 is a candiate for 0.15 and stable. Yikes, most is all going away with the memory API (except the extra acceleration). -- error compiling committee.c: too many arguments to function