]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
News: Advertise support for writeFiltering attribute of PCI hostdevs
authorJim Fehlig <jfehlig@suse.com>
Fri, 14 Aug 2020 21:30:17 +0000 (15:30 -0600)
committerJim Fehlig <jfehlig@suse.com>
Tue, 1 Sep 2020 20:29:46 +0000 (14:29 -0600)
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
NEWS.rst

index 302b7f477904ca0ff504b22f0741fa4a2fcb5cad..e4b71e6563532442fe2bc19c9055e6fbb421cac6 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -13,6 +13,13 @@ v6.8.0 (unreleased)
 
 * **New features**
 
+  * xen: Add ``writeFiltering`` attribute for PCI devices
+
+    By default Xen filters guest writes to the PCI configuration space of a
+    PCI hostdev, which may cause problems for some devices. The ``writeFiltering``
+    attribute of the device's ``<source>`` element can be used to disable the
+    filtering and allow all guest writes to the configuration space.
+
 * **Improvements**
 
 * **Bug fixes**