]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hmp-commands-info.hx
bsd-user: style tweak: Remove #if 0'd code
[mirror_qemu.git] / hmp-commands-info.hx
index 30209e3903259f087c3997f4a3f59e75bf4f24aa..ab0c7aa5eea2777edc870cf5cea1ace137e051b4 100644 (file)
@@ -567,19 +567,6 @@ SRST
     Show current migration parameters.
 ERST
 
-    {
-        .name       = "migrate_cache_size",
-        .args_type  = "",
-        .params     = "",
-        .help       = "show current migration xbzrle cache size",
-        .cmd        = hmp_info_migrate_cache_size,
-    },
-
-SRST
-  ``info migrate_cache_size``
-    Show current migration xbzrle cache size.
-ERST
-
     {
         .name       = "balloon",
         .args_type  = "",
@@ -881,4 +868,15 @@ SRST
     Show SEV information.
 ERST
 
+    {
+        .name       = "replay",
+        .args_type  = "",
+        .params     = "",
+        .help       = "show record/replay information",
+        .cmd        = hmp_info_replay,
+    },
 
+SRST
+  ``info replay``
+    Display the record/replay information: mode and the current icount.
+ERST