From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lvyvw-0005FY-3k for qemu-devel@nongnu.org; Mon, 20 Apr 2009 15:13:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lvyvq-0005C1-Go for qemu-devel@nongnu.org; Mon, 20 Apr 2009 15:13:34 -0400 Received: from [199.232.76.173] (port=33999 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lvyvq-0005Bx-Bh for qemu-devel@nongnu.org; Mon, 20 Apr 2009 15:13:30 -0400 Received: from mx20.gnu.org ([199.232.41.8]:8528) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lvyvp-0004UC-Va for qemu-devel@nongnu.org; Mon, 20 Apr 2009 15:13:30 -0400 Received: from wa-out-1112.google.com ([209.85.146.176]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lvyvp-0007e7-CH for qemu-devel@nongnu.org; Mon, 20 Apr 2009 15:13:29 -0400 Received: by wa-out-1112.google.com with SMTP id m33so1044329wag.18 for ; Mon, 20 Apr 2009 12:13:25 -0700 (PDT) Message-ID: <49ECC948.4040400@codemonkey.ws> Date: Mon, 20 Apr 2009 14:13:12 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 1/2] Rework -boot option References: <49ECAB4A.2090106@siemens.com> <49ECB940.5060100@codemonkey.ws> <49ECC01E.80605@web.de> In-Reply-To: <49ECC01E.80605@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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 Jan Kiszka wrote: > Everything is possible, but comes with a price: > - more complex code > - more ugly and inconsistent user interface > > Is there no precedence for breaking the command line interface in order > to clean things up? > I'm not opposed to breaking syntax when necessary, but I think the benefits need to be strong and every attempt at preserving compatibility should be made. If you really want a clean separation, introduce a different parameter than -boot and make -boot deprecated. Regards, Anthony Liguori