From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1Awo-0007ba-Ir for qemu-devel@nongnu.org; Mon, 31 Oct 2016 07:40:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1Awj-00076l-Op for qemu-devel@nongnu.org; Mon, 31 Oct 2016 07:40:14 -0400 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:35025) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c1Awj-00074a-HY for qemu-devel@nongnu.org; Mon, 31 Oct 2016 07:40:09 -0400 Received: by mail-wm0-x229.google.com with SMTP id a197so14577227wmd.0 for ; Mon, 31 Oct 2016 04:40:09 -0700 (PDT) References: <20161028163339.31096-1-alex.bennee@linaro.org> <20161031024116.GJ30303@lemon> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20161031024116.GJ30303@lemon> Date: Mon, 31 Oct 2016 11:40:06 +0000 Message-ID: <87d1igycfd.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Fam Zheng Cc: qemu-devel@nongnu.org Fam Zheng writes: > On Fri, 10/28 17:33, Alex Bennée wrote: >> Hi Fam, >> >> These are a little bit of a work in progress so maybe not all ready to >> be taken yet although review would be welcome. >> >> 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: >> >> make docker-image-debian-stable-arm64 >> >> Will do exactly as you expect. I can't get: >> >> make docker-test-quick@debian-stable-arm64 >> >> To work but I suspect this needs some fixing to the generated rules. >> >> Comments? > > Looks good, but what about binfmt_misc? Currently the binfmt_misc check is done when the image is built (by the pre script). We could expand docker.py to check and use that? > > Fam > >> >> Alex Bennée (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 >> >> 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 >> >> -- >> 2.10.1 >> >> -- Alex Bennée