[PULL 0/3] Block layer patches for 5.1.0-rc1

Kevin Wolf posted 3 patches 3 years, 9 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200721154637.220022-1-kwolf@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
block/file-posix.c         |  6 +++++-
block/qcow2-cluster.c      |  9 ++++++++-
tests/qemu-iotests/122     | 30 ++++++++++++++++++++++++++++++
tests/qemu-iotests/122.out | 17 +++++++++++++++++
4 files changed, 60 insertions(+), 2 deletions(-)
[PULL 0/3] Block layer patches for 5.1.0-rc1
Posted by Kevin Wolf 3 years, 9 months ago
The following changes since commit 90218a9a393c7925f330e7dcc08658e2a01d3bd4:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-07-21' into staging (2020-07-21 10:24:38 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to 4a01e27ddcb5921efd68820d05d85ba71293fea6:

  iotests: Test sparseness for qemu-img convert -n (2020-07-21 17:44:35 +0200)

----------------------------------------------------------------
Block layer patches:

- file-posix: Handle `EINVAL` fallocate return value
- qemu-img convert -n: Keep qcow2 v2 target sparse

----------------------------------------------------------------
Antoine Damhet (1):
      file-posix: Handle `EINVAL` fallocate return value

Kevin Wolf (2):
      qcow2: Implement v2 zero writes with discard if possible
      iotests: Test sparseness for qemu-img convert -n

 block/file-posix.c         |  6 +++++-
 block/qcow2-cluster.c      |  9 ++++++++-
 tests/qemu-iotests/122     | 30 ++++++++++++++++++++++++++++++
 tests/qemu-iotests/122.out | 17 +++++++++++++++++
 4 files changed, 60 insertions(+), 2 deletions(-)


Re: [PULL 0/3] Block layer patches for 5.1.0-rc1
Posted by Peter Maydell 3 years, 9 months ago
On Tue, 21 Jul 2020 at 16:46, Kevin Wolf <kwolf@redhat.com> wrote:
>
> The following changes since commit 90218a9a393c7925f330e7dcc08658e2a01d3bd4:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-07-21' into staging (2020-07-21 10:24:38 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to 4a01e27ddcb5921efd68820d05d85ba71293fea6:
>
>   iotests: Test sparseness for qemu-img convert -n (2020-07-21 17:44:35 +0200)
>
> ----------------------------------------------------------------
> Block layer patches:
>
> - file-posix: Handle `EINVAL` fallocate return value
> - qemu-img convert -n: Keep qcow2 v2 target sparse
>
> ----------------------------------------------------------------
> Antoine Damhet (1):
>       file-posix: Handle `EINVAL` fallocate return value
>
> Kevin Wolf (2):
>       qcow2: Implement v2 zero writes with discard if possible
>       iotests: Test sparseness for qemu-img convert -n


Applied, thanks.

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

-- PMM