Re: [Qemu-devel] [PATCH] docker: Build in a clean directory

2016-09-28 Thread Fam Zheng
On Wed, 09/28 16:24, Alex Bennée wrote: > > Fam Zheng writes: > > > Currently we configure and build under "$QEMU_SRC/tests/docker" which is > > dubious, create a fixed directory (to be friendly to ccache) and change > > to there before calling build_qemu. > > > > Signed-off-by: Fam Zheng > > -

Re: [Qemu-devel] [PATCH] docker: Build in a clean directory

2016-09-28 Thread Fam Zheng
On Wed, 09/28 15:47, Markus Armbruster wrote: > Fam Zheng writes: > > > Currently we configure and build under "$QEMU_SRC/tests/docker" which is > > dubious, create a fixed directory (to be friendly to ccache) and change > > Period instead of comma, to help the reader understand where the part >

Re: [Qemu-devel] [PATCH] docker: Build in a clean directory

2016-09-28 Thread Alex Bennée
Fam Zheng writes: > Currently we configure and build under "$QEMU_SRC/tests/docker" which is > dubious, create a fixed directory (to be friendly to ccache) and change > to there before calling build_qemu. > > Signed-off-by: Fam Zheng > --- > tests/docker/common.rc | 3 +++ > tests/docker/test

Re: [Qemu-devel] [PATCH] docker: Build in a clean directory

2016-09-28 Thread Markus Armbruster
Fam Zheng writes: > Currently we configure and build under "$QEMU_SRC/tests/docker" which is > dubious, create a fixed directory (to be friendly to ccache) and change Period instead of comma, to help the reader understand where the part describing the current state ends, and the part describing

[Qemu-devel] [PATCH] docker: Build in a clean directory

2016-09-28 Thread Fam Zheng
Currently we configure and build under "$QEMU_SRC/tests/docker" which is dubious, create a fixed directory (to be friendly to ccache) and change to there before calling build_qemu. Signed-off-by: Fam Zheng --- tests/docker/common.rc | 3 +++ tests/docker/test-clang | 2 ++ tests/docker/test-ful