All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/4] NBD patches for 2022-01-28
@ 2022-01-28 22:59 Eric Blake
  2022-01-28 23:00 ` [PULL 1/4] nbd/server.c: Remove unused field Eric Blake
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Eric Blake @ 2022-01-28 22:59 UTC (permalink / raw)
  To: qemu-devel

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-01-30 15:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28 22:59 [PULL 0/4] NBD patches for 2022-01-28 Eric Blake
2022-01-28 23:00 ` [PULL 1/4] nbd/server.c: Remove unused field Eric Blake
2022-01-28 23:00 ` [PULL 2/4] qapi/block: Cosmetic change in BlockExportType schema Eric Blake
2022-01-28 23:00 ` [PULL 3/4] block/io: Update BSC only if want_zero is true Eric Blake
2022-01-28 23:00 ` [PULL 4/4] iotests/block-status-cache: New test Eric Blake
2022-01-30 15:08 ` [PULL 0/4] NBD patches for 2022-01-28 Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.