Re: [PATCH 0/2] Remove deprecated qemu-img backing file without format

2021-07-08 Thread Kevin Wolf
Am 07.07.2021 um 23:17 hat Eric Blake geschrieben: > On Mon, May 03, 2021 at 04:35:58PM -0500, Eric Blake wrote: > > We've gone enough release cycles without noticeable pushback on our > > intentions, so time to make it harder to create images that can form a > > security hole due to a need for for

Re: [PATCH 0/2] Remove deprecated qemu-img backing file without format

2021-07-07 Thread Connor Kuehl
On 5/3/21 2:35 PM, Eric Blake wrote: > We've gone enough release cycles without noticeable pushback on our > intentions, so time to make it harder to create images that can form a > security hole due to a need for format probing rather than an explicit > format. > > Eric Blake (2): > qcow2: Proh

Re: [PATCH 0/2] Remove deprecated qemu-img backing file without format

2021-07-07 Thread Eric Blake
On Mon, May 03, 2021 at 04:35:58PM -0500, Eric Blake wrote: > We've gone enough release cycles without noticeable pushback on our > intentions, so time to make it harder to create images that can form a > security hole due to a need for format probing rather than an explicit > format. > > Eric Bla

[PATCH 0/2] Remove deprecated qemu-img backing file without format

2021-05-03 Thread Eric Blake
We've gone enough release cycles without noticeable pushback on our intentions, so time to make it harder to create images that can form a security hole due to a need for format probing rather than an explicit format. Eric Blake (2): qcow2: Prohibit backing file changes in 'qemu-img amend' qem