Re: [Qemu-devel] [PATCH v2] docker: add installation to build tests

2017-09-25 Thread Fam Zheng
On Mon, 09/25 11:11, Paolo Bonzini wrote: > On 25/09/2017 05:09, Fam Zheng wrote: > > On Fri, 09/22 17:49, Paolo Bonzini wrote: > >> diff --git a/tests/docker/common.rc b/tests/docker/common.rc > >> index 6865689..1522aab 100755 > >> --- a/tests/docker/common.rc > >> +++ b/tests/docker/common.rc >

Re: [Qemu-devel] [PATCH v2] docker: add installation to build tests

2017-09-25 Thread Paolo Bonzini
On 25/09/2017 05:09, Fam Zheng wrote: > On Fri, 09/22 17:49, Paolo Bonzini wrote: >> diff --git a/tests/docker/common.rc b/tests/docker/common.rc >> index 6865689..1522aab 100755 >> --- a/tests/docker/common.rc >> +++ b/tests/docker/common.rc >> @@ -36,3 +36,11 @@ build_qemu() >> $QEMU_SRC/con

Re: [Qemu-devel] [PATCH v2] docker: add installation to build tests

2017-09-24 Thread Fam Zheng
On Fri, 09/22 17:49, Paolo Bonzini wrote: > diff --git a/tests/docker/common.rc b/tests/docker/common.rc > index 6865689..1522aab 100755 > --- a/tests/docker/common.rc > +++ b/tests/docker/common.rc > @@ -36,3 +36,11 @@ build_qemu() > $QEMU_SRC/configure $config_opts > make $MAKEFLAGS >

[Qemu-devel] [PATCH v2] docker: add installation to build tests

2017-09-22 Thread Paolo Bonzini
Basic test that "make install" works; this requires msgfmt so add gettext to the packages. Signed-off-by: Paolo Bonzini --- tests/docker/common.rc | 8 tests/docker/dockerfiles/centos6.docker | 1 + tests/docker/dockerfiles/centos7.docker | 1 + tests/doc