diff --git a/tools/virsh.pod b/tools/virsh.pod index cad5b1c2ea..a26c42010a 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -1675,9 +1675,15 @@ I is path for the files and devices. I controls the bus or device under which the disk is exposed to the guest OS. It indicates the "logical" device name. I can be I, I or I for the Xen hypervisor depending on the kind of access; or I for the QEMU emulator. -I can indicate I, I or I as alternative to the disk default, -although this use only replaces the media within the existing virtual cdrom or -floppy device; consider using B for this usage instead. +Further details to the driver can be passed using I. For Xen +I can be I, while for QEMU subdriver should match the format +of the disk source, such as I or I. Hypervisor default will be +used if I is not specified. However, the default may not be +correct, esp. for QEMU as for security reasons it is configured not to detect +disk formats. I can indicate I, I or I as +alternative to the disk default, although this use only replaces the media +within the existing virtual cdrom or floppy device; consider using +B for this usage instead. I can specify the two specific mode I or I. I<--config> indicates the changes will affect the next boot of the domain, for compatibility purposes, I<--persistent> is alias of I<--config>.