From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 00/13] NBD patches through 2022-04-26
Date: Tue, 26 Apr 2022 15:15:01 -0500 [thread overview]
Message-ID: <20220426201514.170410-1-eblake@redhat.com> (raw)
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
next reply other threads:[~2022-04-26 20:17 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-26 20:15 Eric Blake [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220426201514.170410-1-eblake@redhat.com \
--to=eblake@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).