[libvirt] [PATCH 3/5] nodedev: parse <path>

marcandre.lureau at redhat.com marcandre.lureau at redhat.com
Tue Feb 14 21:04:11 UTC 2017


From: Marc-André Lureau <marcandre.lureau at redhat.com>

This should have been added with c4a4603de (or 0bdefd9b04).

Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
---
 src/conf/node_device_conf.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/conf/node_device_conf.c b/src/conf/node_device_conf.c
index 49ecc8897..0d1dafcd6 100644
--- a/src/conf/node_device_conf.c
+++ b/src/conf/node_device_conf.c
@@ -1736,6 +1736,8 @@ virNodeDeviceDefParseXML(xmlXPathContextPtr ctxt,
             goto error;
     }
 
+    def->sysfs_path = virXPathString("string(./path[1])", ctxt);
+
     /* Parse devnodes */
     nodes = NULL;
     if ((n = virXPathNodeSet("./devnode", ctxt, &nodes)) < 0)
-- 
2.11.0.295.gd7dffce1c.dirty




More information about the libvir-list mailing list