[PATCH V3 3/3] News: Advertise support for writeFiltering attribute of PCI hostdevs

2020-08-14 Thread Jim Fehlig
Signed-off-by: Jim Fehlig --- NEWS.rst | 7 +++ 1 file changed, 7 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 63ca689b43..eb9739618f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -13,6 +13,13 @@ v6.7.0 (unreleased) * **New features** + * xen: Add ``writeFiltering`` attribute for PCI

[PATCH V3 2/3] Xen: Add support for writeFiltering in config converter

2020-08-14 Thread Jim Fehlig
Add support for the writeFiltering attribute in the domXML to native config converter. Also include a test. Signed-off-by: Jim Fehlig Signed-off-by: Marek Marczykowski-Górecki --- src/libxl/xen_common.c | 52 --- tests/xlconfigdata/test-fullvirt-pci.cfg | 2

[PATCH V3 0/3] Xen: Support PCI permissive setting with writeFiltering attribute

2020-08-14 Thread Jim Fehlig
This is V3 of Marek's series to support the xl.cfg(5) permissive setting on PCI devices. V2 can be found here https://www.redhat.com/archives/libvir-list/2020-April/msg01230.html Changes from V2: Instead of using a permisssive attribute on the element, use a writeFiltering attribute on the 's

[PATCH V3 1/3] Xen: Add writeFiltering option for PCI devices

2020-08-14 Thread Jim Fehlig
By default Xen only allows guests to write "known safe" values into PCI configuration space, yet many devices require writes to other areas of the configuration space in order to operate properly. To allow writing any values Xen supports the 'permissive' setting, see xl.cfg(5) man page. This chang

Re: device compatibility interface for live migration with assigned devices

2020-08-14 Thread Sean Mooney
On Fri, 2020-08-14 at 13:16 +0800, Yan Zhao wrote: > On Thu, Aug 13, 2020 at 12:24:50PM +0800, Jason Wang wrote: > > > > On 2020/8/10 下午3:46, Yan Zhao wrote: > > > > driver is it handled by? > > > > > > It looks that the devlink is for network device specific, and in > > > devlink.h, it says > >

Re: [PATCH v2] virnetserver: fix some memory leaks in virNetTLSContextReloadForServer

2020-08-14 Thread Boris Fiuczynski
Reviewed-by: Boris Fiuczynski On 8/13/20 5:37 AM, Jin Yan wrote: These leaks were introduced in commit 15d280fa97b0, use g_autofree for all cert_path pointers. Signed-off-by: Jin Yan --- src/rpc/virnettlscontext.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/