public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH-SERIES qemu-server v3 0/4] small block job related improvements
@ 2026-02-13 16:52 Fiona Ebner
  2026-02-13 16:52 ` [PATCH qemu-server v3 1/4] blockdev: commit: improve comment about completion mode Fiona Ebner
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Fiona Ebner @ 2026-02-13 16:52 UTC (permalink / raw)
  To: pve-devel

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




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-02-16 19:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-13 16:52 [PATCH-SERIES qemu-server v3 0/4] small block job related improvements Fiona Ebner
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal