]> Git Repo - qemu.git/blobdiff - qmp-commands.hx
console: Fix warning from clang (and potential crash)
[qemu.git] / qmp-commands.hx
index 00d798fe556014049c62c3a30e83dab766d2cc42..3745a211999ac1e263d675cf2d45f966e9c92788 100644 (file)
@@ -2239,14 +2239,14 @@ The main json-object contains the following:
 
 - "status": migration status (json-string)
      - Possible values: "active", "completed", "failed", "cancelled"
+- "total-time": total amount of ms since migration started.  If
+                migration has ended, it returns the total migration
+                time (json-int)
 - "ram": only present if "status" is "active", it is a json-object with the
   following RAM information (in bytes):
          - "transferred": amount transferred (json-int)
          - "remaining": amount remaining (json-int)
          - "total": total (json-int)
-         - "total-time": total amount of ms since migration started.  If
-                         migration has ended, it returns the total migration time
-                         (json-int)
          - "duplicate": number of duplicated pages (json-int)
          - "normal" : number of normal pages transferred (json-int)
          - "normal-bytes" : number of normal bytes transferred (json-int)
This page took 0.019431 seconds and 4 git commands to generate.