Re: [Qemu-devel] [PATCH v4 0/6] docker: Add test-block

2017-09-05 Thread Stefan Hajnoczi
On Tue, Sep 05, 2017 at 10:56:08AM +0800, Fam Zheng wrote: > Based-on: 20170905021201.25684-1-f...@redhat.com > ([PATCH v6 00/12] tests: Add VM based build tests (for non-x86_64 and/or > non-Linux)) > > A few tweaks to the docker images and running commands allow us to run > qemu-iotests in the fe

[Qemu-devel] [PATCH v4 0/6] docker: Add test-block

2017-09-04 Thread Fam Zheng
Based-on: 20170905021201.25684-1-f...@redhat.com ([PATCH v6 00/12] tests: Add VM based build tests (for non-x86_64 and/or non-Linux)) A few tweaks to the docker images and running commands allow us to run qemu-iotests in the fedora container. This will be added to the patchew test cases later. v4