From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1Co5-0008VM-H9 for qemu-devel@nongnu.org; Mon, 31 Oct 2016 09:39:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1Co1-00073a-KB for qemu-devel@nongnu.org; Mon, 31 Oct 2016 09:39:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33158) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c1Co1-00073F-EI for qemu-devel@nongnu.org; Mon, 31 Oct 2016 09:39:17 -0400 Date: Mon, 31 Oct 2016 21:39:14 +0800 From: Fam Zheng Message-ID: <20161031133914.GL30303@lemon> References: <20161028163339.31096-1-alex.bennee@linaro.org> <20161031024116.GJ30303@lemon> <87d1igycfd.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <87d1igycfd.fsf@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 Mon, 10/31 11:40, Alex Benn=E9e wrote: >=20 > Fam Zheng writes: >=20 > > On Fri, 10/28 17:33, Alex Benn=E9e 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? >=20 > 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? I was just thinking that the real convenience only comes after the automa= ted setup of binfmt_misc (or a help text in "make docker" documentation). What do you think? Fam