From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcBqz-0003DC-4H for qemu-devel@nongnu.org; Wed, 16 Sep 2015 08:30:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcBqu-0005Vs-PR for qemu-devel@nongnu.org; Wed, 16 Sep 2015 08:30:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcBqu-0005Vj-Kt for qemu-devel@nongnu.org; Wed, 16 Sep 2015 08:30:20 -0400 From: Paolo Bonzini Date: Wed, 16 Sep 2015 14:29:41 +0200 Message-Id: <1442406595-14296-11-git-send-email-pbonzini@redhat.com> In-Reply-To: <1442406595-14296-1-git-send-email-pbonzini@redhat.com> References: <1442406595-14296-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 10/24] hmp-commands.hx: fix end of table info List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , "Denis V. Lunev" , Pavel Butsykin From: Pavel Butsykin The table info(information about the system state) closes earlier and some of its elements are outside(trace-events, rocker, etc). This can be confusing and lead to additional bugs. Signed-off-by: Pavel Butsykin Signed-off-by: Denis V. Lunev CC: Paolo Bonzini CC: Peter Maydell Message-Id: <1441899541-1856-4-git-send-email-den@openvz.org> Signed-off-by: Paolo Bonzini --- hmp-commands.hx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hmp-commands.hx b/hmp-commands.hx index 286dcc7..89fc09f 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1811,7 +1811,6 @@ show the memory devices Display the value of a storage key (s390 only) @item info iothreads show iothreads -@end table ETEXI STEXI @@ -1846,3 +1845,7 @@ ETEXI STEXI @end table ETEXI + +STEXI +@end table +ETEXI -- 2.5.0