From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ILh1r-0008WQ-PD for qemu-devel@nongnu.org; Thu, 16 Aug 2007 11:12:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ILh1p-0008UI-WE for qemu-devel@nongnu.org; Thu, 16 Aug 2007 11:12:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ILh1p-0008U1-Qm for qemu-devel@nongnu.org; Thu, 16 Aug 2007 11:12:53 -0400 Received: from eastrmmtao105.cox.net ([68.230.240.47]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ILh1p-00034k-Fg for qemu-devel@nongnu.org; Thu, 16 Aug 2007 11:12:53 -0400 Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao105.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20070816151253.EKBD15556.eastrmmtao105.cox.net@eastrmimpo02.cox.net> for ; Thu, 16 Aug 2007 11:12:53 -0400 Received: from [2002:4cc2:b1b1:0:20d:60ff:fe77:7d85] (unknown [IPv6:2002:4cc2:b1b1:0:20d:60ff:fe77:7d85]) (Authenticated sender: luke-jr) by hachi.dashjr.org (Postfix) with ESMTP id 745D8960D52 for ; Thu, 16 Aug 2007 15:12:52 +0000 (UTC) From: Luke -Jr Subject: Re: [Qemu-devel] Re: [kvm-devel] Making qemu images executable (and store command =?iso-8859-1?q?line=09arguments_in_them?= =P) Date: Thu, 16 Aug 2007 15:12:43 +0000 References: <59abf66e0708151552r6192f7e1he7ebe5bffd49525f@mail.gmail.com> <46C3D109.3080807@zytor.com> In-Reply-To: <46C3D109.3080807@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200708161512.43378.luke@dashjr.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Thursday 16 August 2007, H. Peter Anvin wrote: > Jorge Luc=E1ngeli Obes wrote: > > The '#!' trick works nice with scripts, but I don't see it playing > > very well with images. =BFComments? =BFPointers? > > Well, you can make it work with a header (you just have to pad it out to > a fixed length or use a variable-offset format), but binfmt_misc might > be a better choice. Can't hurt to support both, can it? ;)