qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 4/5] hmp-commands-info: Move Texinfo stanzas to conve


From: Dr. David Alan Gilbert (git)
Subject: [Qemu-devel] [PULL 4/5] hmp-commands-info: Move Texinfo stanzas to conventional place
Date: Thu, 5 Oct 2017 11:51:56 +0100

From: Markus Armbruster <address@hidden>

A command's STEXI..ETEXI stanza follows the command's initializer.
Two commands got them backwards.  Correct that.

Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>
---
 hmp-commands-info.hx | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx
index 574db7d24e..d27d3b1227 100644
--- a/hmp-commands-info.hx
+++ b/hmp-commands-info.hx
@@ -837,12 +837,6 @@ STEXI
 Show information about hotpluggable CPUs
 ETEXI
 
-STEXI
address@hidden info vm-generation-id
address@hidden vm-generation-id
-Show Virtual Machine Generation ID
-ETEXI
-
     {
         .name       = "vm-generation-id",
         .args_type  = "",
@@ -852,10 +846,9 @@ ETEXI
     },
 
 STEXI
address@hidden info memory_size_summary
address@hidden memory_size_summary
-Display the amount of initially allocated and present hotpluggable (if
-enabled) memory in bytes.
address@hidden info vm-generation-id
address@hidden vm-generation-id
+Show Virtual Machine Generation ID
 ETEXI
 
     {
@@ -868,6 +861,13 @@ ETEXI
     },
 
 STEXI
address@hidden info memory_size_summary
address@hidden memory_size_summary
+Display the amount of initially allocated and present hotpluggable (if
+enabled) memory in bytes.
+ETEXI
+
+STEXI
 @end table
 ETEXI
 
-- 
2.13.6




reply via email to

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