[PATCH 0/3] Fixes for 11.7

Peter Krempa via Devel posted 3 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1756221301.git.pkrempa@redhat.com
src/qemu/qemu_hotplug.c      |  7 +++++--
src/qemu/qemu_monitor.c      | 18 ------------------
src/qemu/qemu_monitor.h      |  8 --------
src/qemu/qemu_monitor_json.c | 26 --------------------------
src/remote/remote_daemon.c   |  1 +
tests/qemumonitorjsontest.c  |  2 --
6 files changed, 6 insertions(+), 56 deletions(-)
[PATCH 0/3] Fixes for 11.7
Posted by Peter Krempa via Devel 1 week, 4 days ago
Patch 1 fixes a segfault in one certain disk hot unplug case.

Patch 2 moves decreases the log verbosity VIR_ERR_NO_SUPPORT

Patch 3 removes some dead code noticed while browsing the code.

All ought to be safe for the release.

Peter Krempa (3):
  qemu: hotplug: Audit device detach before deleting it
  daemon: Drop log level of VIR_ERR_NO_SUPPORT to debug
  qemu: monitor: Remove wrappers for
    'block-dirty-bitmap-enable'/'block-dirty-bitmap-disable'

 src/qemu/qemu_hotplug.c      |  7 +++++--
 src/qemu/qemu_monitor.c      | 18 ------------------
 src/qemu/qemu_monitor.h      |  8 --------
 src/qemu/qemu_monitor_json.c | 26 --------------------------
 src/remote/remote_daemon.c   |  1 +
 tests/qemumonitorjsontest.c  |  2 --
 6 files changed, 6 insertions(+), 56 deletions(-)

-- 
2.51.0
Re: [PATCH 0/3] Fixes for 11.7
Posted by Ján Tomko via Devel 1 week, 3 days ago
On a Tuesday in 2025, Peter Krempa via Devel wrote:
>Patch 1 fixes a segfault in one certain disk hot unplug case.
>
>Patch 2 moves decreases the log verbosity VIR_ERR_NO_SUPPORT
>
>Patch 3 removes some dead code noticed while browsing the code.
>
>All ought to be safe for the release.
>
>Peter Krempa (3):
>  qemu: hotplug: Audit device detach before deleting it
>  daemon: Drop log level of VIR_ERR_NO_SUPPORT to debug
>  qemu: monitor: Remove wrappers for
>    'block-dirty-bitmap-enable'/'block-dirty-bitmap-disable'

IMO there's no point in including patch 3/3 in this release.

>
> src/qemu/qemu_hotplug.c      |  7 +++++--
> src/qemu/qemu_monitor.c      | 18 ------------------
> src/qemu/qemu_monitor.h      |  8 --------
> src/qemu/qemu_monitor_json.c | 26 --------------------------
> src/remote/remote_daemon.c   |  1 +
> tests/qemumonitorjsontest.c  |  2 --
> 6 files changed, 6 insertions(+), 56 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano
Re: [PATCH 0/3] Fixes for 11.7
Posted by Martin Kletzander via Devel 1 week, 3 days ago
On Tue, Aug 26, 2025 at 05:16:32PM +0200, Peter Krempa via Devel wrote:
>Patch 1 fixes a segfault in one certain disk hot unplug case.
>
>Patch 2 moves decreases the log verbosity VIR_ERR_NO_SUPPORT
>
>Patch 3 removes some dead code noticed while browsing the code.
>
>All ought to be safe for the release.
>
>Peter Krempa (3):
>  qemu: hotplug: Audit device detach before deleting it
>  daemon: Drop log level of VIR_ERR_NO_SUPPORT to debug
>  qemu: monitor: Remove wrappers for
>    'block-dirty-bitmap-enable'/'block-dirty-bitmap-disable'

Reviewed-by: Martin Kletzander <mkletzan@redhat.com>

and safe for freeze.

>
> src/qemu/qemu_hotplug.c      |  7 +++++--
> src/qemu/qemu_monitor.c      | 18 ------------------
> src/qemu/qemu_monitor.h      |  8 --------
> src/qemu/qemu_monitor_json.c | 26 --------------------------
> src/remote/remote_daemon.c   |  1 +
> tests/qemumonitorjsontest.c  |  2 --
> 6 files changed, 6 insertions(+), 56 deletions(-)
>
>-- 
>2.51.0
>