From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKgV5-0001FU-Jz for qemu-devel@nongnu.org; Mon, 13 Aug 2007 16:26:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKgV4-0001Cz-3o for qemu-devel@nongnu.org; Mon, 13 Aug 2007 16:26:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKgV3-0001Ce-Ud for qemu-devel@nongnu.org; Mon, 13 Aug 2007 16:26:53 -0400 Received: from wa-out-1112.google.com ([209.85.146.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKgV3-0005uB-Cy for qemu-devel@nongnu.org; Mon, 13 Aug 2007 16:26:53 -0400 Received: by wa-out-1112.google.com with SMTP id k22so2068876waf for ; Mon, 13 Aug 2007 13:26:51 -0700 (PDT) Message-ID: <46d6db660708131326g1e8e7062r5c693f26820f84d@mail.gmail.com> Date: Mon, 13 Aug 2007 22:26:51 +0200 From: "Christian MICHON" Subject: Re: [kvm-devel] [Qemu-devel] Re: Storing command line options in images In-Reply-To: <20070813193927.GA21215@networkno.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <59abf66e0708092155t2e3cd5o32f23c018bed65af@mail.gmail.com> <46BC8C18.6020108@codemonkey.ws> <46BC9CDB.3080900@qumranet.com> <46BCB1DA.6060102@codemonkey.ws> <46BCBF73.5060406@qumranet.com> <46BCC666.6050406@codemonkey.ws> <59abf66e0708101841i76e26a35vcbc8df14b21f1ac0@mail.gmail.com> <20070813193927.GA21215@networkno.de> 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 Cc: kvm-devel@lists.sourceforge.net, =?ISO-8859-1?Q?Jorge_Luc=E1ngeli_Obes?= On 8/13/07, Thiemo Seufer wrote: > Instead of inventing great and wonderfully complicated schemes, the > most sensible way I can think of is to recycle a feature which is now > implemented in the GNU toolchain, and apparently stems from Windows: > > qemu @qemu.cfg > > where qemu.cfg is a file which contains the command line arguments. > (This is also low-maintenance, as it allows to re-use the existing > parser. No need for duplicated logic.) except it does not work yet on Windows! I tried with a 1 line file (all arguments on 1 line) and another file with each pair of arguments per line. qemu.exe @detaolb.cfg qemu: could not open hard disk image '@detaolb.cfg' type detaolb.cfg -L bios -m 128 -cdrom detaolb_v04.iso -- Christian -- http://detaolb.sourceforge.net/, a linux distribution for Qemu