From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZD2n-000197-P0 for qemu-devel@nongnu.org; Tue, 08 Sep 2015 03:10:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZD2l-0001bH-4u for qemu-devel@nongnu.org; Tue, 08 Sep 2015 03:10:17 -0400 Received: from mailhub.sw.ru ([195.214.232.25]:18073 helo=relay.sw.ru) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZD2k-0001To-PB for qemu-devel@nongnu.org; Tue, 08 Sep 2015 03:10:15 -0400 From: "Denis V. Lunev" Date: Tue, 8 Sep 2015 10:09:56 +0300 Message-Id: <1441696197-22265-4-git-send-email-den@openvz.org> In-Reply-To: <1441696197-22265-1-git-send-email-den@openvz.org> References: <1441696197-22265-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 , Pavel Butsykin , qemu-devel@nongnu.org, Luiz Capitulino , Paolo Bonzini , "Denis V. Lunev" 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: Luiz Capitulino 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