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
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
[+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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
17 matches
Mail list logo