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



Reply via email to