diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index baef831b8d..bb6f710692 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -2778,7 +2778,7 @@ <devices> <hostdev mode='subsystem' type='pci' managed='yes'> <source> - <address bus='0x06' slot='0x02' function='0x0'/> + <address domain='0x0000' bus='0x06' slot='0x02' function='0x0'/> </source> <boot order='1'/> <rom bar='on' file='/etc/fake/boot.bin'/> @@ -2892,7 +2892,7 @@ USB bus and device number the device appears at on the host. The values of these attributes can be given in decimal, hexadecimal (starting with 0x) or octal (starting with 0) form. - For PCI devices the element carries 3 attributes allowing to designate + For PCI devices the element carries 4 attributes allowing to designate the device as can be found with the lspci or with virsh nodedev-list. See above for