]> xenbits.xensource.com Git - pvdrivers/win/xenbus.git/commitdiff
Add a synthetic PDO for a new XENCONS driver
authorPaul Durrant <paul.durrant@citrix.com>
Wed, 26 Apr 2017 10:49:41 +0000 (11:49 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 28 Apr 2017 15:53:48 +0000 (16:53 +0100)
I am working on a new XENCONS driver which will surface the PV console to
user-space as a character device. It needs a node to bind to and this
patch provides one.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xenbus.inf

index 792d76fd6d61d20fc8f124b34f02ff50a70a00b6..0e041182165fe8cf02442aa8bee2a24c8f832eb6 100644 (file)
@@ -96,8 +96,8 @@ AddReg = XenBus_Parameters, XenBus_Interrupts
 
 [XenBus_Parameters]
 HKR,"Parameters",,0x00000010
-HKR,"Parameters","SupportedClasses",0x00010000,"VIF","VBD","IFACE"
-HKR,"Parameters","SyntheticClasses",0x00010000,"IFACE"
+HKR,"Parameters","SupportedClasses",0x00010000,"VIF","VBD","IFACE","CONS"
+HKR,"Parameters","SyntheticClasses",0x00010000,"IFACE","CONS"
 HKR,"Parameters","RequestKey",0x00000000,%RequestKey%
 
 [XenBus_Interrupts]