qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/13] NBD patches through 2022-04-26
@ 2022-04-26 20:15 Eric Blake
  2022-04-26 20:15 ` [PULL 01/13] qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStr Eric Blake
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Eric Blake @ 2022-04-26 20:15 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 80a172de5592b5c33aa6bc30da6f16c4ad1ae390:

  Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2022-04-26 07:54:22 -0700)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2022-04-26

for you to fetch changes up to 620c5cb5da57dc97f655e6218e7ca9bc896394a2:

  nbd: document what is protected by the CoMutexes (2022-04-26 13:16:42 -0500)

----------------------------------------------------------------
nbd patches for 2022-04-26

- Paolo Bonzini: thread-safety improvements to NBD client
- Vladimir Sementsov-Ogievsky: finer-grained selection of bitmaps during
  nbd-export

----------------------------------------------------------------
Paolo Bonzini (9):
      nbd: safeguard against waking up invalid coroutine
      nbd: mark more coroutine_fns
      nbd: remove peppering of nbd_client_connected
      nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connection
      nbd: use a QemuMutex to synchronize yanking, reconnection and coroutines
      nbd: code motion and function renaming
      nbd: move s->state under requests_lock
      nbd: take receive_mutex when reading requests[].receiving
      nbd: document what is protected by the CoMutexes

Vladimir Sementsov-Ogievskiy (3):
      qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStr
      qapi: nbd-export: allow select bitmaps by node/name pair
      iotests/223: check new possibility of exporting bitmaps by node/name

 qapi/block-core.json                   |   6 +-
 qapi/block-export.json                 |   5 +-
 block/coroutines.h                     |   5 +-
 include/block/block_int-global-state.h |   2 +-
 block/monitor/bitmap-qmp-cmds.c        |   6 +-
 block/nbd.c                            | 286 +++++++++++++++++----------------
 blockdev-nbd.c                         |   8 +-
 nbd/server.c                           |  63 +++++---
 qemu-img.c                             |   8 +-
 qemu-nbd.c                             |  11 +-
 tests/qemu-iotests/223                 |  16 ++
 tests/qemu-iotests/223.out             |  47 +++++-
 12 files changed, 282 insertions(+), 181 deletions(-)

-- 
2.35.1



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

end of thread, other threads:[~2022-05-13 20:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-26 20:15 [PULL 00/13] NBD patches through 2022-04-26 Eric Blake
2022-04-26 20:15 ` [PULL 01/13] qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStr Eric Blake
2022-04-26 20:15 ` [PULL 02/13] qapi: nbd-export: allow select bitmaps by node/name pair Eric Blake
2022-04-26 20:15 ` [PULL 03/13] iotests/223: check new possibility of exporting bitmaps by node/name Eric Blake
2022-04-26 20:15 ` [PULL 04/13] nbd: safeguard against waking up invalid coroutine Eric Blake
2022-04-26 20:15 ` [PULL 05/13] nbd: mark more coroutine_fns Eric Blake
2022-04-26 20:15 ` [PULL 06/13] nbd: remove peppering of nbd_client_connected Eric Blake
2022-05-12 16:16   ` Peter Maydell
2022-05-13 20:42     ` Eric Blake
2022-04-26 20:15 ` [PULL 07/13] nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connection Eric Blake
2022-04-26 20:15 ` [PULL 08/13] nbd: use a QemuMutex to synchronize yanking, reconnection and coroutines Eric Blake
2022-04-26 20:15 ` [PULL 09/13] nbd: code motion and function renaming Eric Blake
2022-04-26 20:15 ` [PULL 10/13] nbd: move s->state under requests_lock Eric Blake
2022-04-26 20:15 ` [PULL 11/13] nbd: take receive_mutex when reading requests[].receiving Eric Blake
2022-04-26 20:15 ` [PULL 12/13] nbd: document what is protected by the CoMutexes Eric Blake
2022-04-26 20:15 ` [PULL 13/13] qemu-nbd: Pass max connections to blockdev layer Eric Blake
2022-04-27  0:36 ` [PULL 00/13] NBD patches through 2022-04-26 Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).