From: Peter Krempa <pkrempa@redhat.com>
To: qemu-devel@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>,
John Snow <jsnow@redhat.com>,
Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>,
Eric Blake <eblake@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
qemu-block@nongnu.org
Subject: [PATCH v3 0/2] block: commit/stream: Allow users to request only format driver names in backing file format
Date: Tue, 5 Dec 2023 18:14:40 +0100 [thread overview]
Message-ID: <cover.1701796348.git.pkrempa@redhat.com> (raw)
Please see patches for rationale.
Libvirt patches using this new flag will be posted soon-ish (after
cleanup).
v3:
- changed name of flag to 'backing-mask-protocol' (Eric)
- decided to keep Vladimir's R-b as he requested shorter name too
v2:
- fixed mistaken argument order in 'hmp_block_stream'
- changed version in docs to 9.0 as getting this into RC 3 probably
isn't realistic
Peter Krempa (2):
block: commit: Allow users to request only format driver names in
backing file format
block: stream: Allow users to request only format driver names in
backing file format
block.c | 37 +++++++++++++++++++++-----
block/commit.c | 6 ++++-
block/monitor/block-hmp-cmds.c | 2 +-
block/stream.c | 10 ++++++-
blockdev.c | 13 +++++++++
include/block/block-global-state.h | 3 ++-
include/block/block_int-common.h | 4 ++-
include/block/block_int-global-state.h | 6 +++++
qapi/block-core.json | 17 ++++++++++--
tests/unit/test-bdrv-drain.c | 3 ++-
10 files changed, 86 insertions(+), 15 deletions(-)
--
2.43.0
next reply other threads:[~2023-12-05 17:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-05 17:14 Peter Krempa [this message]
2023-12-05 17:14 ` [PATCH v3 1/2] block: commit: Allow users to request only format driver names in backing file format Peter Krempa
2023-12-05 17:14 ` [PATCH v3 2/2] block: stream: " Peter Krempa
2023-12-05 17:47 ` [PATCH v3 0/2] block: commit/stream: " Peter Krempa
2024-01-03 11:38 ` Peter Krempa
2024-01-15 15:57 ` Kevin Wolf
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=cover.1701796348.git.pkrempa@redhat.com \
--to=pkrempa@redhat.com \
--cc=armbru@redhat.com \
--cc=eblake@redhat.com \
--cc=hreitz@redhat.com \
--cc=jsnow@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=vsementsov@yandex-team.ru \
/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 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.