From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za3wX-0005Jm-D2 for qemu-devel@nongnu.org; Thu, 10 Sep 2015 11:39:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za3wV-0006yP-Rz for qemu-devel@nongnu.org; Thu, 10 Sep 2015 11:39:21 -0400 Received: from mailhub.sw.ru ([195.214.232.25]:3175 helo=relay.sw.ru) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za3wV-0006ug-FY for qemu-devel@nongnu.org; Thu, 10 Sep 2015 11:39:19 -0400 From: "Denis V. Lunev" Date: Thu, 10 Sep 2015 18:39:00 +0300 Message-Id: <1441899541-1856-4-git-send-email-den@openvz.org> In-Reply-To: <1441899541-1856-1-git-send-email-den@openvz.org> References: <1441899541-1856-1-git-send-email-den@openvz.org> Subject: [Qemu-devel] [PATCH 3/4] hmp-commands.hx: fix end of table info List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , "Denis V. Lunev" , Paolo Bonzini , qemu-devel@nongnu.org, 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 --- 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.1.4