]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hmp-commands.hx
hmp: Add commands for preconfig
[thirdparty/qemu.git] / hmp-commands.hx
index 7ce991f4dd31f162007a371bcbde29f449fa662c..4acf6a3222a5d8e253a2bfc3a615c5202a9379c6 100644 (file)
@@ -1828,6 +1828,7 @@ ETEXI
         .params     = "path",
         .help       = "list QOM properties",
         .cmd        = hmp_qom_list,
+        .flags      = "p",
     },
 
 STEXI
@@ -1841,6 +1842,7 @@ ETEXI
         .params     = "path property value",
         .help       = "set QOM property",
         .cmd        = hmp_qom_set,
+        .flags      = "p",
     },
 
 STEXI
@@ -1855,6 +1857,7 @@ ETEXI
         .help       = "show various information about the system state",
         .cmd        = hmp_info_help,
         .sub_table  = info_cmds,
+        .flags      = "p",
     },
 
 STEXI