Re: [Qemu-devel] [PATCH 0/2] qemu-img: change img_open() and opening method in dd

2016-10-11 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [PATCH 0/2] qemu-img: change img_open() and opening method in dd Message-id: 20161007153617.28704-1

Re: [Qemu-devel] [PATCH 0/2] qemu-img: change img_open() and opening method in dd

2016-10-10 Thread Max Reitz
On 07.10.2016 17:36, Reda Sallahi wrote: > The patch series include the previously submitted patch: > [PATCH v5] qemu-img: change opening method for the output in dd > > Changes from v5: > * Replace access() with a modified version of img_open() in img_dd() > > Depends on: > [PATCH v3] qemu-img:

[Qemu-devel] [PATCH 0/2] qemu-img: change img_open() and opening method in dd

2016-10-07 Thread Reda Sallahi
The patch series include the previously submitted patch: [PATCH v5] qemu-img: change opening method for the output in dd Changes from v5: * Replace access() with a modified version of img_open() in img_dd() Depends on: [PATCH v3] qemu-img: add conv=notrunc option to dd Reda Sallahi (2): qemu-i