From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kzgyz-0002DF-AN for qemu-devel@nongnu.org; Mon, 10 Nov 2008 19:19:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kzgyx-0002CS-VB for qemu-devel@nongnu.org; Mon, 10 Nov 2008 19:19:48 -0500 Received: from [199.232.76.173] (port=41143 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kzgyx-0002CN-Rb for qemu-devel@nongnu.org; Mon, 10 Nov 2008 19:19:47 -0500 Received: from mx2.redhat.com ([66.187.237.31]:39757) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kzgyx-00087O-HJ for qemu-devel@nongnu.org; Mon, 10 Nov 2008 19:19:47 -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 mAB0JiMv029299 for ; Mon, 10 Nov 2008 19:19:46 -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 mAB0Jhrx031699 for ; Mon, 10 Nov 2008 19:19:44 -0500 Received: from localhost.localdomain (vpn-12-7.rdu.redhat.com [10.11.12.7]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mAB0JgUv023994 for ; Mon, 10 Nov 2008 19:19:43 -0500 From: Glauber Costa Date: Tue, 11 Nov 2008 00:16:04 -0200 Message-Id: <1226369769-5109-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] VGA Optimization Episode IV - A new hope 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'm back in this new episode of the vga optmization patches. After Anthony Skywalker comments, the rebels figured out that using userspace_addr as an offset could trigger the death star. There is a new proposal of informing kvm through its interface about the address (ram_addr_t) of the region we want to update. We can have the choice of updating or not the region...