From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IRbws-0001UD-1G for qemu-devel@nongnu.org; Sat, 01 Sep 2007 19:00:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IRbwo-0001U1-FK for qemu-devel@nongnu.org; Sat, 01 Sep 2007 19:00:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRbwo-0001Ty-9G for qemu-devel@nongnu.org; Sat, 01 Sep 2007 19:00:10 -0400 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IRbwn-0004gH-Mc for qemu-devel@nongnu.org; Sat, 01 Sep 2007 19:00:10 -0400 Date: Sat, 1 Sep 2007 23:59:28 +0100 (BST) From: Johannes Schindelin Subject: Re: [kvm-devel] [Qemu-devel] =?ISO-8859-1?Q?R=E9f=2E_=3A_Re=3A?= =?ISO-8859-1?Q?__=5BPATCH=5D=5BRFC=5D_Allowing_QEMU_to_direc?= =?ISO-8859-1?Q?tly_executeadirectory_=28and_storing_command_li?= =?ISO-8859-1?Q?ne_options_in_it=29?= In-Reply-To: <46D975A8.6020002@qumranet.com> Message-ID: References: <46D975A8.6020002@qumranet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: kvm-devel@lists.sourceforge.net, laurent.vivier@bull.net, qemu-devel@nongnu.org Hi, On Sat, 1 Sep 2007, Avi Kivity wrote: > Johannes Schindelin wrote: > > > > > I think passing only the directory name is better because it can be like > > > a "black box" : the user don't have to know how it is inside. > > > > > > > I consider this a super downside. > > > > "If you think your users are idiots, only idiots will use it [your > > software]." > > > > I don't consider myself an idiot, yet I get annoyed when software forces me > to learn its implementation details. Maybe you missed my point. If the user executes "qemu -c bla/config", she might get interested in looking at that file, and find out that it is easy to modify. That is definitely a benefit worth having. Ciao, Dscho