Revision 33572ece qemu-monitor.hx

b/qemu-monitor.hx
38 38
ETEXI
39 39

  
40 40
    {
41
        .name       = "info",
42
        .args_type  = "item:s?",
43
        .params     = "[subcommand]",
44
        .help       = "show various information about the system state",
45
        .user_print = monitor_user_noop,
46
        .mhandler.cmd_new = do_info,
47
    },
48

  
49
STEXI
50
@item info @var{subcommand}
51
@findex info
52
Show various information about the system state.
53

  
54
@table @option
55
@item info version
56
show the version of QEMU
57
@item info commands
58
list QMP available commands
59
@item info network
60
show the various VLANs and the associated devices
61
@item info chardev
62
show the character devices
63
@item info block
64
show the block devices
65
@item info blockstats
66
show block device statistics
67
@item info registers
68
show the cpu registers
69
@item info cpus
70
show infos for each CPU
71
@item info history
72
show the command line history
73
@item info irq
74
show the interrupts statistics (if available)
75
@item info pic
76
show i8259 (PIC) state
77
@item info pci
78
show emulated PCI device info
79
@item info tlb
80
show virtual to physical memory mappings (i386 only)
81
@item info mem
82
show the active virtual memory mappings (i386 only)
83
@item info hpet
84
show state of HPET (i386 only)
85
@item info jit
86
show dynamic compiler info
87
@item info kvm
88
show KVM information
89
@item info numa
90
show NUMA information
91
@item info usb
92
show USB devices plugged on the virtual USB hub
93
@item info usbhost
94
show all USB host devices
95
@item info profile
96
show profiling information
97
@item info capture
98
show information about active capturing
99
@item info snapshots
100
show list of VM snapshots
101
@item info status
102
show the current VM status (running|paused)
103
@item info pcmcia
104
show guest PCMCIA status
105
@item info mice
106
show which guest mouse is receiving events
107
@item info vnc
108
show the vnc server status
109
@item info name
110
show the current VM name
111
@item info uuid
112
show the current VM UUID
113
@item info cpustats
114
show CPU statistics
115
@item info usernet
116
show user network stack connection states
117
@item info migrate
118
show migration status
119
@item info balloon
120
show balloon information
121
@item info qtree
122
show device tree
123
@item info qdm
124
show qdev device model list
125
@item info roms
126
show roms
127
@end table
128
ETEXI
129

  
130
    {
131 41
        .name       = "q|quit",
132 42
        .args_type  = "",
133 43
        .params     = "",
......
1190 1100
Enable the specified QMP capabilities
1191 1101
ETEXI
1192 1102

  
1103

  
1104
HXCOMM Keep the 'info' command at the end!
1105
HXCOMM This is required for the QMP documentation layout.
1106

  
1107
    {
1108
        .name       = "info",
1109
        .args_type  = "item:s?",
1110
        .params     = "[subcommand]",
1111
        .help       = "show various information about the system state",
1112
        .user_print = monitor_user_noop,
1113
        .mhandler.cmd_new = do_info,
1114
    },
1115

  
1116
STEXI
1117
@item info @var{subcommand}
1118
@findex info
1119
Show various information about the system state.
1120

  
1121
@table @option
1122
@item info version
1123
show the version of QEMU
1124
@item info commands
1125
list QMP available commands
1126
@item info network
1127
show the various VLANs and the associated devices
1128
@item info chardev
1129
show the character devices
1130
@item info block
1131
show the block devices
1132
@item info blockstats
1133
show block device statistics
1134
@item info registers
1135
show the cpu registers
1136
@item info cpus
1137
show infos for each CPU
1138
@item info history
1139
show the command line history
1140
@item info irq
1141
show the interrupts statistics (if available)
1142
@item info pic
1143
show i8259 (PIC) state
1144
@item info pci
1145
show emulated PCI device info
1146
@item info tlb
1147
show virtual to physical memory mappings (i386 only)
1148
@item info mem
1149
show the active virtual memory mappings (i386 only)
1150
@item info hpet
1151
show state of HPET (i386 only)
1152
@item info jit
1153
show dynamic compiler info
1154
@item info kvm
1155
show KVM information
1156
@item info numa
1157
show NUMA information
1158
@item info usb
1159
show USB devices plugged on the virtual USB hub
1160
@item info usbhost
1161
show all USB host devices
1162
@item info profile
1163
show profiling information
1164
@item info capture
1165
show information about active capturing
1166
@item info snapshots
1167
show list of VM snapshots
1168
@item info status
1169
show the current VM status (running|paused)
1170
@item info pcmcia
1171
show guest PCMCIA status
1172
@item info mice
1173
show which guest mouse is receiving events
1174
@item info vnc
1175
show the vnc server status
1176
@item info name
1177
show the current VM name
1178
@item info uuid
1179
show the current VM UUID
1180
@item info cpustats
1181
show CPU statistics
1182
@item info usernet
1183
show user network stack connection states
1184
@item info migrate
1185
show migration status
1186
@item info balloon
1187
show balloon information
1188
@item info qtree
1189
show device tree
1190
@item info qdm
1191
show qdev device model list
1192
@item info roms
1193
show roms
1194
@end table
1195
ETEXI
1196

  
1197
HXCOMM DO NOT add new commands after 'info', move your addition before it!
1198

  
1193 1199
STEXI
1194 1200
@end table
1195 1201
ETEXI

Also available in: Unified diff