[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/7] Block patches for 4.1.0-rc4
From: |
Max Reitz |
Subject: |
[Qemu-devel] [PULL 0/7] Block patches for 4.1.0-rc4 |
Date: |
Mon, 5 Aug 2019 18:37:33 +0200 |
The following changes since commit 9bb68d34dda9be60335e73e65c8fb61bca035362:
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/edk2-next-20190803'
into staging (2019-08-05 11:05:36 +0100)
are available in the Git repository at:
https://github.com/XanClic/qemu.git tags/pull-block-2019-08-05
for you to fetch changes up to 07b0851c592efe188a87259adbda26a63c61dc92:
block/backup: disable copy_range for compressed backup (2019-08-05 18:05:05
+0200)
----------------------------------------------------------------
Block patches for 4.1.0-rc4:
- Fix the backup block job when using copy offloading
- Fix the mirror block job when using the write-blocking copy mode
- Fix incremental backups after the image has been grown with the
respective bitmap attached to it
----------------------------------------------------------------
Max Reitz (5):
backup: Copy only dirty areas
iotests: Test backup job with two guest writes
iotests: Test incremental backup after truncation
mirror: Only mirror granularity-aligned chunks
iotests: Test unaligned blocking mirror write
Vladimir Sementsov-Ogievskiy (2):
util/hbitmap: update orig_size on truncate
block/backup: disable copy_range for compressed backup
block/backup.c | 15 ++++++++++++---
block/mirror.c | 29 ++++++++++++++++++++++++++++
util/hbitmap.c | 6 +++++-
tests/qemu-iotests/056 | 39 ++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/056.out | 4 ++--
tests/qemu-iotests/124 | 38 +++++++++++++++++++++++++++++++++----
tests/qemu-iotests/124.out | 4 ++--
tests/qemu-iotests/151 | 25 ++++++++++++++++++++++++
tests/qemu-iotests/151.out | 4 ++--
9 files changed, 150 insertions(+), 14 deletions(-)
--
2.21.0
- [Qemu-devel] [PULL 0/7] Block patches for 4.1.0-rc4,
Max Reitz <=
- [Qemu-devel] [PULL 1/7] backup: Copy only dirty areas, Max Reitz, 2019/08/05
- [Qemu-devel] [PULL 2/7] iotests: Test backup job with two guest writes, Max Reitz, 2019/08/05
- [Qemu-devel] [PULL 3/7] util/hbitmap: update orig_size on truncate, Max Reitz, 2019/08/05
- [Qemu-devel] [PULL 4/7] iotests: Test incremental backup after truncation, Max Reitz, 2019/08/05
- [Qemu-devel] [PULL 5/7] mirror: Only mirror granularity-aligned chunks, Max Reitz, 2019/08/05
- [Qemu-devel] [PULL 6/7] iotests: Test unaligned blocking mirror write, Max Reitz, 2019/08/05
- [Qemu-devel] [PULL 7/7] block/backup: disable copy_range for compressed backup, Max Reitz, 2019/08/05
- Re: [Qemu-devel] [PULL 0/7] Block patches for 4.1.0-rc4, Vladimir Sementsov-Ogievskiy, 2019/08/05