From: Cole Robinson Date: Thu, 7 Mar 2019 19:26:56 +0000 (-0500) Subject: news: document virtio-{non-}transitional feature X-Git-Tag: v5.2.0-rc1~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a05c739c26decb8ff0eef4f6c75ce3ef729532d;p=thirdparty%2Flibvirt.git news: document virtio-{non-}transitional feature Reviewed-by: Erik Skultety Signed-off-by: Cole Robinson --- diff --git a/docs/news.xml b/docs/news.xml index f58c30ee22..81466c3d55 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -47,6 +47,25 @@ virConnectGetStoragePoolCapabilites API. + + + qemu: Support virtio-{non-}transitional device models + + + virtio-transitional and + virtio-non-transitional model values + were added to the QEMU driver for the following devices: + disk, interface, filesystem, + rng, vsock, memballoon, + controller type scsi, + controller type virtio-serial, + input bus virtio + type passthrough, + hostdev type scsi_host. These new + models can be used to give fine grained control over what + virtio device version is presented to the guest. + +