mbox

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

Message ID 20220128230003.1114719-1-eblake@redhat.com
State New
Headers show

Pull-request

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

Message

Eric Blake Jan. 28, 2022, 10:59 p.m. UTC
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

Comments

Peter Maydell Jan. 30, 2022, 3:08 p.m. UTC | #1
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