qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/4] hmp-commands.hx: fix end of table info


From: Denis V. Lunev
Subject: [Qemu-devel] [PATCH 3/4] hmp-commands.hx: fix end of table info
Date: Thu, 10 Sep 2015 18:39:00 +0300

From: Pavel Butsykin <address@hidden>

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 <address@hidden>
Signed-off-by: Denis V. Lunev <address@hidden>
CC: Paolo Bonzini <address@hidden>
CC: Peter Maydell <address@hidden>
---
 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
address@hidden table
 ETEXI
 
 STEXI
@@ -1846,3 +1845,7 @@ ETEXI
 STEXI
 @end table
 ETEXI
+
+STEXI
address@hidden table
+ETEXI
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]