diff options
author | Pavel Butsykin <pbutsykin@virtuozzo.com> | 2015-09-10 18:39:00 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-09-16 17:33:33 +0200 |
commit | 70703344de56c2119fcb7c2e01be3fa02087fb3c (patch) | |
tree | 3b27946645df8ea8dce926926e89cc22395c3f00 /hmp-commands.hx | |
parent | bf957284006b6325e6ed64fd839c237c15b42029 (diff) |
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 <pbutsykin@virtuozzo.com>
Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: Paolo Bonzini <pbonzini@redhat.com>
CC: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <1441899541-1856-4-git-send-email-den@openvz.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 5 |
1 files changed, 4 insertions, 1 deletions
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 |