Re: [Qemu-devel] [PATCH v2 1/3] block: introducing 'bdrv_co_delete_file' interface

2019-03-25 Thread Kevin Wolf
Am 25.03.2019 um 13:18 hat Daniel P. Berrangé geschrieben: > On Mon, Mar 25, 2019 at 01:10:46PM +0100, Kevin Wolf wrote: > > Am 22.03.2019 um 18:52 hat Daniel Henrique Barboza geschrieben: > > > Adding to Block Drivers the capability of being able to clean up > > > its created files can be useful i

Re: [Qemu-devel] [PATCH v2 1/3] block: introducing 'bdrv_co_delete_file' interface

2019-03-25 Thread Daniel Henrique Barboza
On 3/25/19 9:10 AM, Kevin Wolf wrote: Am 22.03.2019 um 18:52 hat Daniel Henrique Barboza geschrieben: Adding to Block Drivers the capability of being able to clean up its created files can be useful in certain situations. For the LUKS driver, for instance, a failure in one of its authenticati

Re: [Qemu-devel] [PATCH v2 1/3] block: introducing 'bdrv_co_delete_file' interface

2019-03-25 Thread Daniel P . Berrangé
On Mon, Mar 25, 2019 at 01:10:46PM +0100, Kevin Wolf wrote: > Am 22.03.2019 um 18:52 hat Daniel Henrique Barboza geschrieben: > > Adding to Block Drivers the capability of being able to clean up > > its created files can be useful in certain situations. For the > > LUKS driver, for instance, a fail

Re: [Qemu-devel] [PATCH v2 1/3] block: introducing 'bdrv_co_delete_file' interface

2019-03-25 Thread Kevin Wolf
Am 22.03.2019 um 18:52 hat Daniel Henrique Barboza geschrieben: > Adding to Block Drivers the capability of being able to clean up > its created files can be useful in certain situations. For the > LUKS driver, for instance, a failure in one of its authentication > steps can leave files in the host

[Qemu-devel] [PATCH v2 1/3] block: introducing 'bdrv_co_delete_file' interface

2019-03-22 Thread Daniel Henrique Barboza
Adding to Block Drivers the capability of being able to clean up its created files can be useful in certain situations. For the LUKS driver, for instance, a failure in one of its authentication steps can leave files in the host that weren't there before. This patch adds the 'bdrv_co_delete_file' i