From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IRLmn-0005Il-Fc for qemu-devel@nongnu.org; Sat, 01 Sep 2007 01:44:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IRLmi-0005Fc-OG for qemu-devel@nongnu.org; Sat, 01 Sep 2007 01:44:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRLmi-0005FL-Em for qemu-devel@nongnu.org; Sat, 01 Sep 2007 01:44:40 -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 1IRLmi-0006tb-3X for qemu-devel@nongnu.org; Sat, 01 Sep 2007 01:44:40 -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 CCB48960D36 for ; Sat, 1 Sep 2007 05:44:34 +0000 (UTC) From: Luke -Jr Subject: Re: [Qemu-devel] Re: =?utf-8?q?R=C3=A9f=2E_=3A_Re=3A_=5Bkvm-devel=5D_=5BPATCH=5D=5BRFC=5D?= =?utf-8?q?_Allowing_QEMU_to_directly_executeadirectory?= (and storing command line =?utf-8?q?=09options_in?= it) Date: Sat, 1 Sep 2007 00:44:31 -0500 References: <1188605977.6270.3.camel@squirrel> In-Reply-To: <1188605977.6270.3.camel@squirrel> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709010044.32037.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 Friday 31 August 2007, Anthony Liguori wrote: > You're overriding what "qemu my_pc" means. "qemu my_pc" create a QEMU > vm with 128m of memory and -hda my_pc with the default network card. Why should -hda be assumed instead of -c or -c X/config? > "qemu -c my_pc/config" only has one meaning: read command line arguments > from "my_pc/config". Likewise, "qemu -hda my_pc" also only has one meaning.