[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[win-pv-devel] [PATCH 1/2] Fix co-installer compatibility check



It was using the wrong enumerator name.

Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx>
---
 src/coinst/coinst.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/coinst/coinst.c b/src/coinst/coinst.c
index 0c0ac61..60ed2bc 100644
--- a/src/coinst/coinst.c
+++ b/src/coinst/coinst.c
@@ -757,7 +757,7 @@ SupportChildDrivers(
             goto fail4;
         }
 
-        Success = OpenDeviceKey("XENBUS", SubKeyName, &DeviceKey);
+        Success = OpenDeviceKey("XENVIF", SubKeyName, &DeviceKey);
         if (!Success)
             goto fail5;
 
-- 
2.1.1


_______________________________________________
win-pv-devel mailing list
win-pv-devel@xxxxxxxxxxxxxxxxxxxx
http://lists.xenproject.org/cgi-bin/mailman/listinfo/win-pv-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.