Re: [Qemu-devel] [PATCH v2 0/3] qemu-img: removing created when img_create fails

2019-03-25 Thread Wainer dos Santos Moschetta
On 03/22/2019 06:49 PM, Daniel Henrique Barboza wrote: On 3/22/19 4:02 PM, no-re...@patchew.org wrote: Patchew URL: https://patchew.org/QEMU/20190322175241.5954-1-danielhb...@gmail.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and the

Re: [Qemu-devel] [PATCH v2 0/3] qemu-img: removing created when img_create fails

2019-03-22 Thread Daniel Henrique Barboza
On 3/22/19 4:02 PM, no-re...@patchew.org wrote: Patchew URL: https://patchew.org/QEMU/20190322175241.5954-1-danielhb...@gmail.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can pro

Re: [Qemu-devel] [PATCH v2 0/3] qemu-img: removing created when img_create fails

2019-03-22 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190322175241.5954-1-danielhb...@gmail.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ==

[Qemu-devel] [PATCH v2 0/3] qemu-img: removing created when img_create fails

2019-03-22 Thread Daniel Henrique Barboza
This is a patch series that follows up the patch [1] after the review from Daniel P. Berrange. The new interface is being implemented only by the LUKS driver because this is the error condition I'm trying to fix. My first idea when coding it was to implement this interface in all drivers that deal