From: Jim Fehlig Date: Fri, 14 Aug 2020 21:30:17 +0000 (-0600) Subject: News: Advertise support for writeFiltering attribute of PCI hostdevs X-Git-Tag: v6.8.0-rc1~326 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4184627e9c05a0726f8ac273c4d1312eb77f2ea2;p=thirdparty%2Flibvirt.git News: Advertise support for writeFiltering attribute of PCI hostdevs Signed-off-by: Jim Fehlig Reviewed-by: Daniel P. Berrangé --- diff --git a/NEWS.rst b/NEWS.rst index 302b7f4779..e4b71e6563 100644 --- 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 ```` element can be used to disable the + filtering and allow all guest writes to the configuration space. + * **Improvements** * **Bug fixes**