[PULL 0/7] NBD patches through 2023-09-25

Eric Blake posted 7 patches 7 months, 1 week ago
Failed in applying to current master (apply log)
Maintainers: Eric Blake <eblake@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
include/block/nbd.h                    | 142 ++++++++++++++++++---------
nbd/nbd-internal.h                     |   3 +-
block/nbd.c                            |  44 ++++++---
nbd/client-connection.c                |   4 +-
nbd/client.c                           |  22 +++--
nbd/common.c                           |  12 ++-
nbd/server.c                           | 172 ++++++++++++++++++++-------------
qemu-nbd.c                             |   4 +-
tests/qemu-iotests/common.rc           |   9 +-
block/trace-events                     |   2 +-
nbd/trace-events                       |  14 +--
tests/qemu-iotests/tests/nbd-multiconn |   2 +-
12 files changed, 280 insertions(+), 150 deletions(-)
[PULL 0/7] NBD patches through 2023-09-25
Posted by Eric Blake 7 months, 1 week ago
The following changes since commit b55e4b9c0525560577384adfc6d30eb0daa8d7be:

  Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2023-09-21 09:32:47 -0400)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2023-09-25

for you to fetch changes up to 8db7e2d65733268f7e788a69f5c6125f14f14cb0:

  nbd/server: Refactor handling of command sanity checks (2023-09-25 08:43:22 -0500)

----------------------------------------------------------------
NBD patches through 2023-09-25

- Denis V. Lunev: iotest improvements
- Eric Blake: further work towards 64-bit NBD extensions

----------------------------------------------------------------
Denis V. Lunev (2):
      iotests: use TEST_IMG_FILE instead of TEST_IMG in _require_large_file
      iotests: improve 'not run' message for nbd-multiconn test

Eric Blake (5):
      nbd: Replace bool structured_reply with mode enum
      nbd/client: Pass mode through to nbd_send_request
      nbd: Add types for extended headers
      nbd: Prepare for 64-bit request effect lengths
      nbd/server: Refactor handling of command sanity checks

 include/block/nbd.h                    | 142 ++++++++++++++++++---------
 nbd/nbd-internal.h                     |   3 +-
 block/nbd.c                            |  44 ++++++---
 nbd/client-connection.c                |   4 +-
 nbd/client.c                           |  22 +++--
 nbd/common.c                           |  12 ++-
 nbd/server.c                           | 172 ++++++++++++++++++++-------------
 qemu-nbd.c                             |   4 +-
 tests/qemu-iotests/common.rc           |   9 +-
 block/trace-events                     |   2 +-
 nbd/trace-events                       |  14 +--
 tests/qemu-iotests/tests/nbd-multiconn |   2 +-
 12 files changed, 280 insertions(+), 150 deletions(-)

-- 
2.41.0
Re: [PULL 0/7] NBD patches through 2023-09-25
Posted by Stefan Hajnoczi 7 months, 1 week ago
Applied, thanks.

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