mirror of https://gitee.com/openkylin/qemu.git
doc: Update monitor info subcommands
The "info blockstats" documentation was copy-pasted as "info block" instead of "info blockstats". The documentation for "commands", "jit", "numa", "qdm", and "roms" is missing. This patch resolves these issues in qemu-monitor.hx. Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
97679527bf
commit
d8e06f973c
|
@ -54,13 +54,15 @@ Show various information about the system state.
|
||||||
@table @option
|
@table @option
|
||||||
@item info version
|
@item info version
|
||||||
show the version of QEMU
|
show the version of QEMU
|
||||||
|
@item info commands
|
||||||
|
list QMP available commands
|
||||||
@item info network
|
@item info network
|
||||||
show the various VLANs and the associated devices
|
show the various VLANs and the associated devices
|
||||||
@item info chardev
|
@item info chardev
|
||||||
show the character devices
|
show the character devices
|
||||||
@item info block
|
@item info block
|
||||||
show the block devices
|
show the block devices
|
||||||
@item info block
|
@item info blockstats
|
||||||
show block device statistics
|
show block device statistics
|
||||||
@item info registers
|
@item info registers
|
||||||
show the cpu registers
|
show the cpu registers
|
||||||
|
@ -80,8 +82,12 @@ show virtual to physical memory mappings (i386 only)
|
||||||
show the active virtual memory mappings (i386 only)
|
show the active virtual memory mappings (i386 only)
|
||||||
@item info hpet
|
@item info hpet
|
||||||
show state of HPET (i386 only)
|
show state of HPET (i386 only)
|
||||||
|
@item info jit
|
||||||
|
show dynamic compiler info
|
||||||
@item info kvm
|
@item info kvm
|
||||||
show KVM information
|
show KVM information
|
||||||
|
@item info numa
|
||||||
|
show NUMA information
|
||||||
@item info usb
|
@item info usb
|
||||||
show USB devices plugged on the virtual USB hub
|
show USB devices plugged on the virtual USB hub
|
||||||
@item info usbhost
|
@item info usbhost
|
||||||
|
@ -114,6 +120,10 @@ show migration status
|
||||||
show balloon information
|
show balloon information
|
||||||
@item info qtree
|
@item info qtree
|
||||||
show device tree
|
show device tree
|
||||||
|
@item info qdm
|
||||||
|
show qdev device model list
|
||||||
|
@item info roms
|
||||||
|
show roms
|
||||||
@end table
|
@end table
|
||||||
ETEXI
|
ETEXI
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue