From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mpi7C-00054G-HO for qemu-devel@nongnu.org; Mon, 21 Sep 2009 08:35:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mpi79-00052Q-1J for qemu-devel@nongnu.org; Mon, 21 Sep 2009 08:35:34 -0400 Received: from [199.232.76.173] (port=39936 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mpi78-00052G-Qw for qemu-devel@nongnu.org; Mon, 21 Sep 2009 08:35:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56088) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mpi78-0000eZ-C5 for qemu-devel@nongnu.org; Mon, 21 Sep 2009 08:35:30 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8LCZT9L027933 for ; Mon, 21 Sep 2009 08:35:29 -0400 From: Juan Quintela Date: Mon, 21 Sep 2009 14:35:16 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] VGA fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi This includes two fixes: - also write gr0/gr1 on cirrus_vga this was a bug introduced on my vga_cleanup series - move dirty_log_functions to vga.c this is needed by qemu-kvm Please, apply, Juan. Juan Quintela (2): cirrus_vga: also assign gr0/1 when writting shadow_gr0/1 vga: move back dirty_log functions to vga.c hw/cirrus_vga.c | 2 ++ hw/vga-pci.c | 12 ------------ hw/vga.c | 12 ++++++++++++ 3 files changed, 14 insertions(+), 12 deletions(-)