]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hmp-commands.hx
intel-iommu: send UNMAP notifications for domain or global inv desc
[mirror_qemu.git] / hmp-commands.hx
index 673e39a69797b8418c421b622934a86c86943ee5..fbb5daf09bedc9b6ccb05a03f8d41c210efe4a39 100644 (file)
@@ -11,7 +11,7 @@ HXCOMM HXCOMM can be used for comments, discarded from both rST and C.
         .args_type  = "name:S?",
         .params     = "[cmd]",
         .help       = "show the help",
-        .cmd        = do_help_cmd,
+        .cmd        = hmp_help,
         .flags      = "p",
     },
 
@@ -563,7 +563,7 @@ ERST
         .args_type  = "fmt:/,val:l",
         .params     = "/fmt expr",
         .help       = "print expression value (use $reg for CPU register access)",
-        .cmd        = do_print,
+        .cmd        = hmp_print,
     },
 
 SRST