[PATCH] NEWS: Mention 'virsh await' and proper emulation of USB cdroms

2025-06-30 Thread Peter Krempa via Devel
From: Peter Krempa Signed-off-by: Peter Krempa --- NEWS.rst | 12 1 file changed, 12 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 089224cbe3..3ffdceda81 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -58,6 +58,12 @@ v11.5.0 (unreleased) + * virsh: Add waiting

Re: [PATCH] NEWS: Document features/improvements/bug fixes I've participated in

2025-06-30 Thread Jiri Denemark via Devel
On Mon, Jun 30, 2025 at 10:40:36 +0200, Michal Privoznik wrote: > From: Michal Privoznik > > There are some features/improvements/bug fixes I've either > contributed or reviewed/merged. Document them for upcoming > release. > > Signed-off-by: Michal Privoznik > --- > NEWS.rst | 6 ++ > 1 f

Re: [PATCH] remote/stream-event: Fix a memory leak in?? remoteStreamCallbackFree()

2025-06-30 Thread Bjorn Helgaas via Devel
[+to libvirt development list, since this looks like a libvirt patch, not a Linux kernel patch] On Thu, Jun 26, 2025 at 02:10:38PM +0800, liu.xuem...@zte.com.cn wrote: > From: Liu Song > > The ff callback is never called in remoteStreamCallbackFree() because > cbdata->cb can not be NULL. This ca

[PATCH v3] remote/stream-event: Fix a memory leak in remoteStreamCallbackFree()

2025-06-30 Thread liu.xuemei1
From: Liu Song The ff callback is never called in remoteStreamCallbackFree() because cbdata->cb can not be NULL. This causes a leak of 'cbdata->opaque'. The leak can be reproduced by attaching and detaching to the console of an VM using `virsh console`. ASAN reports the leak stack as: Direct le

[PATCH v3] remote/stream-event: Fix a memory leak in remoteStreamCallbackFree()

2025-06-30 Thread liu.xuemei1
From: Liu Song The ff callback is never called in remoteStreamCallbackFree() because cbdata->cb can not be NULL. This causes a leak of 'cbdata->opaque'. The leak can be reproduced by attaching and detaching to the console of an VM using `virsh console`. ASAN reports the leak stack as: Direct le

[PATCH v2 18/24] qapi/migration: Deprecate capabilities commands

2025-06-30 Thread Fabiano Rosas
The concept of capabilities is being merged into the concept of parameters. From now on, the commands that handle capabilities are deprecated in favor of the commands that handle parameters. Affected commands: - migrate-set-capabilities - query-migrate-capabilities Signed-off-by: Fabiano Rosas

[libvirt PATCH] NEWS: document new AMD IOMMU device

2025-06-30 Thread Ján Tomko via Devel
From: Ján Tomko Signed-off-by: Ján Tomko --- Applies on top of Peter's NEWS patch NEWS.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 3ffdceda81..fd2d68a600 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -45,6 +45,12 @@ v11.5.0 (unreleased) with CA certif

Re: [PATCH] NEWS: Mention 'virsh await' and proper emulation of USB cdroms

2025-06-30 Thread Ján Tomko via Devel
On a Monday in 2025, Peter Krempa via Devel wrote: From: Peter Krempa Signed-off-by: Peter Krempa --- NEWS.rst | 12 1 file changed, 12 insertions(+) Reviewed-by: Ján Tomko Jano signature.asc Description: PGP signature

Re: pci-hole64-size on q35 questions

2025-06-30 Thread Martin Kletzander via Devel
On Fri, Jun 27, 2025 at 06:39:24PM -, mitchell.augus...@canonical.com wrote: Hi, I'm trying to get a better understanding of how libvirt VMs interact with the default QEMU setting for pci-hole64-size on q35 hosts, to assess why my libvirt VMs behave differently from a similarly configured

Re: [PATCH v2 09/10] net: Add passt network backend

2025-06-30 Thread Stefano Brivio via Devel
On Wed, 25 Jun 2025 08:57:27 +0200 Markus Armbruster via Devel wrote: > [...] > > Back to the design question how to pass configuration via qemu-system to > the passt program with this new backend. > > Your patch replicates passt command line options as optional members of > QAPI type NetDevPass

Re: [libvirt PATCH] NEWS: document new AMD IOMMU device

2025-06-30 Thread Peter Krempa via Devel
On Mon, Jun 30, 2025 at 15:45:31 +0200, Ján Tomko via Devel wrote: > From: Ján Tomko > > Signed-off-by: Ján Tomko > --- > Applies on top of Peter's NEWS patch > > NEWS.rst | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/NEWS.rst b/NEWS.rst > index 3ffdceda81..fd2d68a600 100644

[PATCH] tls: Don't require 'keyEncipherment' to be enabled altoghther

2025-06-30 Thread Peter Krempa via Devel
From: Peter Krempa Key encipherment is required only for RSA key exchange algorithm. With TLS 1.3 this is not even used as RSA is used only for authentication. Since we can't really check when it's required ahead of time drop the check completely. GnuTLS will moan if it will not be able to use R

Re: [PATCH] tls: Don't require 'keyEncipherment' to be enabled altoghther

2025-06-30 Thread Peter Krempa via Devel
On Mon, Jun 30, 2025 at 19:25:05 +0200, Peter Krempa wrote: > From: Peter Krempa > > Key encipherment is required only for RSA key exchange algorithm. With > TLS 1.3 this is not even used as RSA is used only for authentication. > > Since we can't really check when it's required ahead of time dro

[PATCH] NEWS: Document features/improvements/bug fixes I've participated in

2025-06-30 Thread Michal Privoznik via Devel
From: Michal Privoznik There are some features/improvements/bug fixes I've either contributed or reviewed/merged. Document them for upcoming release. Signed-off-by: Michal Privoznik --- NEWS.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 184df16547..ee4

Re: [PATCH v3 2/2] virt-aa-helper: Allow SR-IOV VF PCI for hostdev networks

2025-06-30 Thread Michal Prívozník via Devel
On 6/25/25 18:49, Tim Small wrote: > > > On 09/06/2025 13:51, Michal Prívozník wrote: > >> But this new IPC got me thinking - the XML we're parsing here in the aa >> helper is formatted by libvirtd who already know the actual type of each >> net. But looking into the code - this is lost when the

[PATCH] NEWS: Mention shared filesystem detection fix

2025-06-30 Thread Jiri Denemark via Devel
From: Jiri Denemark Signed-off-by: Jiri Denemark --- NEWS.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index ee4e9a022e..089224cbe3 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -66,6 +66,12 @@ v11.5.0 (unreleased) domain XML acquires QUERY job. But this caus

Re: [PATCH] NEWS: Mention shared filesystem detection fix

2025-06-30 Thread Michal Prívozník via Devel
On 6/30/25 12:12, Jiri Denemark via Devel wrote: > From: Jiri Denemark > > Signed-off-by: Jiri Denemark > --- > NEWS.rst | 6 ++ > 1 file changed, 6 insertions(+) > Reviewed-by: Michal Privoznik Michal