From: Paul Durrant <paul.durrant@citrix.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v5 0/2] Use ioreq-server API
Date: Fri, 5 Dec 2014 10:50:03 +0000 [thread overview]
Message-ID: <1417776605-36309-1-git-send-email-paul.durrant@citrix.com> (raw)
This patch series is v5 of what was originally the single patch
"Xen: Use the ioreq-server API when available".
v2 of the series moved the code that added the PCI bus listener
to patch #1 and the remainder of the changes to patch #2. Patch #2
was then re-worked to constrain the #ifdefing to xen_common.h, as
requested by Stefano.
v3 of the series modifies patch #1 to add the listener interface
into the core qdev, rather than the PCI bus code. This change only
requires trivial modification to patch #2, to only act on realize/
unrealize of PCI devices. Patch #2 was also modified at Stefano's
request to remove an extra identity check of memory sections
against the ram region.
v4 of the series replaces the use of a vmstate pre_save callback
with extra code in the existing runstate change notification
callback. It also tidies up some things in xen-hvm.c pointed out
by Stefano and adds his ack to patch #2.
v5 rebases and fixes patch #1 to consistently use device/DEVICE
rather than a mix of that and qdev/QDEV, and also moves the
listener notifications into device_set_realized(). The series
was also re-tested against xen-4.5.0-rc3.
next reply other threads:[~2014-12-05 10:50 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-05 10:50 Paul Durrant [this message]
2014-12-05 10:50 ` [Qemu-devel] [PATCH v5 1/2] Add device listener interface Paul Durrant
2014-12-05 11:44 ` Paolo Bonzini
2014-12-08 11:12 ` Paul Durrant
2014-12-09 17:40 ` Paolo Bonzini
2014-12-09 17:54 ` Andreas Färber
2014-12-05 10:50 ` [Qemu-devel] [PATCH v5 2/2] Xen: Use the ioreq-server API when available Paul Durrant
2015-01-28 19:32 ` Don Slutz
2015-01-29 0:05 ` Don Slutz
2015-01-29 0:57 ` Don Slutz
2015-01-29 12:09 ` Paul Durrant
2015-01-29 19:14 ` Don Slutz
2015-01-29 19:41 ` [Qemu-devel] New IOREQ type -- IOREQ_TYPE_VMWARE_PORT Don Slutz
2015-01-30 10:23 ` Paul Durrant
2015-01-30 18:26 ` Don Slutz
2015-01-30 2:40 ` [Qemu-devel] [PATCH v5 2/2] Xen: Use the ioreq-server API when available Don Slutz
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=1417776605-36309-1-git-send-email-paul.durrant@citrix.com \
--to=paul.durrant@citrix.com \
--cc=qemu-devel@nongnu.org \
/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).