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

Eric Blake posted 2 patches 4 months, 3 weeks 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 4 months, 3 weeks 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
Re: [PATCH v3 0/2] reject qcow2 creation with protocol in data_store
Posted by Kevin Wolf 3 months ago
Am 15.09.2025 um 23:37 hat Eric Blake geschrieben:
> 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

Thanks, applied to the block branch.

Kevin
Re: [PATCH v3 0/2] reject qcow2 creation with protocol in data_store
Posted by Eric Blake 3 months, 3 weeks ago
On Mon, Sep 15, 2025 at 04:37:25PM -0500, Eric Blake wrote:
> 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

Ping

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

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.
Virtualization:  qemu.org | libguestfs.org