From: anthony.perard@citrix.com
To: QEMU-devel <qemu-devel@nongnu.org>
Cc: Anthony PERARD <anthony.perard@citrix.com>,
Xen Devel <xen-devel@lists.xensource.com>
Subject: [Qemu-devel] [PATCH V2 0/3] Xen VGA dirtybit support
Date: Fri, 14 Jan 2011 18:10:10 +0000 [thread overview]
Message-ID: <1295028613-28237-1-git-send-email-anthony.perard@citrix.com> (raw)
From: Anthony PERARD <anthony.perard@citrix.com>
Hi,
This three patches provides the support for sync dirty bitmap. The sync dirty
bitmap is not provided for Xen 3.3.
This series depends on the other series "Xen device model support".
Change v1 -> v2:
* Intruduce a patch to put log_start/log_stop in CPUPhysMemoryClient;
* There are now only one function to get/check for old physmapping
(get_physmapping);
* The function xen_sync_dirty_bitmap only do a sync on range that are
physmapped and only on one range;
* Physmapping list and CPUPhysMemoryClient is now in XenIOState structure;
* Introduce log_for_dirtybit that hold the range for dirty bit tracking.
Anthony PERARD (3):
Introduce log_start/log_stop in CPUPhysMemoryClient
xen: Add xc_domain_add_to_physmap to xen_interface.
xen: Introduce VGA sync dirty bitmap support
configure | 29 ++++++-
cpu-all.h | 6 +
cpu-common.h | 4 +
exec.c | 42 +++++++++
hw/vga.c | 31 +++---
hw/vhost.c | 16 +++
hw/xen_interfaces.c | 31 ++++++
hw/xen_interfaces.h | 5 +
hw/xen_redirect.h | 1 +
kvm-all.c | 8 +-
kvm-stub.c | 10 --
kvm.h | 3 -
xen-all.c | 253 +++++++++++++++++++++++++++++++++++++++++++++++++++
13 files changed, 408 insertions(+), 31 deletions(-)
--
Anthony PERARD
next reply other threads:[~2011-01-14 18:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-14 18:10 anthony.perard [this message]
2011-01-14 18:10 ` [Qemu-devel] [PATCH V2 1/3] Introduce log_start/log_stop in CPUPhysMemoryClient anthony.perard
2011-01-17 15:54 ` [Qemu-devel] " Jan Kiszka
2011-01-17 18:25 ` Anthony PERARD
2011-01-18 12:25 ` anthony.perard
2011-01-18 18:20 ` Jan Kiszka
2011-01-14 18:10 ` [Qemu-devel] [PATCH V2 2/3] xen: Add xc_domain_add_to_physmap to xen_interface anthony.perard
2011-01-14 18:10 ` [Qemu-devel] [PATCH V2 3/3] xen: Introduce VGA sync dirty bitmap support anthony.perard
2011-01-17 15:09 ` [Qemu-devel] Re: [Xen-devel] " Stefano Stabellini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1295028613-28237-1-git-send-email-anthony.perard@citrix.com \
--to=anthony.perard@citrix.com \
--cc=qemu-devel@nongnu.org \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).