[PATCH v3 0/2] reject qcow2 creation with protocol in data_store

Eric Blake posted 2 patches 1 week, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250915213919.3121401-4-eblake@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, "Denis V. Lunev" <den@openvz.org>, Stefan Weil <sw@weilnetz.de>, Jeff Cody <codyprime@gmail.com>, Fam Zheng <fam@euphon.net>
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(-)
[PATCH v3 0/2] reject qcow2 creation with protocol in data_store
Posted by Eric Blake 1 week, 5 days ago
v2 was here:
https://lists.gnu.org/archive/html/qemu-devel/2025-05/msg06231.html
Since then:
 - rebase to latest tree

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