diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2010-06-13 14:15:46 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-06-13 15:33:02 +0300 |
commit | ea4e78e590e5dbef9c41d987d2553d752ecb49b1 (patch) | |
tree | 8338c1adce314af3dab36cc759a381526b3980df /qemu-monitor.hx | |
parent | 8caa0065b82c1a223aeaca62e7d572c89db2b6eb (diff) |
monitor/QMP: Drop info hpet / query-hpet
This command was of minimal use before, now it is useless as the hpet
become a qdev device and is thus easily discoverable. We should
definitely not set query-hpet in QMP's stone, and there is also no good
reason to keep it for the interactive monitor.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'qemu-monitor.hx')
-rw-r--r-- | qemu-monitor.hx | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/qemu-monitor.hx b/qemu-monitor.hx index f6a94f2b83..9f62b94862 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -2144,27 +2144,6 @@ 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 @item info kvm |