]> xenbits.xensource.com Git - libvirt.git/commitdiff
conf: small changes to comments in virDomainDeviceInfo
authorLaine Stump <laine@laine.org>
Thu, 9 Feb 2012 07:33:29 +0000 (02:33 -0500)
committerLaine Stump <laine@laine.org>
Thu, 9 Feb 2012 07:36:51 +0000 (02:36 -0500)
romfile wasn't mentioned in the comment, and the fact that rombar is
now supported for network interfaces also wasn't there.

src/conf/domain_conf.h

index 0a2795df9a0f5ed50851a5df6b5edb3377cf6863..8bb21cf511d53d0c59b9b33187f90279bb49196f 100644 (file)
@@ -167,10 +167,12 @@ struct _virDomainDeviceInfo {
     union {
         virDomainDeviceUSBMaster usb;
     } master;
-    /* rombar is only used for pci hostdev devices, and bootIndex only
-     * for disk, network interface, and hostdev devices */
+    /* rombar and romfile are only used for pci hostdev and network
+     * devices. */
     int rombar;         /* enum virDomainPciRombarMode */
     char *romfile;
+    /* bootIndex is only user for disk, network interface, and
+     * hostdev devices. */
     int bootIndex;
 };