From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhfDd-0005H4-Pb for qemu-devel@nongnu.org; Tue, 06 May 2014 09:15:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhfDY-0001Os-59 for qemu-devel@nongnu.org; Tue, 06 May 2014 09:15:37 -0400 Received: from mail-we0-x233.google.com ([2a00:1450:400c:c03::233]:36246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhfDX-0001Oe-Ua for qemu-devel@nongnu.org; Tue, 06 May 2014 09:15:32 -0400 Received: by mail-we0-f179.google.com with SMTP id q59so6549457wes.38 for ; Tue, 06 May 2014 06:15:31 -0700 (PDT) Date: Tue, 6 May 2014 15:15:28 +0200 From: Stefan Hajnoczi Message-ID: <20140506131528.GQ15810@stefanha-thinkpad.redhat.com> References: <1398762656-26079-1-git-send-email-cyliu@suse.com> <1398762656-26079-5-git-send-email-cyliu@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1398762656-26079-5-git-send-email-cyliu@suse.com> Subject: Re: [Qemu-devel] [PATCH V26 04/32] qapi: output def_value_str when query command line options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chunyan Liu Cc: qemu-devel@nongnu.org, stefanha@redhat.com On Tue, Apr 29, 2014 at 05:10:28PM +0800, Chunyan Liu wrote: > Change qapi interfaces to output the newly added def_value_str when querying > command line options. > > Signed-off-by: Dong Xu Wang > Signed-off-by: Chunyan Liu > --- > Changes to V25: > * update @default description in .json file > > qapi-schema.json | 5 ++++- > qmp-commands.hx | 2 ++ > util/qemu-config.c | 4 ++++ > 3 files changed, 10 insertions(+), 1 deletion(-) Reviewed-by: Stefan Hajnoczi