[PULL 0/2] Block patches for 4.2.0-rc3

Max Reitz posted 2 patches 4 years, 5 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191126132936.1141588-1-mreitz@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>
block/qcow2-bitmap.c       | 21 ++++++++++++++++++++-
tests/qemu-iotests/169     | 22 +++++++++++++++-------
tests/qemu-iotests/169.out |  4 ++--
3 files changed, 37 insertions(+), 10 deletions(-)
[PULL 0/2] Block patches for 4.2.0-rc3
Posted by Max Reitz 4 years, 5 months ago
The following changes since commit 4ecc984210ca1bf508a96a550ec8a93a5f833f6c:

  Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.2-rc3' into staging (2019-11-26 12:36:40 +0000)

are available in the Git repository at:

  https://github.com/XanClic/qemu.git tags/pull-block-2019-11-26

for you to fetch changes up to d8130f4c420acafbf15a59436fa47199b82dc00e:

  iotests: add new test cases to bitmap migration (2019-11-26 14:18:01 +0100)

----------------------------------------------------------------
Block patches for 4.2.0-rc3:
- Fix for shared storage migration with persistent dirty bitmaps

----------------------------------------------------------------
Vladimir Sementsov-Ogievskiy (2):
  block/qcow2-bitmap: fix bitmap migration
  iotests: add new test cases to bitmap migration

 block/qcow2-bitmap.c       | 21 ++++++++++++++++++++-
 tests/qemu-iotests/169     | 22 +++++++++++++++-------
 tests/qemu-iotests/169.out |  4 ++--
 3 files changed, 37 insertions(+), 10 deletions(-)

-- 
2.23.0


Re: [PULL 0/2] Block patches for 4.2.0-rc3
Posted by Peter Maydell 4 years, 5 months ago
On Tue, 26 Nov 2019 at 13:29, Max Reitz <mreitz@redhat.com> wrote:
>
> The following changes since commit 4ecc984210ca1bf508a96a550ec8a93a5f833f6c:
>
>   Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.2-rc3' into staging (2019-11-26 12:36:40 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/XanClic/qemu.git tags/pull-block-2019-11-26
>
> for you to fetch changes up to d8130f4c420acafbf15a59436fa47199b82dc00e:
>
>   iotests: add new test cases to bitmap migration (2019-11-26 14:18:01 +0100)
>
> ----------------------------------------------------------------
> Block patches for 4.2.0-rc3:
> - Fix for shared storage migration with persistent dirty bitmaps
>
> ----------------------------------------------------------------
> Vladimir Sementsov-Ogievskiy (2):
>   block/qcow2-bitmap: fix bitmap migration
>   iotests: add new test cases to bitmap migration
>
>  block/qcow2-bitmap.c       | 21 ++++++++++++++++++++-
>  tests/qemu-iotests/169     | 22 +++++++++++++++-------
>  tests/qemu-iotests/169.out |  4 ++--
>  3 files changed, 37 insertions(+), 10 deletions(-)


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM