From 7a05c739c26decb8ff0eef4f6c75ce3ef729532d Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Thu, 7 Mar 2019 14:26:56 -0500 Subject: [PATCH] news: document virtio-{non-}transitional feature Reviewed-by: Erik Skultety Signed-off-by: Cole Robinson --- docs/news.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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. + +