From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SorVe-0003C3-Kt for qemu-devel@nongnu.org; Wed, 11 Jul 2012 03:39:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SorVa-0007hg-39 for qemu-devel@nongnu.org; Wed, 11 Jul 2012 03:38:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SorVZ-0007hS-SQ for qemu-devel@nongnu.org; Wed, 11 Jul 2012 03:38:50 -0400 From: Markus Armbruster References: <1341949831-13547-1-git-send-email-lcapitulino@redhat.com> Date: Wed, 11 Jul 2012 09:38:44 +0200 In-Reply-To: (Markus Armbruster's message of "Wed, 11 Jul 2012 09:08:00 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH 0/5]: rename machine options to use dashes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: jan.kiszka@siemens.com, aliguori@us.ibm.com, qemu-devel@nongnu.org, afaerber@suse.de A quick git-grep for more instances of '_' in option parameter names finds only vcard_emul_options(). Yet another ad hoc option argument parser. I'm not asking you to do anything about it.