From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISDJv-0001TA-H8 for qemu-devel@nongnu.org; Mon, 03 Sep 2007 10:54:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISDJu-0001SK-Um for qemu-devel@nongnu.org; Mon, 03 Sep 2007 10:54:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISDJu-0001S5-PY for qemu-devel@nongnu.org; Mon, 03 Sep 2007 10:54:30 -0400 Received: from wsip-68-15-230-7.om.om.cox.net ([68.15.230.7] helo=hachi.dashjr.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISDJu-0007AI-Aa for qemu-devel@nongnu.org; Mon, 03 Sep 2007 10:54:30 -0400 Received: from [2002:48ce:72ec:0:20d:60ff:fe77:7d85] (yokochan.lan [IPv6:2002:48ce:72ec:0:20d:60ff:fe77:7d85]) (Authenticated sender: luke-jr) by hachi.dashjr.org (Postfix) with ESMTP id B314D960D3E for ; Mon, 3 Sep 2007 14:54:25 +0000 (UTC) From: Luke -Jr Subject: Re: [Qemu-devel] Re: [kvm-devel] [PATCH][RFC] Allowing QEMU to directly execute a directory (and storing command line options in it) Date: Mon, 3 Sep 2007 09:54:20 -0500 References: <59abf66e0708311119p2b83fcffg31fac1c298cfc10a@mail.gmail.com> <59abf66e0709011326l75297ef8h2d92fe728809452c@mail.gmail.com> <29521E1A-285E-419F-8CF5-079D196B9C0F@ecs.soton.ac.uk> In-Reply-To: <29521E1A-285E-419F-8CF5-079D196B9C0F@ecs.soton.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709030954.20537.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 Monday 03 September 2007, Philip Boulain wrote: > (Ok, the latter is needlessly Turing complete, so tools can't > understand it, but "tools" are i) out of scope ii) better served by Q- > style XML plists anyway.) It's not if Qemu is the "shell": #!qemu Would just need to convince qemu to ignore the final shellscript filename, or perhaps have it recognize #! in HD images and upon encountering it, skip past the first newline...