From f5d4ba471a621387dc8f6f6768c5ef92210a489e Mon Sep 17 00:00:00 2001 From: Paul Durrant Date: Mon, 1 Oct 2012 20:05:33 +0100 Subject: 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 Acked-by: Ian Jackson Committed-by: Keir Fraser --- docs/misc/hvm-emulated-unplug.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/misc') diff --git a/docs/misc/hvm-emulated-unplug.markdown b/docs/misc/hvm-emulated-unplug.markdown index 707fbab481..ec9ce83dea 100644 --- a/docs/misc/hvm-emulated-unplug.markdown +++ b/docs/misc/hvm-emulated-unplug.markdown @@ -65,4 +65,4 @@ decimal number. `{product_name}` is a string corresponding to the product number in step 3. The master registry of product names and numbers is in -qemu-xen-unstable's xenstore.c. +xen/include/public/hvm/pvdrivers.h -- cgit v1.2.3