
11 Jun
2009
11 Jun
'09
1:23 a.m.
static void print_dev_vcpu(struct virt_device *dev, diff -r efdd812a716e -r 54abd2088466 libxkutil/xmlgen.c --- a/libxkutil/xmlgen.c Sat Jun 06 22:46:51 2009 -0300 +++ b/libxkutil/xmlgen.c Sat Jun 06 22:46:51 2009 -0300 @@ -60,6 +60,8 @@ if (tmp == NULL) return XML_ERROR; xmlNewProp(tmp, BAD_CAST "dev", BAD_CAST dev->virtual_dev); + if (dev->bus_type) + xmlNewProp(tmp, BAD_CAST "bus", BAD_CAST dev->bus_type);
if (dev->readonly) xmlNewChild(disk, NULL, BAD_CAST "readonly", NULL);
What about for file type disks? This only covers block type disks. -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com