From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c12XL-0000Pz-3b for qemu-devel@nongnu.org; Sun, 30 Oct 2016 22:41:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c12XI-0007Np-1A for qemu-devel@nongnu.org; Sun, 30 Oct 2016 22:41:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50636) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c12XH-0007NZ-SH for qemu-devel@nongnu.org; Sun, 30 Oct 2016 22:41:19 -0400 Date: Mon, 31 Oct 2016 10:41:16 +0800 From: Fam Zheng Message-ID: <20161031024116.GJ30303@lemon> References: <20161028163339.31096-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20161028163339.31096-1-alex.bennee@linaro.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/6] Expand the building of qemu-user docker images List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: qemu-devel@nongnu.org On Fri, 10/28 17:33, Alex Benn=E9e wrote: > Hi Fam, >=20 > These are a little bit of a work in progress so maybe not all ready to > be taken yet although review would be welcome. >=20 > This adds some tweaks to allow us to build the cross-arch debian > images with direct make invocations and then see which images we can > test against from the "make docker" help text. Now: >=20 > make docker-image-debian-stable-arm64 >=20 > Will do exactly as you expect. I can't get: >=20 > make docker-test-quick@debian-stable-arm64 >=20 > To work but I suspect this needs some fixing to the generated rules. >=20 > Comments? Looks good, but what about binfmt_misc? Fam >=20 > Alex Benn=E9e (6): > tests/docker/Makefile.include: fix diff-index call > tests/docker/test-user: a simple linux-user test > tests/docker: add optional libs to travis.docker > tests/docker/Makefile: Add a rule for Debian user images > tests/docker/docker.py: expand images command > tests/docker/Makefile.include: expand docker help text >=20 > tests/docker/Makefile.include | 29 ++++++++++++++++++++++++++= --- > tests/docker/docker.py | 27 ++++++++++++++++++++++----= - > tests/docker/dockerfiles/travis.docker | 9 ++++++++- > tests/docker/test-user | 18 ++++++++++++++++++ > 4 files changed, 74 insertions(+), 9 deletions(-) > create mode 100755 tests/docker/test-user >=20 > --=20 > 2.10.1 >=20 >=20