From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MM3CZ-0005lb-Qs for qemu-devel@nongnu.org; Wed, 01 Jul 2009 13:02:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MM3CV-0005jf-8i for qemu-devel@nongnu.org; Wed, 01 Jul 2009 13:02:31 -0400 Received: from [199.232.76.173] (port=44219 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM3CV-0005jY-3o for qemu-devel@nongnu.org; Wed, 01 Jul 2009 13:02:27 -0400 Received: from mail2.shareable.org ([80.68.89.115]:51532) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MM3CU-0001Lm-GU for qemu-devel@nongnu.org; Wed, 01 Jul 2009 13:02:26 -0400 Date: Wed, 1 Jul 2009 18:02:22 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH] Allow setting qemu process name Message-ID: <20090701170222.GC4555@shareable.org> References: <20090701093251.GA12447@basil.fritz.box> <4A4B64B2.3040106@codemonkey.ws> <4A4B7BC6.8080407@redhat.com> <20090701131921.248b7bdd@doriath> <4A4B8E86.8060501@redhat.com> <20090701133406.3f7bef81@doriath> <4A4B9223.9040802@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A4B9223.9040802@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Andi Kleen , qemu-devel@nongnu.org, Luiz Capitulino Avi Kivity wrote: > On 07/01/2009 07:34 PM, Luiz Capitulino wrote: > > The command-line we have is already quite big... > > > > We can add a response file, for example '@my-vm-options.cfg' or > '-options my-vm-options.cfg' (the first syntax is common on DOS and > descendants). It's nice as a baseline that you can override: > > qemu @my-vm -m 8G > > starts a guest but specifies a different memory size. We already have it: qemu `cat my-vm` -m 8G MS-DOS applications have response files only because the shell doesn't. We don't need it in unix. -- Jamie