diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index c8da33d5c6..995896e9d9 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -2192,7 +2192,8 @@ boot sequence. The per-device boot elements cannot be used together with general boot elements in BIOS bootloader section. - Since 0.8.8 + Since 0.8.8 for PCI devices, + Since 1.0.1 for USB devices.
rom
The rom element is used to change how a PCI device's ROM is presented to the guest. The optional bar @@ -2237,6 +2238,7 @@ <devices> <redirdev bus='usb' type='tcp'> <source mode='connect' host='localhost' service='4000'/> + <boot order='1'/> </redirdev> <redirfilter> <usbdev class='0x08' vendor='0x1234' product='0xbeef' version='2.00' allow='yes'/> @@ -2264,7 +2266,16 @@ such as <source>, may be required according to the given type, although a <target> sub-element is not required (since the consumer of the character device is - the hypervisor itself,rather than a device visible in the guest). + the hypervisor itself, rather than a device visible in the guest). +
+
boot
+ +
Specifies that the device is bootable. + The order attribute determines the order in which + devices will be tried during boot sequence. The per-device + boot elements cannot be used together with general + boot elements in BIOS bootloader section. + (Since 1.0.1)
redirfilter
The redirfilter element is used for creating the