mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
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.
This commit is contained in:
parent
4165d68aaa
commit
d0cb00ab9f
@ -167,10 +167,12 @@ struct _virDomainDeviceInfo {
|
|||||||
union {
|
union {
|
||||||
virDomainDeviceUSBMaster usb;
|
virDomainDeviceUSBMaster usb;
|
||||||
} master;
|
} master;
|
||||||
/* rombar is only used for pci hostdev devices, and bootIndex only
|
/* rombar and romfile are only used for pci hostdev and network
|
||||||
* for disk, network interface, and hostdev devices */
|
* devices. */
|
||||||
int rombar; /* enum virDomainPciRombarMode */
|
int rombar; /* enum virDomainPciRombarMode */
|
||||||
char *romfile;
|
char *romfile;
|
||||||
|
/* bootIndex is only user for disk, network interface, and
|
||||||
|
* hostdev devices. */
|
||||||
int bootIndex;
|
int bootIndex;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user