From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzZpF-0003Zu-PL for qemu-devel@nongnu.org; Mon, 10 Nov 2008 11:41:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzZpB-0003Yc-0U for qemu-devel@nongnu.org; Mon, 10 Nov 2008 11:41:17 -0500 Received: from [199.232.76.173] (port=54506 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzZpA-0003YY-TX for qemu-devel@nongnu.org; Mon, 10 Nov 2008 11:41:12 -0500 Received: from mx2.redhat.com ([66.187.237.31]:54716) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KzZpA-0001So-6H for qemu-devel@nongnu.org; Mon, 10 Nov 2008 11:41:12 -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 mAAGf9bJ004041 for ; Mon, 10 Nov 2008 11:41:11 -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 mAAGf8RP001034 for ; Mon, 10 Nov 2008 11:41:08 -0500 Received: from localhost.localdomain (vpn-14-56.rdu.redhat.com [10.11.14.56]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mAAGf7Jr030654 for ; Mon, 10 Nov 2008 11:41:07 -0500 From: Glauber Costa Date: Mon, 10 Nov 2008 16:37:29 -0200 Message-Id: <1226342253-8887-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 hey guys, I hope this is the last version (Of course, once this is merged, the optimizations of the optimization can start ;-) ) I split it in 4 patches. The first two ones are just moving things out of the way, and then #3 and #4 do the real thing. #3 kvm-side, #4 overall qemu. They merge most of the suggestion Anthony and Stefano's sent on last iteration. Hope you like it.