From: Paul Durrant <paul.durrant@citrix.com>
To: xen-devel@lists.xen.org
Cc: Paul Durrant <paul.durrant@citrix.com>
Subject: [PATCH 0/2] PV drivers product number registration (v2)
Date: Mon, 1 Oct 2012 10:41:29 +0100 [thread overview]
Message-ID: <1349084491-13027-1-git-send-email-paul.durrant@citrix.com> (raw)
PV drivers in HVM guests typically make use off an 'unplug' protocol in QEMU
to prevent co-existence of emulated devices.
See docs/misc/hvm-emulated-unplug.markdown for details.
The register of product numbers used by the blacklisting feature of this
protocol is currently directly in the xenstore.c source moduleof traditional
QEMU. It should really be in a Xen header file to prevent duplication/conflict
between QEMU versions.
Moreover the linux PV-on-HVM drivers make use of product number 3 seemingly
without ever registering that number.
This patch series introduces a new header and registers product number 3 for
Linux's use. A subsequent patch to qemu-xen-unstable wll be created to make
use of the new header.
Version 2:
I have re-coded at Ian Jackson's request in the form of macros that allow a switch
statement or array to be easily generated from the product list.
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
next prev reply other threads:[~2012-10-01 9:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-01 9:43 [PATCH] Use new Xen public header for product numbers and names Paul Durrant
2012-10-01 15:14 ` Ian Jackson
2012-10-01 16:08 ` Paul Durrant
2012-10-01 9:41 ` Paul Durrant [this message]
2012-10-01 9:41 ` [PATCH 1/2] Add a new pvdrivers header to serve as the register of product numbers Paul Durrant
2012-10-01 15:12 ` Ian Jackson
2012-10-01 16:17 ` Paul Durrant
2012-10-01 16:27 ` [PATCH 1/2] Add a new pvdrivers header to serve as the register of product numbers. [and 1 more messages] Ian Jackson
2012-10-01 9:41 ` [PATCH 2/2] Register Linux PV-on-HVM drivers product number Paul Durrant
2012-10-02 9:25 ` [PATCH] Use new Xen public header for product numbers and names Ian Campbell
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=1349084491-13027-1-git-send-email-paul.durrant@citrix.com \
--to=paul.durrant@citrix.com \
--cc=xen-devel@lists.xen.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).