From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6Gr9-0002rP-4M for qemu-devel@nongnu.org; Fri, 27 May 2016 08:27:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6Gr5-0000Ec-4J for qemu-devel@nongnu.org; Fri, 27 May 2016 08:27:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6Gr4-0000ER-V2 for qemu-devel@nongnu.org; Fri, 27 May 2016 08:27:07 -0400 Date: Fri, 27 May 2016 20:27:05 +0800 From: Fam Zheng Message-ID: <20160527122705.GC7880@ad.usersys.redhat.com> References: <1464272863-2285-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1464272863-2285-1-git-send-email-alex.bennee@linaro.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC PATCH 0/2] Support building qemu-user powered docker test 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, peter.maydell@linaro.org, neil.williams@linaro.org, steve.mcintyre@linaro.org, riku.voipio@linaro.org On Thu, 05/26 15:27, Alex Benn=E9e wrote: > $ docker run -t -i --rm debian:armhf /bin/bash > root@e659ddf8232c:/# uname -a > Linux e659ddf8232c 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 > UTC 2016 armv7l GNU/Linux >=20 > Obviously this requires Fam's stuff to go in and needs some clean-up > but is this worth pursuing? I'm very interested in the feature this brings. Please see my replies to individual patches regarding some implementation details. Fam