]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Mention support for device model commandline passthrough in Xen
authorJim Fehlig <jfehlig@suse.com>
Fri, 31 Jul 2020 15:53:01 +0000 (09:53 -0600)
committerJim Fehlig <jfehlig@suse.com>
Tue, 25 Aug 2020 16:14:44 +0000 (10:14 -0600)
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index 5e803b8b2d9df2641c71887e86c76e696c4b8b49..2d30d5a5e8430ceb7df9401cbed81df9c6399409 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,6 +19,13 @@ v6.7.0 (unreleased)
     inside ``<hostdev>`` with the same format to configure the ``IQN`` value
     used by the qemu initiator when connecting to an iSCSI target.
 
+  * xen: Add support for device model command-line passthrough
+
+    Xen supports passing arbitrary arguments to the QEMU device model using
+    the ``device_model_args`` setting in xl.cfg(5). The libvirt xen driver now
+    supports this using ``<xen:commandline/>`` XML extensions.
+
+
 * **Improvements**
 
   * Allow sparse streams for block devices
@@ -69,6 +76,7 @@ v6.6.0 (2020-08-02)
     management applications may wish to override this behaviour. This is now
     possible via new ``cow`` element.
 
+
 * **Improvements**
 
   * esx: Change the NIC limit for recent virtualHW versions