From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MM2sL-0005Vj-KH for qemu-devel@nongnu.org; Wed, 01 Jul 2009 12:41:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MM2sG-0005T3-Qd for qemu-devel@nongnu.org; Wed, 01 Jul 2009 12:41:37 -0400 Received: from [199.232.76.173] (port=34500 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM2sG-0005Sx-Lf for qemu-devel@nongnu.org; Wed, 01 Jul 2009 12:41:32 -0400 Received: from mx2.redhat.com ([66.187.237.31]:34034) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MM2sG-0005Nt-5M for qemu-devel@nongnu.org; Wed, 01 Jul 2009 12:41:32 -0400 Message-ID: <4A4B9223.9040802@redhat.com> Date: Wed, 01 Jul 2009 19:43:15 +0300 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Allow setting qemu process name References: <20090701093251.GA12447@basil.fritz.box> <4A4B64B2.3040106@codemonkey.ws> <4A4B7BC6.8080407@redhat.com> <20090701131921.248b7bdd@doriath> <4A4B8E86.8060501@redhat.com> <20090701133406.3f7bef81@doriath> In-Reply-To: <20090701133406.3f7bef81@doriath> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: Andi Kleen , qemu-devel@nongnu.org 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. -- error compiling committee.c: too many arguments to function