[PULL 0/2] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240711091709.584450-1-stefanha@redhat.com
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, Fam Zheng <fam@euphon.net>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
There is a newer version of this series
block/io.c                                    |   9 +-
tests/qemu-iotests/245                        |   2 +-
tests/qemu-iotests/tests/write-zeroes-unmap   | 127 ++++++++++++++++++
.../qemu-iotests/tests/write-zeroes-unmap.out |  81 +++++++++++
4 files changed, 214 insertions(+), 5 deletions(-)
create mode 100755 tests/qemu-iotests/tests/write-zeroes-unmap
create mode 100644 tests/qemu-iotests/tests/write-zeroes-unmap.out
[PULL 0/2] Block patches
Posted by Stefan Hajnoczi 4 months, 2 weeks ago
The following changes since commit 59084feb256c617063e0dbe7e64821ae8852d7cf:

  Merge tag 'pull-aspeed-20240709' of https://github.com/legoater/qemu into staging (2024-07-09 07:13:55 -0700)

are available in the Git repository at:

  https://gitlab.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to d05ae948cc887054495977855b0859d0d4ab2613:

  Consider discard option when writing zeros (2024-07-11 11:06:36 +0200)

----------------------------------------------------------------
Pull request

A discard fix from Nir Soffer.

----------------------------------------------------------------

Nir Soffer (2):
  qemu-iotest/245: Add missing discard=unmap
  Consider discard option when writing zeros

 block/io.c                                    |   9 +-
 tests/qemu-iotests/245                        |   2 +-
 tests/qemu-iotests/tests/write-zeroes-unmap   | 127 ++++++++++++++++++
 .../qemu-iotests/tests/write-zeroes-unmap.out |  81 +++++++++++
 4 files changed, 214 insertions(+), 5 deletions(-)
 create mode 100755 tests/qemu-iotests/tests/write-zeroes-unmap
 create mode 100644 tests/qemu-iotests/tests/write-zeroes-unmap.out

-- 
2.45.2
Re: [PULL 0/2] Block patches
Posted by Richard Henderson 4 months, 2 weeks ago
On 7/11/24 02:17, Stefan Hajnoczi wrote:
> The following changes since commit 59084feb256c617063e0dbe7e64821ae8852d7cf:
> 
>    Merge tag 'pull-aspeed-20240709' ofhttps://github.com/legoater/qemu  into staging (2024-07-09 07:13:55 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/stefanha/qemu.git  tags/block-pull-request
> 
> for you to fetch changes up to d05ae948cc887054495977855b0859d0d4ab2613:
> 
>    Consider discard option when writing zeros (2024-07-11 11:06:36 +0200)
> 
> ----------------------------------------------------------------
> Pull request
> 
> A discard fix from Nir Soffer.


Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.

r~