From: Pavel Butsykin Date: Thu, 10 Sep 2015 15:39:00 +0000 (+0300) Subject: hmp-commands.hx: fix end of table info X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=70703344de56c2119fcb7c2e01be3fa02087fb3c;p=qemu.git hmp-commands.hx: fix end of table info 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 --- diff --git a/hmp-commands.hx b/hmp-commands.hx index 286dcc75aa..89fc09ffea 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