From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Su5Sx-0002em-0m for qemu-devel@nongnu.org; Wed, 25 Jul 2012 13:33:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Su5Sw-0005WH-3g for qemu-devel@nongnu.org; Wed, 25 Jul 2012 13:33:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Su5Sv-0005WC-Ot for qemu-devel@nongnu.org; Wed, 25 Jul 2012 13:33:42 -0400 Date: Wed, 25 Jul 2012 14:34:19 -0300 From: Luiz Capitulino Message-ID: <20120725143419.76e516da@doriath.home> In-Reply-To: <1343233543-18561-1-git-send-email-aliguori@us.ibm.com> References: <1343233543-18561-1-git-send-email-aliguori@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] Allow '-' or '_' for all QemuOpts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Markus Armbruster On Wed, 25 Jul 2012 11:25:41 -0500 Anthony Liguori wrote: > This is an alternative to Luiz's series that allows either '-' or '_' to be > used when specifying QemuOpts. This is nicer than aliases because it's > universal. Agreed, this is a much better approach. > > We don't expose qemu-config anywhere so we can also go ahead and change the > written names to use dashes too. > > I've only lightly tested this for compatibility but it seems to behave as > expected. >