From ea4e78e590e5dbef9c41d987d2553d752ecb49b1 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Sun, 13 Jun 2010 14:15:46 +0200 Subject: 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 Signed-off-by: Blue Swirl --- qemu-monitor.hx | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'qemu-monitor.hx') diff --git a/qemu-monitor.hx b/qemu-monitor.hx index f6a94f2b8..9f62b9486 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -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 -- cgit v1.2.3