[PULL 0/4] NBD patches for 2022-01-28

Eric Blake posted 4 patches 2 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220128230003.1114719-1-eblake@redhat.com
Maintainers: Fam Zheng <fam@euphon.net>, Stefan Hajnoczi <stefanha@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
qapi/block-export.json                          |   3 +-
block/io.c                                      |   6 +-
nbd/server.c                                    |   1 -
tests/qemu-iotests/tests/block-status-cache     | 139 ++++++++++++++++++++++++
tests/qemu-iotests/tests/block-status-cache.out |   5 +
5 files changed, 151 insertions(+), 3 deletions(-)
create mode 100755 tests/qemu-iotests/tests/block-status-cache
create mode 100644 tests/qemu-iotests/tests/block-status-cache.out
[PULL 0/4] NBD patches for 2022-01-28
Posted by Eric Blake 2 years, 3 months ago
The following changes since commit 7a1043cef91739ff4b59812d30f1ed2850d3d34e:

  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2022-01-28 14:04:01 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2022-01-28

for you to fetch changes up to 6384dd534d742123d26c008d9794b20bc41359d5:

  iotests/block-status-cache: New test (2022-01-28 16:55:23 -0600)

----------------------------------------------------------------
nbd patches for 2022-01-28

- Hanna Reitz: regression fix for block status caching
- Philippe Mathieu-Daude: documentation formatting
- Nir Soffer: dead code removal

----------------------------------------------------------------
Hanna Reitz (2):
      block/io: Update BSC only if want_zero is true
      iotests/block-status-cache: New test

Nir Soffer (1):
      nbd/server.c: Remove unused field

Philippe Mathieu-Daude (1):
      qapi/block: Cosmetic change in BlockExportType schema

 qapi/block-export.json                          |   3 +-
 block/io.c                                      |   6 +-
 nbd/server.c                                    |   1 -
 tests/qemu-iotests/tests/block-status-cache     | 139 ++++++++++++++++++++++++
 tests/qemu-iotests/tests/block-status-cache.out |   5 +
 5 files changed, 151 insertions(+), 3 deletions(-)
 create mode 100755 tests/qemu-iotests/tests/block-status-cache
 create mode 100644 tests/qemu-iotests/tests/block-status-cache.out

-- 
2.34.1


Re: [PULL 0/4] NBD patches for 2022-01-28
Posted by Peter Maydell 2 years, 3 months ago
On Fri, 28 Jan 2022 at 23:04, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit 7a1043cef91739ff4b59812d30f1ed2850d3d34e:
>
>   Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2022-01-28 14:04:01 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2022-01-28
>
> for you to fetch changes up to 6384dd534d742123d26c008d9794b20bc41359d5:
>
>   iotests/block-status-cache: New test (2022-01-28 16:55:23 -0600)
>
> ----------------------------------------------------------------
> nbd patches for 2022-01-28
>
> - Hanna Reitz: regression fix for block status caching
> - Philippe Mathieu-Daude: documentation formatting
> - Nir Soffer: dead code removal


Applied, thanks.

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

-- PMM