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 1X6lA1-0005oG-Dx for qemu-devel@nongnu.org; Mon, 14 Jul 2014 14:39:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X6l9v-00028y-LZ for qemu-devel@nongnu.org; Mon, 14 Jul 2014 14:39:37 -0400 Received: from cantor2.suse.de ([195.135.220.15]:47225 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6l9v-00028C-Ec for qemu-devel@nongnu.org; Mon, 14 Jul 2014 14:39:31 -0400 Message-ID: <53C423E1.80900@suse.de> Date: Mon, 14 Jul 2014 20:39:29 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1405362775-6233-1-git-send-email-Joakim.Tjernlund@transmode.se> In-Reply-To: <1405362775-6233-1-git-send-email-Joakim.Tjernlund@transmode.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] linux-user: make binfmt flag O require P List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Joakim Tjernlund , qemu-devel@nongnu.org, Riku Voipio On 14.07.14 20:32, Joakim Tjernlund wrote: > Qemu can autodetect if it is started from Linux binfmt loader > when binfmt flag O is on. > Use that and require binfmt flag P as well which will enable QEMU > to pass in correct argv0 to the application. > > Signed-off-by: Joakim Tjernlund This is missing the updates to binfmt_misc.sh. Otherwise I think the patch is good :). Alex