From: Andrea Bolognani Date: Wed, 6 Mar 2019 11:10:05 +0000 (+0100) Subject: docs: Document configuration quirks for virtio devices X-Git-Tag: v5.2.0-rc1~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73bc4f185e314e9738125993b5a72585ea3c42c4;p=thirdparty%2Flibvirt.git docs: Document configuration quirks for virtio devices Some devices (namely virtio-scsi, virtio-gpu, virtio-keyboard, virtio-tablet and virtio-mouse, plus virtio-crypto which is not supported by libvirt) don't follow the same rules as all other virtio devices, which is something that ought to be documented. Signed-off-by: Andrea Bolognani Reviewed-by: Cole Robinson --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index eb00c01d96..949e2fc1b4 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -4132,6 +4132,24 @@ +

+ While the information outlined above applies to most virtio devices, + there are a few exceptions: +

+ +
    +
  • + for SCSI controllers, virtio-scsi must be used instead + of virtio for backwards compatibility reasons; +
  • +
  • + some devices, such as GPUs and input devices (keyboard, tablet and + mouse), are only defined in the virtio 1.0 spec and as such don't + have a transitional variant: the only accepted model is + virtio, which will result in a non-transitional device. +
  • +
+

For more details see the qemu patch posting and the