From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36456 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcgIJ-0002VU-N9 for qemu-devel@nongnu.org; Tue, 11 Jan 2011 10:38:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PcgII-0001Fm-A7 for qemu-devel@nongnu.org; Tue, 11 Jan 2011 10:37:59 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:1041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PcgII-0001Eo-7A for qemu-devel@nongnu.org; Tue, 11 Jan 2011 10:37:58 -0500 From: anthony.perard@citrix.com Date: Tue, 11 Jan 2011 15:37:01 +0000 Message-Id: <1294760223-26151-1-git-send-email-anthony.perard@citrix.com> Subject: [Qemu-devel] [PATCH 0/2] Xen VGA dirtybit support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU-devel Cc: Anthony PERARD , Xen Devel From: Anthony PERARD Hi, This two patchs provides the support for sync dirty bitmap. The sync dirty bitmap is not provide for Xen 3.3. This serie depends on the other serie "Xen device model support". Anthony PERARD (2): xen: Add xc_domain_add_to_physmap to xen_interface. xen: Introduce VGA sync dirty bitmap support configure | 29 ++++++- hw/vga.c | 7 ++ hw/xen.h | 2 + hw/xen_interfaces.c | 31 +++++++ hw/xen_interfaces.h | 5 + hw/xen_redirect.h | 1 + xen-all.c | 233 +++++++++++++++++++++++++++++++++++++++++++++++++++ xen-stub.c | 11 +++ 8 files changed, 318 insertions(+), 1 deletions(-)