From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKWCj-0006Kq-HT for qemu-devel@nongnu.org; Mon, 13 Aug 2007 05:27:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKWCh-0006IR-HB for qemu-devel@nongnu.org; Mon, 13 Aug 2007 05:27:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKWCh-0006IE-BG for qemu-devel@nongnu.org; Mon, 13 Aug 2007 05:27:15 -0400 Received: from wa-out-1112.google.com ([209.85.146.176]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKWCh-0001Mv-1w for qemu-devel@nongnu.org; Mon, 13 Aug 2007 05:27:15 -0400 Received: by wa-out-1112.google.com with SMTP id k22so1890082waf for ; Mon, 13 Aug 2007 02:27:13 -0700 (PDT) Message-ID: <46d6db660708130227m7bdedf9eu8b357e55381698b6@mail.gmail.com> Date: Mon, 13 Aug 2007 11:27:13 +0200 From: "Christian MICHON" Subject: Re: [kvm-devel] [Qemu-devel] Re: Storing command line options in images In-Reply-To: <46C02216.2030503@bull.net> 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> <46C01C8D.3060304@qumranet.com> <46C02216.2030503@bull.net> 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, Laurent Vivier wrote: > I know we are not in democracy, but if I can vote I'd like to vote to the idea > of Christian Brunschen... > > We can modify qemu to test if the argument is a directory, if yes, it reads args > from file args in this directory and for security the disk image must be in the > same directory. > I'd like to also vote for this solution, as I believe it's portable for windows hosts and generic enough to satisfy most needs. Christian