[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PULL 0/4] Block patches for 2.12.0-rc1
From: |
Max Reitz |
Subject: |
[Qemu-block] [PULL 0/4] Block patches for 2.12.0-rc1 |
Date: |
Mon, 26 Mar 2018 22:20:35 +0200 |
The following changes since commit 7b93d78a04aa242d377ae213b79db6c319c71847:
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
(2018-03-26 15:17:25 +0100)
are available in the Git repository at:
git://github.com/XanClic/qemu.git tags/pull-block-2018-03-26
for you to fetch changes up to a77672ea3d95094a0cb4f974de84fb7353c67cc0:
vmdk: return ERROR when cluster sector is larger than vmdk limitation
(2018-03-26 21:17:24 +0200)
----------------------------------------------------------------
A fix for dirty bitmap migration through shared storage, and a VMDK
patch keeping us from creating too large extents.
----------------------------------------------------------------
Vladimir Sementsov-Ogievskiy (3):
qcow2-bitmap: add qcow2_reopen_bitmaps_rw_hint()
qcow2: fix bitmaps loading when bitmaps already exist
iotests: enable shared migration cases in 169
yuchenlin (1):
vmdk: return ERROR when cluster sector is larger than vmdk limitation
block/qcow2.h | 2 ++
block/qcow2-bitmap.c | 15 ++++++++++++++-
block/qcow2.c | 17 ++++++++++++++++-
block/vmdk.c | 6 ++++++
tests/qemu-iotests/169 | 8 +++-----
tests/qemu-iotests/169.out | 4 ++--
6 files changed, 43 insertions(+), 9 deletions(-)
--
2.14.3
- [Qemu-block] [PULL 0/4] Block patches for 2.12.0-rc1,
Max Reitz <=
- [Qemu-block] [PULL 2/4] qcow2: fix bitmaps loading when bitmaps already exist, Max Reitz, 2018/03/26
- [Qemu-block] [PULL 1/4] qcow2-bitmap: add qcow2_reopen_bitmaps_rw_hint(), Max Reitz, 2018/03/26
- [Qemu-block] [PULL 3/4] iotests: enable shared migration cases in 169, Max Reitz, 2018/03/26
- [Qemu-block] [PULL 4/4] vmdk: return ERROR when cluster sector is larger than vmdk limitation, Max Reitz, 2018/03/26
- Re: [Qemu-block] [PULL 0/4] Block patches for 2.12.0-rc1, Peter Maydell, 2018/03/27
- Re: [Qemu-block] [Qemu-devel] [PULL 0/4] Block patches for 2.12.0-rc1, no-reply, 2018/03/31