From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCxQo-0008B3-5b for qemu-devel@nongnu.org; Mon, 10 Feb 2014 15:26:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCxQh-0005lS-TZ for qemu-devel@nongnu.org; Mon, 10 Feb 2014 15:26:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCxQh-0005lN-MP for qemu-devel@nongnu.org; Mon, 10 Feb 2014 15:26:11 -0500 Date: Mon, 10 Feb 2014 15:26:06 -0500 From: Luiz Capitulino Message-ID: <20140210152606.06bd8fd8@redhat.com> In-Reply-To: <1390881230-14033-1-git-send-email-akong@redhat.com> References: <1390881230-14033-1-git-send-email-akong@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/5] fix query-command-line-options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong Cc: jyang@redhat.com, laine@redhat.com, rjones@redhat.com, libvir-list@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com, anthony@codemonkey.ws, pbonzini@redhat.com On Tue, 28 Jan 2014 11:53:45 +0800 Amos Kong wrote: > This patchset fixed some issues of query-command-line-options: > * some new options haven't arguments can't be queried. (eg: -enable-fips) > * some legcy options have arguments can't be queried. (eg: -vnc display) Markus, you're more aware of query-command-line-options' than I am. Can you please review this series? Thanks.