qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] reject qcow2 creation with protocol in data_store
@ 2025-05-27 14:32 Eric Blake
  2025-05-27 14:32 ` [PATCH v2 1/2] block: Allow drivers to control protocol prefix at creation Eric Blake
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Blake @ 2025-05-27 14:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, kwolf

v1 was here:
https://lists.gnu.org/archive/html/qemu-devel/2025-05/msg05581.html

Since then:
 - split into two patches
 - also tweak vmdk [Kevin]
 - rewrite commit messages for better justification [Kevin]

Eric Blake (2):
  block: Allow drivers to control protocol prefix at creation
  qcow2, vmdk: Restrict creation with secondary file using protocol

 include/block/block-global-state.h | 3 ++-
 block.c                            | 4 ++--
 block/crypto.c                     | 2 +-
 block/parallels.c                  | 2 +-
 block/qcow.c                       | 2 +-
 block/qcow2.c                      | 4 ++--
 block/qed.c                        | 2 +-
 block/raw-format.c                 | 2 +-
 block/vdi.c                        | 2 +-
 block/vhdx.c                       | 2 +-
 block/vmdk.c                       | 2 +-
 block/vpc.c                        | 2 +-
 12 files changed, 15 insertions(+), 14 deletions(-)

-- 
2.49.0



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

end of thread, other threads:[~2025-06-12 18:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-27 14:32 [PATCH v2 0/2] reject qcow2 creation with protocol in data_store Eric Blake
2025-05-27 14:32 ` [PATCH v2 1/2] block: Allow drivers to control protocol prefix at creation Eric Blake
2025-05-27 14:32 ` [PATCH v2 2/2] qcow2, vmdk: Restrict creation with secondary file using protocol Eric Blake
2025-06-12 18:56 ` [PATCH v2 0/2] reject qcow2 creation with protocol in data_store Eric Blake

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).