From: Fiona Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH-SERIES qemu-server v3 0/4] small block job related improvements
Date: Fri, 13 Feb 2026 17:52:52 +0100 [thread overview]
Message-ID: <20260213165307.177055-1-f.ebner@proxmox.com> (raw)
Changes in v3:
* add patch to break cyclic dependency Blockdev <-> BlockJob
Changes in v2:
* add patch to improve name of block job monitor function
* add path to avoid potentially misleading error messages
See the individual patches for more information.
qemu-server:
Fiona Ebner (4):
blockdev: commit: improve comment about completion mode
block job: rename qemu_drive_mirror_monitor() to monitor()
blockdev: avoid potentially misleading error messages when block job
monitor fails
introduce dedicated module for snaphsot as volume chain handling
src/PVE/QemuMigrate.pm | 2 +-
src/PVE/QemuServer.pm | 21 +-
src/PVE/QemuServer/BlockJob.pm | 8 +-
src/PVE/QemuServer/Blockdev.pm | 335 +--------------------
src/PVE/QemuServer/Makefile | 3 +-
src/PVE/QemuServer/VolumeChain.pm | 337 ++++++++++++++++++++++
src/test/MigrationTest/QemuMigrateMock.pm | 8 +-
src/test/run_qemu_migrate_tests.pl | 4 +-
8 files changed, 367 insertions(+), 351 deletions(-)
create mode 100644 src/PVE/QemuServer/VolumeChain.pm
Summary over all repositories:
8 files changed, 367 insertions(+), 351 deletions(-)
--
Generated by git-murpp 0.5.0
next reply other threads:[~2026-02-13 16:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-13 16:52 Fiona Ebner [this message]
2026-02-13 16:52 ` [PATCH qemu-server v3 1/4] blockdev: commit: improve comment about completion mode Fiona Ebner
2026-02-13 16:52 ` [PATCH qemu-server v3 2/4] block job: rename qemu_drive_mirror_monitor() to monitor() Fiona Ebner
2026-02-13 16:52 ` [PATCH qemu-server v3 3/4] blockdev: avoid potentially misleading error messages when block job monitor fails Fiona Ebner
2026-02-13 16:52 ` [PATCH qemu-server v3 4/4] introduce dedicated module for snaphsot as volume chain handling Fiona Ebner
2026-02-16 19:13 ` applied-series: [PATCH-SERIES qemu-server v3 0/4] small block job related improvements Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260213165307.177055-1-f.ebner@proxmox.com \
--to=f.ebner@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.