From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKiGy-0002gC-TO for qemu-devel@nongnu.org; Tue, 04 Mar 2014 00:52:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKiGt-0001G2-Qw for qemu-devel@nongnu.org; Tue, 04 Mar 2014 00:52:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:10963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKiGt-0001Fy-ID for qemu-devel@nongnu.org; Tue, 04 Mar 2014 00:52:07 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s245q6tw005254 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 4 Mar 2014 00:52:06 -0500 From: Amos Kong Date: Tue, 4 Mar 2014 13:51:55 +0800 Message-Id: <1393912317-26221-1-git-send-email-akong@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/2] fix query-command-line-options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: libvir-list@redhat.com, armbru@redhat.com, lcapitulino@redhat.com, jyang@redhat.com, pbonzini@redhat.com This patchset fixed some issues of query-command-line-options: * some new options that haven't argument can't be queried. (eg: -enable-fips) * some legacy options that have argument can't be queried. (eg: -vnc display) More discussion: http://marc.info/?l=qemu-devel&m=139081830416684&w=2 V2: remove duplicate option tables, update schema V3: fix typo in commitlog and export qemu_options talbe Amos Kong (2): qmp: rename query_option_descs() to get_param_infolist() query-command-line-options: query all the options in qemu-options.hx qapi-schema.json | 8 ++++++-- qemu-options.h | 18 ++++++++++++++++++ util/qemu-config.c | 41 ++++++++++++++++++++++++++++++++--------- vl.c | 17 ----------------- 4 files changed, 56 insertions(+), 28 deletions(-) -- 1.8.5.3