From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dz1l2-0004DD-Vi for qemu-devel@nongnu.org; Mon, 02 Oct 2017 10:31:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dz1l2-0006k4-5d for qemu-devel@nongnu.org; Mon, 02 Oct 2017 10:31:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54458) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dz1l1-0006ii-VR for qemu-devel@nongnu.org; Mon, 02 Oct 2017 10:31:44 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E243D8553C for ; Mon, 2 Oct 2017 14:31:42 +0000 (UTC) Date: Mon, 2 Oct 2017 15:31:39 +0100 From: "Dr. David Alan Gilbert" Message-ID: <20171002143139.GD2218@work-vm> References: <20171002134538.23332-1-armbru@redhat.com> <20171002134538.23332-3-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171002134538.23332-3-armbru@redhat.com> Subject: Re: [Qemu-devel] [PATCH 2/3] hmp-commands-info: Move Texinfo stanzas to conventional place List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org List-ID: * Markus Armbruster (armbru@redhat.com) wrote: > A command's STEXI..ETEXI stanza follows the command's initializer. > Two commands got them backwards. Correct that. > > Signed-off-by: Markus Armbruster Reviewed-by: Dr. David Alan Gilbert > --- > hmp-commands-info.hx | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) > > diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx > index 574db7d24e..d27d3b1227 100644 > --- a/hmp-commands-info.hx > +++ b/hmp-commands-info.hx > @@ -837,12 +837,6 @@ STEXI > Show information about hotpluggable CPUs > ETEXI > > -STEXI > -@item info vm-generation-id > -@findex vm-generation-id > -Show Virtual Machine Generation ID > -ETEXI > - > { > .name = "vm-generation-id", > .args_type = "", > @@ -852,10 +846,9 @@ ETEXI > }, > > STEXI > -@item info memory_size_summary > -@findex memory_size_summary > -Display the amount of initially allocated and present hotpluggable (if > -enabled) memory in bytes. > +@item info vm-generation-id > +@findex vm-generation-id > +Show Virtual Machine Generation ID > ETEXI > > { > @@ -868,6 +861,13 @@ ETEXI > }, > > STEXI > +@item info memory_size_summary > +@findex memory_size_summary > +Display the amount of initially allocated and present hotpluggable (if > +enabled) memory in bytes. > +ETEXI > + > +STEXI > @end table > ETEXI > > -- > 2.13.6 > -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK