From bf406183d8479e98d51f22c5220931acbb3d741c Mon Sep 17 00:00:00 2001 From: Paul Durrant Date: Wed, 26 Apr 2017 11:49:41 +0100 Subject: [PATCH] Add a synthetic PDO for a new XENCONS driver 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 --- src/xenbus.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xenbus.inf b/src/xenbus.inf index 792d76f..0e04118 100644 --- a/src/xenbus.inf +++ b/src/xenbus.inf @@ -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] -- 2.39.5