Add a new pvdrivers header to serve as the register of product numbers.
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 1 Oct 2012 19:05:33 +0000 (20:05 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 1 Oct 2012 19:05:33 +0000 (20:05 +0100)
commitf5d4ba471a621387dc8f6f6768c5ef92210a489e
tree5e4e2a9b0f98aeb2d4010ca3cbc667ea29874d7e
parentc304c6f37de54ebcb33503531638d21e95d95504
Add a new pvdrivers header to serve as the register of product numbers.

These product numbers are used by the QEMU blacklisting protocol in
traditional QEMU and are currently coded directly into the xenstore.c
source module. Since there are now multiple QEMUs this information
should be pulled into a public header to avoid duplication/conflict.
hvm-emulated-unplug.markdown has also been adjusted to reference the
new header.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Keir Fraser <keir@xen.org>
docs/misc/hvm-emulated-unplug.markdown
xen/include/public/hvm/pvdrivers.h [new file with mode: 0644]