Register PV driver product numbers 4 and 5.
authorPaul Durrant <paul.durrant@citrix.com>
Wed, 16 Oct 2013 16:15:09 +0000 (17:15 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 4 Nov 2013 17:04:07 +0000 (17:04 +0000)
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
docs/misc/hvm-emulated-unplug.markdown
xen/include/public/hvm/pvdrivers.h

index ec9ce83dead3240d561858d0393d984669477905..c6d1f9b7c60537ef7f2be7c5f5db8438062e5894 100644 (file)
@@ -65,4 +65,8 @@ 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
-xen/include/public/hvm/pvdrivers.h
+xen/include/public/hvm/pvdrivers.h.
+
+NOTE: The IO ports implementing the unplug protocol are implemented
+as part of the Xen Platform PCI Device, so if that device is not
+present in the system then this protocol will not work.
index 4c6b705fbf1cd40170e6af135285293a251ac601..77994d245dc66965ab7f4da7d3250309837de104 100644 (file)
  * indicate a driver which is yet to be released.
  */
 
-#define PVDRIVERS_PRODUCT_LIST(EACH)                         \
-        EACH("xensource-windows", 0x0001) /* Citrix */       \
-        EACH("gplpv-windows",     0x0002) /* James Harper */ \
-        EACH("linux",             0x0003)                    \
-        EACH("experimental",      0xffff)
+#define PVDRIVERS_PRODUCT_LIST(EACH)                               \
+        EACH("xensource-windows",       0x0001) /* Citrix */       \
+        EACH("gplpv-windows",           0x0002) /* James Harper */ \
+        EACH("linux",                   0x0003)                    \
+        EACH("xenserver-windows-v7.0+", 0x0004) /* Citrix */       \
+        EACH("xenserver-windows-v7.2+", 0x0005) /* Citrix */       \
+        EACH("experimental",            0xffff)
 
 #endif /* _XEN_PUBLIC_PVDRIVERS_H_ */