]> git.proxmox.com Git - qemu.git/blobdiff - qemu-monitor.hx
vnc: rename vnc-encoding-* vnc-enc-*
[qemu.git] / qemu-monitor.hx
index f6a94f2b8383288ef219cc4e4d6163e3f8c815d7..2af3de6c22952616b46671723ea3cee82bf1b14d 100644 (file)
@@ -1287,7 +1287,7 @@ ETEXI
         .help       = "request VM to change its memory allocation (in MB)",
         .user_print = monitor_user_noop,
         .mhandler.cmd_async = do_balloon,
-        .async      = 1,
+        .flags      = MONITOR_CMD_ASYNC,
     },
 
 STEXI
@@ -2143,27 +2143,6 @@ show virtual to physical memory mappings (i386 only)
 show the active virtual memory mappings (i386 only)
 ETEXI
 
-STEXI
-@item info hpet
-show state of HPET (i386 only)
-ETEXI
-SQMP
-query-hpet
-----------
-
-Show HPET state.
-
-Return a json-object with the following information:
-
-- "enabled": true if hpet if enabled, false otherwise (json-bool)
-
-Example:
-
--> { "execute": "query-hpet" }
-<- { "return": { "enabled": true } }
-
-EQMP
-
 STEXI
 @item info jit
 show dynamic compiler info