From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4eC2-0002QQ-Ml for qemu-devel@nongnu.org; Mon, 24 Nov 2008 11:21:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4eBx-0002O2-T6 for qemu-devel@nongnu.org; Mon, 24 Nov 2008 11:21:44 -0500 Received: from [199.232.76.173] (port=55399 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4eBx-0002NX-KT for qemu-devel@nongnu.org; Mon, 24 Nov 2008 11:21:41 -0500 Received: from mx2.redhat.com ([66.187.237.31]:51819) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4eBw-0005S5-Tn for qemu-devel@nongnu.org; Mon, 24 Nov 2008 11:21:41 -0500 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id mAOGLdix025551 for ; Mon, 24 Nov 2008 11:21:40 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mAOGLdb3029946 for ; Mon, 24 Nov 2008 11:21:39 -0500 Received: from localhost.localdomain (vpn-14-24.rdu.redhat.com [10.11.14.24]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mAOGLbrW029407 for ; Mon, 24 Nov 2008 11:21:38 -0500 From: Glauber Costa Date: Mon, 24 Nov 2008 16:17:44 -0200 Message-Id: <1227550668-19416-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] VGA optimization 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 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).