Re: [Qemu-devel] [PATCH v2 0/4] generic docker run patches

2016-10-11 Thread Fam Zheng
On Tue, 10/11 07:48, Alex Bennée wrote: > > Alex Bennée writes: > > > Hi Fam, > > > > I've re-based the series for the generic run target. The aim being to > > allow a developer to run tests against any generic docker target even > > if it is not in the list of approved targets: > > Ping? Sorr

Re: [Qemu-devel] [PATCH v2 0/4] generic docker run patches

2016-10-10 Thread Alex Bennée
Alex Bennée writes: > Hi Fam, > > I've re-based the series for the generic run target. The aim being to > allow a developer to run tests against any generic docker target even > if it is not in the list of approved targets: Ping? > > make docker-run TEST=test-quick IMAGE=debian:arm64 \ >

[Qemu-devel] [PATCH v2 0/4] generic docker run patches

2016-10-03 Thread Alex Bennée
Hi Fam, I've re-based the series for the generic run target. The aim being to allow a developer to run tests against any generic docker target even if it is not in the list of approved targets: make docker-run TEST=test-quick IMAGE=debian:arm64 \ EXECUTABLE=./aarch64-linux-user/qemu-aarch64