Re: [Qemu-devel] [PATCH 2/4] tests/vm: Add a dependency to qemu-img

2018-07-10 Thread Fam Zheng
On Tue, 07/03 12:56, Philippe Mathieu-Daudé wrote: > Hi Fam, > > On 07/02/2018 12:19 PM, Philippe Mathieu-Daudé wrote: > > On 07/02/2018 04:18 AM, Fam Zheng wrote: > >> On Thu, 06/28 12:35, Philippe Mathieu-Daudé wrote: > >>> Before the first use, the VM image are resized with qemu-img. > >>> > >>

Re: [Qemu-devel] [PATCH 2/4] tests/vm: Add a dependency to qemu-img

2018-07-03 Thread Philippe Mathieu-Daudé
Hi Fam, On 07/02/2018 12:19 PM, Philippe Mathieu-Daudé wrote: > On 07/02/2018 04:18 AM, Fam Zheng wrote: >> On Thu, 06/28 12:35, Philippe Mathieu-Daudé wrote: >>> Before the first use, the VM image are resized with qemu-img. >>> >>> Add a dependency to the qemu-img tool to fix: >>> >>> $ make vm

Re: [Qemu-devel] [PATCH 2/4] tests/vm: Add a dependency to qemu-img

2018-07-02 Thread Philippe Mathieu-Daudé
On 07/02/2018 04:18 AM, Fam Zheng wrote: > On Thu, 06/28 12:35, Philippe Mathieu-Daudé wrote: >> Before the first use, the VM image are resized with qemu-img. >> >> Add a dependency to the qemu-img tool to fix: >> >> $ make vm-build-ubuntu.i386 >> Traceback (most recent call last): >> File

Re: [Qemu-devel] [PATCH 2/4] tests/vm: Add a dependency to qemu-img

2018-07-02 Thread Fam Zheng
On Thu, 06/28 12:35, Philippe Mathieu-Daudé wrote: > Before the first use, the VM image are resized with qemu-img. > > Add a dependency to the qemu-img tool to fix: > > $ make vm-build-ubuntu.i386 > Traceback (most recent call last): > File "source/qemu/tests/vm/basevm.py", line 236, in m

Re: [Qemu-devel] [PATCH 2/4] tests/vm: Add a dependency to qemu-img

2018-06-28 Thread Philippe Mathieu-Daudé
On 06/28/2018 12:35 PM, Philippe Mathieu-Daudé wrote: > Before the first use, the VM image are resized with qemu-img. > > Add a dependency to the qemu-img tool to fix: > > $ make vm-build-ubuntu.i386 > Traceback (most recent call last): > File "source/qemu/tests/vm/basevm.py", line 236, i

[Qemu-devel] [PATCH 2/4] tests/vm: Add a dependency to qemu-img

2018-06-28 Thread Philippe Mathieu-Daudé
Before the first use, the VM image are resized with qemu-img. Add a dependency to the qemu-img tool to fix: $ make vm-build-ubuntu.i386 Traceback (most recent call last): File "source/qemu/tests/vm/basevm.py", line 236, in main return vm.build_image(args.image) File "tests/vm/ub