From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVVkh-0007ay-3v for qemu-devel@nongnu.org; Mon, 15 Feb 2016 21:52:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVVkd-0000ob-Sf for qemu-devel@nongnu.org; Mon, 15 Feb 2016 21:52:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVVkd-0000oU-Nr for qemu-devel@nongnu.org; Mon, 15 Feb 2016 21:52:31 -0500 Date: Tue, 16 Feb 2016 10:52:27 +0800 From: Fam Zheng Message-ID: <20160216025227.GD18664@ad.usersys.redhat.com> References: <1454664263-25969-1-git-send-email-famz@redhat.com> <1454664263-25969-5-git-send-email-famz@redhat.com> <878u2mnsyw.fsf@linaro.org> <8760xqnnvd.fsf@linaro.org> <20160215132959.GA18222@ad.usersys.redhat.com> <871t8enjxy.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <871t8enjxy.fsf@linaro.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 04/12] docker: Add test runner List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: kwolf@redhat.com, peter.maydell@linaro.org, sw@weilnetz.de, qemu-devel@nongnu.org, stefanha@redhat.com, Paolo Bonzini , jsnow@redhat.com, david@gibson.dropbear.id.au On Mon, 02/15 14:10, Alex Benn=E9e wrote: > >> There is a slight wrinkle as to what happens if the user wants to en= ter > >> an interactive session for debugging. However that doesn't seem poss= ible > >> via the makefile and perhaps that is just as well. Perhaps that shou= ld > >> be a helper script for the user? Good idea. The "docker run" invocation should be able to drop stdio into= an interactive shell, with Makefile. I'll take a look in v2. Fam