Revision ea4e78e5 qemu-monitor.hx

b/qemu-monitor.hx
2144 2144
ETEXI
2145 2145

  
2146 2146
STEXI
2147
@item info hpet
2148
show state of HPET (i386 only)
2149
ETEXI
2150
SQMP
2151
query-hpet
2152
----------
2153

  
2154
Show HPET state.
2155

  
2156
Return a json-object with the following information:
2157

  
2158
- "enabled": true if hpet if enabled, false otherwise (json-bool)
2159

  
2160
Example:
2161

  
2162
-> { "execute": "query-hpet" }
2163
<- { "return": { "enabled": true } }
2164

  
2165
EQMP
2166

  
2167
STEXI
2168 2147
@item info jit
2169 2148
show dynamic compiler info
2170 2149
@item info kvm

Also available in: Unified diff