From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4hde-00075j-T2 for qemu-devel@nongnu.org; Mon, 24 Nov 2008 15:02:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4hda-00074x-Ko for qemu-devel@nongnu.org; Mon, 24 Nov 2008 15:02:29 -0500 Received: from [199.232.76.173] (port=51787 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4hda-00074u-I2 for qemu-devel@nongnu.org; Mon, 24 Nov 2008 15:02:26 -0500 Received: from yw-out-1718.google.com ([74.125.46.152]:26521) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4hdZ-0007HX-JC for qemu-devel@nongnu.org; Mon, 24 Nov 2008 15:02:26 -0500 Received: by yw-out-1718.google.com with SMTP id 6so855141ywa.82 for ; Mon, 24 Nov 2008 12:02:20 -0800 (PST) Message-ID: <492B0849.2040101@codemonkey.ws> Date: Mon, 24 Nov 2008 14:02:17 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/4] VGA optimization References: <1227550668-19416-1-git-send-email-glommer@redhat.com> In-Reply-To: <1227550668-19416-1-git-send-email-glommer@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Glauber Costa wrote: > You know the deal: This is the vga optimization all over again! > > Some patches were already commited, this version only carries 4 of them. > The first two are just cleanups to make it fit. > > The third is for kvm, and the fourth, for general qemu. > > Note that unfortunately, it won't work for everybody: kvm host > kernel has a bug that prevents it, so whoever wants to test it, > will need a patched kernel (until the patch gets upstream kvm > and you upgrade your kernel). > Applied all. Thanks. Regards, Anthony Liguori > > > >