From d0cb00ab9f6804a5d59c337a516f912b5c53ea8f Mon Sep 17 00:00:00 2001 From: Laine Stump Date: Thu, 9 Feb 2012 02:33:29 -0500 Subject: [PATCH] conf: small changes to comments in virDomainDeviceInfo 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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/conf/domain_conf.h b/src/conf/domain_conf.h index 0a2795df9a..8bb21cf511 100644 --- a/src/conf/domain_conf.h +++ b/src/conf/domain_conf.h @@ -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; }; -- GitLab