blob: 573b8233473c99b35ad8d6460626f467c0311d0c [file] [log] [blame]
Blue Swirl23130862009-06-06 08:22:04 +00001HXCOMM Use DEFHEADING() to define headings in both help text and texi
2HXCOMM Text between STEXI and ETEXI are copied to texi version and
3HXCOMM discarded from C version
4HXCOMM DEF(command, args, callback, arg_string, help) is used to construct
5HXCOMM monitor commands
6HXCOMM HXCOMM can be used for comments, discarded from both texi and C
7
8STEXI
9@table @option
10ETEXI
11
Luiz Capitulinod7f9b682009-10-07 13:41:50 -030012 {
13 .name = "help|?",
14 .args_type = "name:s?",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -030015 .params = "[cmd]",
16 .help = "show the help",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -030017 .mhandler.cmd = do_help_cmd,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -030018 },
19
Blue Swirl23130862009-06-06 08:22:04 +000020STEXI
21@item help or ? [@var{cmd}]
Stefan Weil70fcbbe2010-02-05 23:52:04 +010022@findex help
Blue Swirl23130862009-06-06 08:22:04 +000023Show the help for all commands or just for command @var{cmd}.
24ETEXI
25
Luiz Capitulinod7f9b682009-10-07 13:41:50 -030026 {
27 .name = "commit",
28 .args_type = "device:B",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -030029 .params = "device|all",
30 .help = "commit changes to the disk images (if -snapshot is used) or backing files",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -030031 .mhandler.cmd = do_commit,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -030032 },
33
Blue Swirl23130862009-06-06 08:22:04 +000034STEXI
35@item commit
Stefan Weil70fcbbe2010-02-05 23:52:04 +010036@findex commit
Blue Swirl23130862009-06-06 08:22:04 +000037Commit changes to the disk images (if -snapshot is used) or backing files.
38ETEXI
39
Luiz Capitulinod7f9b682009-10-07 13:41:50 -030040 {
Luiz Capitulinod7f9b682009-10-07 13:41:50 -030041 .name = "q|quit",
42 .args_type = "",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -030043 .params = "",
44 .help = "quit the emulator",
Luiz Capitulinob223f352009-10-07 13:41:56 -030045 .user_print = monitor_user_noop,
Luiz Capitulino7a7f3252011-09-15 14:20:28 -030046 .mhandler.cmd = hmp_quit,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -030047 },
48
Blue Swirl23130862009-06-06 08:22:04 +000049STEXI
50@item q or quit
Stefan Weil70fcbbe2010-02-05 23:52:04 +010051@findex quit
Blue Swirl23130862009-06-06 08:22:04 +000052Quit the emulator.
53ETEXI
54
Luiz Capitulinod7f9b682009-10-07 13:41:50 -030055 {
Christoph Hellwig6d4a2b32011-01-24 13:32:33 +010056 .name = "block_resize",
57 .args_type = "device:B,size:o",
58 .params = "device size",
59 .help = "resize a block image",
Luiz Capitulino5e7caac2011-11-25 14:57:10 -020060 .mhandler.cmd = hmp_block_resize,
Christoph Hellwig6d4a2b32011-01-24 13:32:33 +010061 },
62
63STEXI
64@item block_resize
65@findex block_resize
66Resize a block image while a guest is running. Usually requires guest
67action to see the updated size. Resize to a lower size is supported,
68but should be used with extreme caution. Note that this command only
69resizes image files, it can not resize block devices like LVM volumes.
70ETEXI
71
Stefan Hajnoczi12bd4512012-01-18 14:40:46 +000072 {
73 .name = "block_stream",
74 .args_type = "device:B,base:s?",
75 .params = "device [base]",
76 .help = "copy data from a backing file into a block device",
77 .mhandler.cmd = hmp_block_stream,
78 },
79
80STEXI
81@item block_stream
82@findex block_stream
83Copy data from a backing file into a block device.
84ETEXI
Christoph Hellwig6d4a2b32011-01-24 13:32:33 +010085
86 {
Stefan Hajnoczi2d47c6e2012-01-18 14:40:47 +000087 .name = "block_job_set_speed",
88 .args_type = "device:B,value:o",
89 .params = "device value",
90 .help = "set maximum speed for a background block operation",
91 .mhandler.cmd = hmp_block_job_set_speed,
92 },
93
94STEXI
95@item block_job_set_stream
96@findex block_job_set_stream
97Set maximum speed for a background block operation.
98ETEXI
99
100 {
Stefan Hajnoczi370521a2012-01-18 14:40:48 +0000101 .name = "block_job_cancel",
102 .args_type = "device:B",
103 .params = "device",
104 .help = "stop an active block streaming operation",
105 .mhandler.cmd = hmp_block_job_cancel,
106 },
107
108STEXI
109@item block_job_cancel
110@findex block_job_cancel
111Stop an active block streaming operation.
112ETEXI
113
114 {
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300115 .name = "eject",
Luiz Capitulino78d714e2009-12-14 18:53:21 -0200116 .args_type = "force:-f,device:B",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300117 .params = "[-f] device",
118 .help = "eject a removable medium (use -f to force it)",
Luiz Capitulinoc245b6a2011-12-07 16:02:36 -0200119 .mhandler.cmd = hmp_eject,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300120 },
121
Blue Swirl23130862009-06-06 08:22:04 +0000122STEXI
123@item eject [-f] @var{device}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100124@findex eject
Blue Swirl23130862009-06-06 08:22:04 +0000125Eject a removable medium (use -f to force it).
126ETEXI
127
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300128 {
Ryan Harper9063f812010-11-12 11:07:13 -0600129 .name = "drive_del",
130 .args_type = "id:s",
131 .params = "device",
132 .help = "remove host block device",
133 .user_print = monitor_user_noop,
134 .mhandler.cmd_new = do_drive_del,
135 },
136
137STEXI
138@item drive_del @var{device}
139@findex drive_del
140Remove host block device. The result is that guest generated IO is no longer
141submitted against the host device underlying the disk. Once a drive has
142been deleted, the QEMU Block layer returns -EIO which results in IO
143errors in the guest for applications that are reading/writing to the device.
144ETEXI
145
146 {
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300147 .name = "change",
148 .args_type = "device:B,target:F,arg:s?",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300149 .params = "device filename [format]",
150 .help = "change a removable medium, optional format",
Luiz Capitulino333a96e2011-12-08 11:13:50 -0200151 .mhandler.cmd = hmp_change,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300152 },
153
Blue Swirl23130862009-06-06 08:22:04 +0000154STEXI
155@item change @var{device} @var{setting}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100156@findex change
Blue Swirl23130862009-06-06 08:22:04 +0000157
158Change the configuration of a device.
159
160@table @option
161@item change @var{diskdevice} @var{filename} [@var{format}]
162Change the medium for a removable disk device to point to @var{filename}. eg
163
164@example
165(qemu) change ide1-cd0 /path/to/some.iso
166@end example
167
168@var{format} is optional.
169
170@item change vnc @var{display},@var{options}
171Change the configuration of the VNC server. The valid syntax for @var{display}
172and @var{options} are described at @ref{sec_invocation}. eg
173
174@example
175(qemu) change vnc localhost:1
176@end example
177
178@item change vnc password [@var{password}]
179
180Change the password associated with the VNC server. If the new password is not
181supplied, the monitor will prompt for it to be entered. VNC passwords are only
182significant up to 8 letters. eg
183
184@example
185(qemu) change vnc password
186Password: ********
187@end example
188
189@end table
190ETEXI
191
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300192 {
193 .name = "screendump",
194 .args_type = "filename:F",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300195 .params = "filename",
196 .help = "save screen into PPM image 'filename'",
Luiz Capitulinof1dc58e2010-03-31 15:21:49 -0300197 .user_print = monitor_user_noop,
198 .mhandler.cmd_new = do_screen_dump,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300199 },
200
Blue Swirl23130862009-06-06 08:22:04 +0000201STEXI
202@item screendump @var{filename}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100203@findex screendump
Blue Swirl23130862009-06-06 08:22:04 +0000204Save screen into PPM image @var{filename}.
205ETEXI
206
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300207 {
208 .name = "logfile",
209 .args_type = "filename:F",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300210 .params = "filename",
211 .help = "output logs to 'filename'",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300212 .mhandler.cmd = do_logfile,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300213 },
214
Blue Swirl23130862009-06-06 08:22:04 +0000215STEXI
216@item logfile @var{filename}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100217@findex logfile
Blue Swirl23130862009-06-06 08:22:04 +0000218Output logs to @var{filename}.
219ETEXI
220
Prerna Saxena22890ab2010-06-24 17:04:53 +0530221 {
222 .name = "trace-event",
223 .args_type = "name:s,option:b",
224 .params = "name on|off",
225 .help = "changes status of a specific trace event",
Lluísfc764102011-08-31 20:31:18 +0200226 .mhandler.cmd = do_trace_event_set_state,
Prerna Saxena22890ab2010-06-24 17:04:53 +0530227 },
228
229STEXI
230@item trace-event
231@findex trace-event
232changes status of a trace event
233ETEXI
Stefan Hajnoczic5ceb522010-07-13 09:26:33 +0100234
Michael Rothc45a8162011-10-02 08:44:37 -0500235#if defined(CONFIG_TRACE_SIMPLE)
Stefan Hajnoczic5ceb522010-07-13 09:26:33 +0100236 {
237 .name = "trace-file",
238 .args_type = "op:s?,arg:F?",
239 .params = "on|off|flush|set [arg]",
240 .help = "open, close, or flush trace file, or set a new file name",
241 .mhandler.cmd = do_trace_file,
242 },
243
244STEXI
245@item trace-file on|off|flush
246@findex trace-file
247Open, close, or flush the trace file. If no argument is given, the status of the trace file is displayed.
248ETEXI
Prerna Saxena22890ab2010-06-24 17:04:53 +0530249#endif
250
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300251 {
252 .name = "log",
253 .args_type = "items:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300254 .params = "item1[,...]",
255 .help = "activate logging of the specified items to '/tmp/qemu.log'",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300256 .mhandler.cmd = do_log,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300257 },
258
Blue Swirl23130862009-06-06 08:22:04 +0000259STEXI
260@item log @var{item1}[,...]
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100261@findex log
Blue Swirl23130862009-06-06 08:22:04 +0000262Activate logging of the specified items to @file{/tmp/qemu.log}.
263ETEXI
264
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300265 {
266 .name = "savevm",
267 .args_type = "name:s?",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300268 .params = "[tag|id]",
269 .help = "save a VM snapshot. If no tag or id are provided, a new snapshot is created",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300270 .mhandler.cmd = do_savevm,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300271 },
272
Blue Swirl23130862009-06-06 08:22:04 +0000273STEXI
274@item savevm [@var{tag}|@var{id}]
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100275@findex savevm
Blue Swirl23130862009-06-06 08:22:04 +0000276Create a snapshot of the whole virtual machine. If @var{tag} is
277provided, it is used as human readable identifier. If there is already
278a snapshot with the same tag or ID, it is replaced. More info at
279@ref{vm_snapshots}.
280ETEXI
281
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300282 {
283 .name = "loadvm",
284 .args_type = "name:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300285 .params = "tag|id",
286 .help = "restore a VM snapshot from its tag or id",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300287 .mhandler.cmd = do_loadvm,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300288 },
289
Blue Swirl23130862009-06-06 08:22:04 +0000290STEXI
291@item loadvm @var{tag}|@var{id}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100292@findex loadvm
Blue Swirl23130862009-06-06 08:22:04 +0000293Set the whole virtual machine to the snapshot identified by the tag
294@var{tag} or the unique snapshot ID @var{id}.
295ETEXI
296
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300297 {
298 .name = "delvm",
299 .args_type = "name:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300300 .params = "tag|id",
301 .help = "delete a VM snapshot from its tag or id",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300302 .mhandler.cmd = do_delvm,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300303 },
304
Blue Swirl23130862009-06-06 08:22:04 +0000305STEXI
306@item delvm @var{tag}|@var{id}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100307@findex delvm
Blue Swirl23130862009-06-06 08:22:04 +0000308Delete the snapshot identified by @var{tag} or @var{id}.
309ETEXI
310
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300311 {
312 .name = "singlestep",
313 .args_type = "option:s?",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300314 .params = "[on|off]",
315 .help = "run emulation in singlestep mode or switch to normal mode",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300316 .mhandler.cmd = do_singlestep,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300317 },
318
Blue Swirl23130862009-06-06 08:22:04 +0000319STEXI
320@item singlestep [off]
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100321@findex singlestep
Blue Swirl23130862009-06-06 08:22:04 +0000322Run the emulation in single step mode.
323If called with option off, the emulation returns to normal mode.
324ETEXI
325
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300326 {
327 .name = "stop",
328 .args_type = "",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300329 .params = "",
330 .help = "stop emulation",
Luiz Capitulino5f158f22011-09-15 14:34:39 -0300331 .mhandler.cmd = hmp_stop,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300332 },
333
Blue Swirl23130862009-06-06 08:22:04 +0000334STEXI
335@item stop
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100336@findex stop
Blue Swirl23130862009-06-06 08:22:04 +0000337Stop emulation.
338ETEXI
339
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300340 {
341 .name = "c|cont",
342 .args_type = "",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300343 .params = "",
344 .help = "resume emulation",
Luiz Capitulinoe42e8182011-11-22 17:58:31 -0200345 .mhandler.cmd = hmp_cont,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300346 },
347
Blue Swirl23130862009-06-06 08:22:04 +0000348STEXI
349@item c or cont
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100350@findex cont
Blue Swirl23130862009-06-06 08:22:04 +0000351Resume emulation.
352ETEXI
353
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300354 {
355 .name = "gdbserver",
356 .args_type = "device:s?",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300357 .params = "[device]",
358 .help = "start gdbserver on given device (default 'tcp::1234'), stop with 'none'",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300359 .mhandler.cmd = do_gdbserver,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300360 },
361
Blue Swirl23130862009-06-06 08:22:04 +0000362STEXI
363@item gdbserver [@var{port}]
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100364@findex gdbserver
Blue Swirl23130862009-06-06 08:22:04 +0000365Start gdbserver session (default @var{port}=1234)
366ETEXI
367
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300368 {
369 .name = "x",
370 .args_type = "fmt:/,addr:l",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300371 .params = "/fmt addr",
372 .help = "virtual memory dump starting at 'addr'",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300373 .mhandler.cmd = do_memory_dump,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300374 },
375
Blue Swirl23130862009-06-06 08:22:04 +0000376STEXI
377@item x/fmt @var{addr}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100378@findex x
Blue Swirl23130862009-06-06 08:22:04 +0000379Virtual memory dump starting at @var{addr}.
380ETEXI
381
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300382 {
383 .name = "xp",
384 .args_type = "fmt:/,addr:l",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300385 .params = "/fmt addr",
386 .help = "physical memory dump starting at 'addr'",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300387 .mhandler.cmd = do_physical_memory_dump,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300388 },
389
Blue Swirl23130862009-06-06 08:22:04 +0000390STEXI
391@item xp /@var{fmt} @var{addr}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100392@findex xp
Blue Swirl23130862009-06-06 08:22:04 +0000393Physical memory dump starting at @var{addr}.
394
395@var{fmt} is a format which tells the command how to format the
396data. Its syntax is: @option{/@{count@}@{format@}@{size@}}
397
398@table @var
399@item count
400is the number of items to be dumped.
401
402@item format
403can be x (hex), d (signed decimal), u (unsigned decimal), o (octal),
404c (char) or i (asm instruction).
405
406@item size
407can be b (8 bits), h (16 bits), w (32 bits) or g (64 bits). On x86,
408@code{h} or @code{w} can be specified with the @code{i} format to
409respectively select 16 or 32 bit code instruction size.
410
411@end table
412
413Examples:
414@itemize
415@item
416Dump 10 instructions at the current instruction pointer:
417@example
418(qemu) x/10i $eip
4190x90107063: ret
4200x90107064: sti
4210x90107065: lea 0x0(%esi,1),%esi
4220x90107069: lea 0x0(%edi,1),%edi
4230x90107070: ret
4240x90107071: jmp 0x90107080
4250x90107073: nop
4260x90107074: nop
4270x90107075: nop
4280x90107076: nop
429@end example
430
431@item
432Dump 80 16 bit values at the start of the video memory.
433@smallexample
434(qemu) xp/80hx 0xb8000
4350x000b8000: 0x0b50 0x0b6c 0x0b65 0x0b78 0x0b38 0x0b36 0x0b2f 0x0b42
4360x000b8010: 0x0b6f 0x0b63 0x0b68 0x0b73 0x0b20 0x0b56 0x0b47 0x0b41
4370x000b8020: 0x0b42 0x0b69 0x0b6f 0x0b73 0x0b20 0x0b63 0x0b75 0x0b72
4380x000b8030: 0x0b72 0x0b65 0x0b6e 0x0b74 0x0b2d 0x0b63 0x0b76 0x0b73
4390x000b8040: 0x0b20 0x0b30 0x0b35 0x0b20 0x0b4e 0x0b6f 0x0b76 0x0b20
4400x000b8050: 0x0b32 0x0b30 0x0b30 0x0b33 0x0720 0x0720 0x0720 0x0720
4410x000b8060: 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720
4420x000b8070: 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720
4430x000b8080: 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720
4440x000b8090: 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720
445@end smallexample
446@end itemize
447ETEXI
448
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300449 {
450 .name = "p|print",
451 .args_type = "fmt:/,val:l",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300452 .params = "/fmt expr",
453 .help = "print expression value (use $reg for CPU register access)",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300454 .mhandler.cmd = do_print,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300455 },
456
Blue Swirl23130862009-06-06 08:22:04 +0000457STEXI
458@item p or print/@var{fmt} @var{expr}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100459@findex print
Blue Swirl23130862009-06-06 08:22:04 +0000460
461Print expression value. Only the @var{format} part of @var{fmt} is
462used.
463ETEXI
464
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300465 {
466 .name = "i",
467 .args_type = "fmt:/,addr:i,index:i.",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300468 .params = "/fmt addr",
469 .help = "I/O port read",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300470 .mhandler.cmd = do_ioport_read,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300471 },
472
Blue Swirl23130862009-06-06 08:22:04 +0000473STEXI
474Read I/O port.
475ETEXI
476
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300477 {
478 .name = "o",
479 .args_type = "fmt:/,addr:i,val:i",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300480 .params = "/fmt addr value",
481 .help = "I/O port write",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300482 .mhandler.cmd = do_ioport_write,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300483 },
484
Jan Kiszkaf1147842009-07-14 10:20:11 +0200485STEXI
486Write to I/O port.
487ETEXI
Blue Swirl23130862009-06-06 08:22:04 +0000488
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300489 {
490 .name = "sendkey",
491 .args_type = "string:s,hold_time:i?",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300492 .params = "keys [hold_ms]",
493 .help = "send keys to the VM (e.g. 'sendkey ctrl-alt-f1', default hold time=100 ms)",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300494 .mhandler.cmd = do_sendkey,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300495 },
496
Blue Swirl23130862009-06-06 08:22:04 +0000497STEXI
498@item sendkey @var{keys}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100499@findex sendkey
Blue Swirl23130862009-06-06 08:22:04 +0000500
501Send @var{keys} to the emulator. @var{keys} could be the name of the
502key or @code{#} followed by the raw value in either decimal or hexadecimal
503format. Use @code{-} to press several keys simultaneously. Example:
504@example
505sendkey ctrl-alt-f1
506@end example
507
508This command is useful to send keys that your graphical user interface
509intercepts at low level, such as @code{ctrl-alt-f1} in X Window.
510ETEXI
511
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300512 {
513 .name = "system_reset",
514 .args_type = "",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300515 .params = "",
516 .help = "reset the system",
Luiz Capitulino38d22652011-09-15 14:41:46 -0300517 .mhandler.cmd = hmp_system_reset,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300518 },
519
Blue Swirl23130862009-06-06 08:22:04 +0000520STEXI
521@item system_reset
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100522@findex system_reset
Blue Swirl23130862009-06-06 08:22:04 +0000523
524Reset the system.
525ETEXI
526
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300527 {
528 .name = "system_powerdown",
529 .args_type = "",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300530 .params = "",
531 .help = "send system power down event",
Luiz Capitulino5bc465e2011-09-28 11:06:15 -0300532 .mhandler.cmd = hmp_system_powerdown,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300533 },
534
Blue Swirl23130862009-06-06 08:22:04 +0000535STEXI
536@item system_powerdown
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100537@findex system_powerdown
Blue Swirl23130862009-06-06 08:22:04 +0000538
539Power down the system (if supported).
540ETEXI
541
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300542 {
543 .name = "sum",
544 .args_type = "start:i,size:i",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300545 .params = "addr size",
546 .help = "compute the checksum of a memory region",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300547 .mhandler.cmd = do_sum,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300548 },
549
Blue Swirl23130862009-06-06 08:22:04 +0000550STEXI
551@item sum @var{addr} @var{size}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100552@findex sum
Blue Swirl23130862009-06-06 08:22:04 +0000553
554Compute the checksum of a memory region.
555ETEXI
556
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300557 {
558 .name = "usb_add",
559 .args_type = "devname:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300560 .params = "device",
561 .help = "add USB device (e.g. 'host:bus.addr' or 'host:vendor_id:product_id')",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300562 .mhandler.cmd = do_usb_add,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300563 },
564
Blue Swirl23130862009-06-06 08:22:04 +0000565STEXI
566@item usb_add @var{devname}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100567@findex usb_add
Blue Swirl23130862009-06-06 08:22:04 +0000568
569Add the USB device @var{devname}. For details of available devices see
570@ref{usb_devices}
571ETEXI
572
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300573 {
574 .name = "usb_del",
575 .args_type = "devname:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300576 .params = "device",
577 .help = "remove USB device 'bus.addr'",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300578 .mhandler.cmd = do_usb_del,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300579 },
580
Blue Swirl23130862009-06-06 08:22:04 +0000581STEXI
582@item usb_del @var{devname}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100583@findex usb_del
Blue Swirl23130862009-06-06 08:22:04 +0000584
585Remove the USB device @var{devname} from the QEMU virtual USB
586hub. @var{devname} has the syntax @code{bus.addr}. Use the monitor
587command @code{info usb} to see the devices you can remove.
588ETEXI
589
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300590 {
591 .name = "device_add",
Markus Armbrusterc7e4e8c2010-02-10 20:47:28 +0100592 .args_type = "device:O",
593 .params = "driver[,prop=value][,...]",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300594 .help = "add device, like -device on the command line",
Markus Armbruster8bc27242010-02-10 20:52:01 +0100595 .user_print = monitor_user_noop,
596 .mhandler.cmd_new = do_device_add,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300597 },
598
Gerd Hoffmann3418bd22009-09-25 21:42:41 +0200599STEXI
600@item device_add @var{config}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100601@findex device_add
Gerd Hoffmann3418bd22009-09-25 21:42:41 +0200602
603Add device.
604ETEXI
605
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300606 {
607 .name = "device_del",
608 .args_type = "id:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300609 .params = "device",
610 .help = "remove device",
Markus Armbruster17a38ea2010-03-22 11:38:14 +0100611 .user_print = monitor_user_noop,
612 .mhandler.cmd_new = do_device_del,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300613 },
614
Gerd Hoffmann3418bd22009-09-25 21:42:41 +0200615STEXI
616@item device_del @var{id}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100617@findex device_del
Gerd Hoffmann3418bd22009-09-25 21:42:41 +0200618
619Remove device @var{id}.
620ETEXI
621
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300622 {
623 .name = "cpu",
624 .args_type = "index:i",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300625 .params = "index",
626 .help = "set the default CPU",
Luiz Capitulino755f1962011-10-06 14:31:39 -0300627 .mhandler.cmd = hmp_cpu,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300628 },
Gerd Hoffmann3418bd22009-09-25 21:42:41 +0200629
Blue Swirl23130862009-06-06 08:22:04 +0000630STEXI
Markus Armbrusterc427ea92010-05-04 13:20:32 +0200631@item cpu @var{index}
632@findex cpu
Blue Swirl23130862009-06-06 08:22:04 +0000633Set the default CPU.
634ETEXI
635
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300636 {
637 .name = "mouse_move",
638 .args_type = "dx_str:s,dy_str:s,dz_str:s?",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300639 .params = "dx dy [dz]",
640 .help = "send mouse move events",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300641 .mhandler.cmd = do_mouse_move,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300642 },
643
Blue Swirl23130862009-06-06 08:22:04 +0000644STEXI
645@item mouse_move @var{dx} @var{dy} [@var{dz}]
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100646@findex mouse_move
Blue Swirl23130862009-06-06 08:22:04 +0000647Move the active mouse to the specified coordinates @var{dx} @var{dy}
648with optional scroll axis @var{dz}.
649ETEXI
650
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300651 {
652 .name = "mouse_button",
653 .args_type = "button_state:i",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300654 .params = "state",
655 .help = "change mouse button state (1=L, 2=M, 4=R)",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300656 .mhandler.cmd = do_mouse_button,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300657 },
658
Blue Swirl23130862009-06-06 08:22:04 +0000659STEXI
660@item mouse_button @var{val}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100661@findex mouse_button
Blue Swirl23130862009-06-06 08:22:04 +0000662Change the active mouse button state @var{val} (1=L, 2=M, 4=R).
663ETEXI
664
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300665 {
666 .name = "mouse_set",
667 .args_type = "index:i",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300668 .params = "index",
669 .help = "set which mouse device receives events",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300670 .mhandler.cmd = do_mouse_set,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300671 },
672
Blue Swirl23130862009-06-06 08:22:04 +0000673STEXI
674@item mouse_set @var{index}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100675@findex mouse_set
Blue Swirl23130862009-06-06 08:22:04 +0000676Set which mouse device receives events at given @var{index}, index
677can be obtained with
678@example
679info mice
680@end example
681ETEXI
682
683#ifdef HAS_AUDIO
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300684 {
685 .name = "wavcapture",
686 .args_type = "path:F,freq:i?,bits:i?,nchannels:i?",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300687 .params = "path [frequency [bits [channels]]]",
688 .help = "capture audio to a wave file (default frequency=44100 bits=16 channels=2)",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300689 .mhandler.cmd = do_wav_capture,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300690 },
Blue Swirl23130862009-06-06 08:22:04 +0000691#endif
692STEXI
693@item wavcapture @var{filename} [@var{frequency} [@var{bits} [@var{channels}]]]
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100694@findex wavcapture
Blue Swirl23130862009-06-06 08:22:04 +0000695Capture audio into @var{filename}. Using sample rate @var{frequency}
696bits per sample @var{bits} and number of channels @var{channels}.
697
698Defaults:
699@itemize @minus
700@item Sample rate = 44100 Hz - CD quality
701@item Bits = 16
702@item Number of channels = 2 - Stereo
703@end itemize
704ETEXI
705
706#ifdef HAS_AUDIO
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300707 {
708 .name = "stopcapture",
709 .args_type = "n:i",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300710 .params = "capture index",
711 .help = "stop capture",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300712 .mhandler.cmd = do_stop_capture,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300713 },
Blue Swirl23130862009-06-06 08:22:04 +0000714#endif
715STEXI
716@item stopcapture @var{index}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100717@findex stopcapture
Blue Swirl23130862009-06-06 08:22:04 +0000718Stop capture with a given @var{index}, index can be obtained with
719@example
720info capture
721@end example
722ETEXI
723
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300724 {
725 .name = "memsave",
726 .args_type = "val:l,size:i,filename:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300727 .params = "addr size file",
728 .help = "save to disk virtual memory dump starting at 'addr' of size 'size'",
Luiz Capitulino0cfd6a92011-11-22 16:32:37 -0200729 .mhandler.cmd = hmp_memsave,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300730 },
731
Blue Swirl23130862009-06-06 08:22:04 +0000732STEXI
733@item memsave @var{addr} @var{size} @var{file}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100734@findex memsave
Blue Swirl23130862009-06-06 08:22:04 +0000735save to disk virtual memory dump starting at @var{addr} of size @var{size}.
736ETEXI
737
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300738 {
739 .name = "pmemsave",
740 .args_type = "val:l,size:i,filename:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300741 .params = "addr size file",
742 .help = "save to disk physical memory dump starting at 'addr' of size 'size'",
Luiz Capitulino6d3962b2011-11-22 17:26:46 -0200743 .mhandler.cmd = hmp_pmemsave,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300744 },
745
Blue Swirl23130862009-06-06 08:22:04 +0000746STEXI
747@item pmemsave @var{addr} @var{size} @var{file}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100748@findex pmemsave
Blue Swirl23130862009-06-06 08:22:04 +0000749save to disk physical memory dump starting at @var{addr} of size @var{size}.
750ETEXI
751
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300752 {
753 .name = "boot_set",
754 .args_type = "bootdevice:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300755 .params = "bootdevice",
756 .help = "define new values for the boot device list",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300757 .mhandler.cmd = do_boot_set,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300758 },
759
Blue Swirl23130862009-06-06 08:22:04 +0000760STEXI
761@item boot_set @var{bootdevicelist}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100762@findex boot_set
Blue Swirl23130862009-06-06 08:22:04 +0000763
764Define new values for the boot device list. Those values will override
765the values specified on the command line through the @code{-boot} option.
766
767The values that can be specified here depend on the machine type, but are
768the same that can be specified in the @code{-boot} command line option.
769ETEXI
770
771#if defined(TARGET_I386)
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300772 {
773 .name = "nmi",
Luiz Capitulinoe9b4b432011-04-29 12:11:50 -0300774 .args_type = "",
775 .params = "",
776 .help = "inject an NMI on all guest's CPUs",
Luiz Capitulinoab49ab52011-11-23 12:55:53 -0200777 .mhandler.cmd = hmp_inject_nmi,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300778 },
Blue Swirl23130862009-06-06 08:22:04 +0000779#endif
780STEXI
781@item nmi @var{cpu}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100782@findex nmi
Blue Swirl23130862009-06-06 08:22:04 +0000783Inject an NMI on the given CPU (x86 only).
784ETEXI
785
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300786 {
787 .name = "migrate",
lirans@il.ibm.comfbc3d962009-11-02 15:41:13 +0200788 .args_type = "detach:-d,blk:-b,inc:-i,uri:s",
789 .params = "[-d] [-b] [-i] uri",
790 .help = "migrate to URI (using -d to not wait for completion)"
791 "\n\t\t\t -b for migration without shared storage with"
792 " full copy of disk\n\t\t\t -i for migration without "
793 "shared storage with incremental copy of disk "
794 "(base image shared between src and destination)",
795 .user_print = monitor_user_noop,
Luiz Capitulino261394d2010-02-10 23:50:02 -0200796 .mhandler.cmd_new = do_migrate,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300797 },
798
lirans@il.ibm.comfbc3d962009-11-02 15:41:13 +0200799
Blue Swirl23130862009-06-06 08:22:04 +0000800STEXI
lirans@il.ibm.comfbc3d962009-11-02 15:41:13 +0200801@item migrate [-d] [-b] [-i] @var{uri}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100802@findex migrate
Blue Swirl23130862009-06-06 08:22:04 +0000803Migrate to @var{uri} (using -d to not wait for completion).
lirans@il.ibm.comfbc3d962009-11-02 15:41:13 +0200804 -b for migration with full copy of disk
805 -i for migration with incremental copy of disk (base image is shared)
Blue Swirl23130862009-06-06 08:22:04 +0000806ETEXI
807
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300808 {
809 .name = "migrate_cancel",
810 .args_type = "",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300811 .params = "",
812 .help = "cancel the current VM migration",
Luiz Capitulino6cdedb02011-11-27 22:54:09 -0200813 .mhandler.cmd = hmp_migrate_cancel,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300814 },
815
Blue Swirl23130862009-06-06 08:22:04 +0000816STEXI
817@item migrate_cancel
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100818@findex migrate_cancel
Blue Swirl23130862009-06-06 08:22:04 +0000819Cancel the current VM migration.
820ETEXI
821
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300822 {
823 .name = "migrate_set_speed",
Jes Sorensened3d4a82010-10-21 17:15:48 +0200824 .args_type = "value:o",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300825 .params = "value",
Jes Sorensened3d4a82010-10-21 17:15:48 +0200826 .help = "set maximum speed (in bytes) for migrations. "
827 "Defaults to MB if no size suffix is specified, ie. B/K/M/G/T",
Luiz Capitulino3dc85382011-11-28 11:59:37 -0200828 .mhandler.cmd = hmp_migrate_set_speed,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300829 },
830
Blue Swirl23130862009-06-06 08:22:04 +0000831STEXI
832@item migrate_set_speed @var{value}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100833@findex migrate_set_speed
Blue Swirl23130862009-06-06 08:22:04 +0000834Set maximum speed to @var{value} (in bytes) for migrations.
835ETEXI
836
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300837 {
838 .name = "migrate_set_downtime",
Markus Armbrusterb0fbf7d2010-01-25 14:23:07 +0100839 .args_type = "value:T",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300840 .params = "value",
841 .help = "set maximum tolerated downtime (in seconds) for migrations",
Luiz Capitulino4f0a9932011-11-27 23:18:01 -0200842 .mhandler.cmd = hmp_migrate_set_downtime,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300843 },
Glauber Costa2ea42952009-05-28 15:22:58 -0400844
845STEXI
846@item migrate_set_downtime @var{second}
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100847@findex migrate_set_downtime
Glauber Costa2ea42952009-05-28 15:22:58 -0400848Set maximum tolerated downtime (in seconds) for migration.
849ETEXI
850
Jes Sorensenf8882562010-12-16 13:52:16 +0100851 {
Jes Sorensen2ea720d2011-03-09 16:54:34 +0100852 .name = "client_migrate_info",
853 .args_type = "protocol:s,hostname:s,port:i?,tls-port:i?,cert-subject:s?",
854 .params = "protocol hostname port tls-port cert-subject",
855 .help = "send migration info to spice/vnc client",
856 .user_print = monitor_user_noop,
Yonit Halperinedc5cb12011-10-17 10:03:18 +0200857 .mhandler.cmd_async = client_migrate_info,
858 .flags = MONITOR_CMD_ASYNC,
Jes Sorensenf8882562010-12-16 13:52:16 +0100859 },
860
861STEXI
Gerd Hoffmanne866e232010-04-23 13:28:21 +0200862@item client_migrate_info @var{protocol} @var{hostname} @var{port} @var{tls-port} @var{cert-subject}
863@findex client_migrate_info
864Set the spice/vnc connection info for the migration target. The spice/vnc
865server will ask the spice/vnc client to automatically reconnect using the
866new parameters (if specified) once the vm migration finished successfully.
867ETEXI
868
869 {
Jes Sorensen2ea720d2011-03-09 16:54:34 +0100870 .name = "snapshot_blkdev",
Jes Sorensend967b2f2011-07-11 20:01:09 +0200871 .args_type = "device:B,snapshot-file:s?,format:s?",
Jes Sorensen2ea720d2011-03-09 16:54:34 +0100872 .params = "device [new-image-file] [format]",
873 .help = "initiates a live snapshot\n\t\t\t"
874 "of device. If a new image file is specified, the\n\t\t\t"
875 "new image file will become the new root image.\n\t\t\t"
876 "If format is specified, the snapshot file will\n\t\t\t"
877 "be created in that format. Otherwise the\n\t\t\t"
878 "snapshot will be internal! (currently unsupported)",
Luiz Capitulino6106e242011-11-25 16:15:19 -0200879 .mhandler.cmd = hmp_snapshot_blkdev,
Gerd Hoffmanne866e232010-04-23 13:28:21 +0200880 },
881
882STEXI
Jes Sorensenf8882562010-12-16 13:52:16 +0100883@item snapshot_blkdev
884@findex snapshot_blkdev
885Snapshot device, using snapshot file as target if provided
886ETEXI
887
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300888 {
889 .name = "drive_add",
890 .args_type = "pci_addr:s,opts:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300891 .params = "[[<domain>:]<bus>:]<slot>\n"
892 "[file=file][,if=type][,bus=n]\n"
Stefan Hajnoczifb0490f2011-11-17 13:40:32 +0000893 "[,unit=m][,media=d][,index=i]\n"
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300894 "[,cyls=c,heads=h,secs=s[,trans=t]]\n"
Stefan Hajnoczifb0490f2011-11-17 13:40:32 +0000895 "[,snapshot=on|off][,cache=on|off]\n"
896 "[,readonly=on|off][,copy-on-read=on|off]",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300897 .help = "add drive to PCI storage controller",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300898 .mhandler.cmd = drive_hot_add,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300899 },
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300900
Blue Swirl23130862009-06-06 08:22:04 +0000901STEXI
902@item drive_add
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100903@findex drive_add
Blue Swirl23130862009-06-06 08:22:04 +0000904Add drive to PCI storage controller.
905ETEXI
906
907#if defined(TARGET_I386)
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300908 {
909 .name = "pci_add",
910 .args_type = "pci_addr:s,type:s,opts:s?",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300911 .params = "auto|[[<domain>:]<bus>:]<slot> nic|storage [[vlan=n][,macaddr=addr][,model=type]] [file=file][,if=type][,bus=nr]...",
912 .help = "hot-add PCI device",
Markus Armbruster6c6a58a2010-05-12 10:53:00 +0200913 .mhandler.cmd = pci_device_hot_add,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300914 },
Blue Swirl23130862009-06-06 08:22:04 +0000915#endif
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300916
Blue Swirl23130862009-06-06 08:22:04 +0000917STEXI
918@item pci_add
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100919@findex pci_add
Blue Swirl23130862009-06-06 08:22:04 +0000920Hot-add PCI device.
921ETEXI
922
923#if defined(TARGET_I386)
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300924 {
925 .name = "pci_del",
926 .args_type = "pci_addr:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300927 .params = "[[<domain>:]<bus>:]<slot>",
928 .help = "hot remove PCI device",
Markus Armbrusterb752daf2010-05-12 10:53:01 +0200929 .mhandler.cmd = do_pci_device_hot_remove,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300930 },
Blue Swirl23130862009-06-06 08:22:04 +0000931#endif
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300932
Blue Swirl23130862009-06-06 08:22:04 +0000933STEXI
934@item pci_del
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100935@findex pci_del
Blue Swirl23130862009-06-06 08:22:04 +0000936Hot remove PCI device.
937ETEXI
938
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300939 {
Isaku Yamahata2ae63bd2010-12-24 12:14:14 +0900940 .name = "pcie_aer_inject_error",
941 .args_type = "advisory_non_fatal:-a,correctable:-c,"
942 "id:s,error_status:s,"
943 "header0:i?,header1:i?,header2:i?,header3:i?,"
944 "prefix0:i?,prefix1:i?,prefix2:i?,prefix3:i?",
945 .params = "[-a] [-c] id "
946 "<error_status> [<tlp header> [<tlp header prefix>]]",
947 .help = "inject pcie aer error\n\t\t\t"
948 " -a for advisory non fatal error\n\t\t\t"
949 " -c for correctable error\n\t\t\t"
950 "<id> = qdev device id\n\t\t\t"
951 "<error_status> = error string or 32bit\n\t\t\t"
952 "<tlb header> = 32bit x 4\n\t\t\t"
953 "<tlb header prefix> = 32bit x 4",
954 .user_print = pcie_aer_inject_error_print,
Zhi Yong Wu1f3392b2011-11-30 12:39:47 +0800955 .mhandler.cmd_new = do_pcie_aer_inject_error,
Isaku Yamahata2ae63bd2010-12-24 12:14:14 +0900956 },
957
958STEXI
959@item pcie_aer_inject_error
960@findex pcie_aer_inject_error
961Inject PCIe AER error
962ETEXI
963
964 {
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300965 .name = "host_net_add",
966 .args_type = "device:s,opts:s?",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300967 .params = "tap|user|socket|vde|dump [options]",
968 .help = "add host VLAN client",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300969 .mhandler.cmd = net_host_device_add,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300970 },
971
Blue Swirl23130862009-06-06 08:22:04 +0000972STEXI
973@item host_net_add
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100974@findex host_net_add
Blue Swirl23130862009-06-06 08:22:04 +0000975Add host VLAN client.
976ETEXI
977
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300978 {
979 .name = "host_net_remove",
980 .args_type = "vlan_id:i,device:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300981 .params = "vlan_id name",
982 .help = "remove host VLAN client",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -0300983 .mhandler.cmd = net_host_device_remove,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -0300984 },
985
Blue Swirl23130862009-06-06 08:22:04 +0000986STEXI
987@item host_net_remove
Stefan Weil70fcbbe2010-02-05 23:52:04 +0100988@findex host_net_remove
Blue Swirl23130862009-06-06 08:22:04 +0000989Remove host VLAN client.
990ETEXI
991
Markus Armbrusterae82d322010-03-25 17:22:40 +0100992 {
993 .name = "netdev_add",
994 .args_type = "netdev:O",
995 .params = "[user|tap|socket],id=str[,prop=value][,...]",
996 .help = "add host network device",
997 .user_print = monitor_user_noop,
998 .mhandler.cmd_new = do_netdev_add,
999 },
1000
1001STEXI
1002@item netdev_add
1003@findex netdev_add
1004Add host network device.
1005ETEXI
1006
1007 {
1008 .name = "netdev_del",
1009 .args_type = "id:s",
1010 .params = "id",
1011 .help = "remove host network device",
1012 .user_print = monitor_user_noop,
1013 .mhandler.cmd_new = do_netdev_del,
1014 },
1015
1016STEXI
1017@item netdev_del
1018@findex netdev_del
1019Remove host network device.
1020ETEXI
1021
Blue Swirl23130862009-06-06 08:22:04 +00001022#ifdef CONFIG_SLIRP
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001023 {
1024 .name = "hostfwd_add",
1025 .args_type = "arg1:s,arg2:s?,arg3:s?",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001026 .params = "[vlan_id name] [tcp|udp]:[hostaddr]:hostport-[guestaddr]:guestport",
1027 .help = "redirect TCP or UDP connections from host to guest (requires -net user)",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -03001028 .mhandler.cmd = net_slirp_hostfwd_add,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001029 },
Markus Armbruster21413d62010-05-04 13:20:30 +02001030#endif
1031STEXI
1032@item hostfwd_add
1033@findex hostfwd_add
1034Redirect TCP or UDP connections from host to guest (requires -net user).
1035ETEXI
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001036
Markus Armbruster21413d62010-05-04 13:20:30 +02001037#ifdef CONFIG_SLIRP
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001038 {
1039 .name = "hostfwd_remove",
1040 .args_type = "arg1:s,arg2:s?,arg3:s?",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001041 .params = "[vlan_id name] [tcp|udp]:[hostaddr]:hostport",
1042 .help = "remove host-to-guest TCP or UDP redirection",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -03001043 .mhandler.cmd = net_slirp_hostfwd_remove,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001044 },
1045
Blue Swirl23130862009-06-06 08:22:04 +00001046#endif
1047STEXI
Markus Armbruster21413d62010-05-04 13:20:30 +02001048@item hostfwd_remove
1049@findex hostfwd_remove
1050Remove host-to-guest TCP or UDP redirection.
Blue Swirl23130862009-06-06 08:22:04 +00001051ETEXI
1052
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001053 {
1054 .name = "balloon",
Luiz Capitulino3b0bd6e2009-12-18 13:25:05 -02001055 .args_type = "value:M",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001056 .params = "target",
Riccardo Magliocchetti3c056132010-05-19 18:49:28 +02001057 .help = "request VM to change its memory allocation (in MB)",
Luiz Capitulinod72f3262011-11-25 14:38:09 -02001058 .mhandler.cmd = hmp_balloon,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001059 },
1060
Blue Swirl23130862009-06-06 08:22:04 +00001061STEXI
1062@item balloon @var{value}
Stefan Weil70fcbbe2010-02-05 23:52:04 +01001063@findex balloon
Blue Swirl23130862009-06-06 08:22:04 +00001064Request VM to change its memory allocation to @var{value} (in MB).
1065ETEXI
1066
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001067 {
1068 .name = "set_link",
Markus Armbrusterc9b26a42010-03-26 09:07:10 +01001069 .args_type = "name:s,up:b",
1070 .params = "name on|off",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001071 .help = "change the link status of a network adapter",
Luiz Capitulino4b371562011-11-23 13:11:55 -02001072 .mhandler.cmd = hmp_set_link,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001073 },
1074
Blue Swirl23130862009-06-06 08:22:04 +00001075STEXI
Markus Armbrusterc9b26a42010-03-26 09:07:10 +01001076@item set_link @var{name} [on|off]
Stefan Weil70fcbbe2010-02-05 23:52:04 +01001077@findex set_link
Markus Armbrusterc9b26a42010-03-26 09:07:10 +01001078Switch link @var{name} on (i.e. up) or off (i.e. down).
Blue Swirl23130862009-06-06 08:22:04 +00001079ETEXI
1080
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001081 {
1082 .name = "watchdog_action",
1083 .args_type = "action:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001084 .params = "[reset|shutdown|poweroff|pause|debug|none]",
1085 .help = "change watchdog action",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -03001086 .mhandler.cmd = do_watchdog_action,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001087 },
1088
Blue Swirl23130862009-06-06 08:22:04 +00001089STEXI
1090@item watchdog_action
Stefan Weil70fcbbe2010-02-05 23:52:04 +01001091@findex watchdog_action
Blue Swirl23130862009-06-06 08:22:04 +00001092Change watchdog action.
1093ETEXI
1094
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001095 {
1096 .name = "acl_show",
1097 .args_type = "aclname:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001098 .params = "aclname",
1099 .help = "list rules in the access control list",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -03001100 .mhandler.cmd = do_acl_show,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001101 },
1102
Blue Swirl23130862009-06-06 08:22:04 +00001103STEXI
Jan Kiszka15dfcd42009-06-25 08:22:08 +02001104@item acl_show @var{aclname}
Stefan Weil70fcbbe2010-02-05 23:52:04 +01001105@findex acl_show
Jan Kiszka15dfcd42009-06-25 08:22:08 +02001106List all the matching rules in the access control list, and the default
1107policy. There are currently two named access control lists,
1108@var{vnc.x509dname} and @var{vnc.username} matching on the x509 client
1109certificate distinguished name, and SASL username respectively.
1110ETEXI
Blue Swirl23130862009-06-06 08:22:04 +00001111
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001112 {
1113 .name = "acl_policy",
1114 .args_type = "aclname:s,policy:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001115 .params = "aclname allow|deny",
1116 .help = "set default access control list policy",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -03001117 .mhandler.cmd = do_acl_policy,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001118 },
1119
Jan Kiszka15dfcd42009-06-25 08:22:08 +02001120STEXI
Jan Kiszkacbbfacc2009-07-03 08:46:05 +02001121@item acl_policy @var{aclname} @code{allow|deny}
Stefan Weil70fcbbe2010-02-05 23:52:04 +01001122@findex acl_policy
Jan Kiszka15dfcd42009-06-25 08:22:08 +02001123Set the default access control list policy, used in the event that
Blue Swirl23130862009-06-06 08:22:04 +00001124none of the explicit rules match. The default policy at startup is
Jan Kiszka15dfcd42009-06-25 08:22:08 +02001125always @code{deny}.
1126ETEXI
1127
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001128 {
1129 .name = "acl_add",
1130 .args_type = "aclname:s,match:s,policy:s,index:i?",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001131 .params = "aclname match allow|deny [index]",
1132 .help = "add a match rule to the access control list",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -03001133 .mhandler.cmd = do_acl_add,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001134 },
1135
Jan Kiszka15dfcd42009-06-25 08:22:08 +02001136STEXI
Markus Armbruster0e4aec92010-05-04 13:20:31 +02001137@item acl_add @var{aclname} @var{match} @code{allow|deny} [@var{index}]
1138@findex acl_add
Jan Kiszka15dfcd42009-06-25 08:22:08 +02001139Add a match rule to the access control list, allowing or denying access.
1140The match will normally be an exact username or x509 distinguished name,
1141but can optionally include wildcard globs. eg @code{*@@EXAMPLE.COM} to
1142allow all users in the @code{EXAMPLE.COM} kerberos realm. The match will
Blue Swirl23130862009-06-06 08:22:04 +00001143normally be appended to the end of the ACL, but can be inserted
Jan Kiszka15dfcd42009-06-25 08:22:08 +02001144earlier in the list if the optional @var{index} parameter is supplied.
1145ETEXI
1146
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001147 {
1148 .name = "acl_remove",
1149 .args_type = "aclname:s,match:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001150 .params = "aclname match",
1151 .help = "remove a match rule from the access control list",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -03001152 .mhandler.cmd = do_acl_remove,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001153 },
1154
Jan Kiszka15dfcd42009-06-25 08:22:08 +02001155STEXI
1156@item acl_remove @var{aclname} @var{match}
Stefan Weil70fcbbe2010-02-05 23:52:04 +01001157@findex acl_remove
Jan Kiszka15dfcd42009-06-25 08:22:08 +02001158Remove the specified match rule from the access control list.
1159ETEXI
1160
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001161 {
1162 .name = "acl_reset",
1163 .args_type = "aclname:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001164 .params = "aclname",
1165 .help = "reset the access control list",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -03001166 .mhandler.cmd = do_acl_reset,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001167 },
1168
Jan Kiszka15dfcd42009-06-25 08:22:08 +02001169STEXI
Markus Armbruster0e4aec92010-05-04 13:20:31 +02001170@item acl_reset @var{aclname}
1171@findex acl_reset
Jan Kiszka15dfcd42009-06-25 08:22:08 +02001172Remove all matches from the access control list, and set the default
Blue Swirl23130862009-06-06 08:22:04 +00001173policy back to @code{deny}.
Blue Swirl23130862009-06-06 08:22:04 +00001174ETEXI
1175
Huang Ying79c4f6b2009-06-23 10:05:14 +08001176#if defined(TARGET_I386)
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001177
1178 {
1179 .name = "mce",
Jin Dongming31ce5e02010-12-10 17:21:02 +09001180 .args_type = "broadcast:-b,cpu_index:i,bank:i,status:l,mcg_status:l,addr:l,misc:l",
1181 .params = "[-b] cpu bank status mcgstatus addr misc",
1182 .help = "inject a MCE on the given CPU [and broadcast to other CPUs with -b option]",
Luiz Capitulinoaf4ce882009-10-07 13:41:52 -03001183 .mhandler.cmd = do_inject_mce,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001184 },
1185
Huang Ying79c4f6b2009-06-23 10:05:14 +08001186#endif
1187STEXI
1188@item mce @var{cpu} @var{bank} @var{status} @var{mcgstatus} @var{addr} @var{misc}
Stefan Weil70fcbbe2010-02-05 23:52:04 +01001189@findex mce (x86)
Huang Ying79c4f6b2009-06-23 10:05:14 +08001190Inject an MCE on the given CPU (x86 only).
1191ETEXI
1192
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001193 {
1194 .name = "getfd",
1195 .args_type = "fdname:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001196 .params = "getfd name",
1197 .help = "receive a file descriptor via SCM rights and assign it a name",
Luiz Capitulinof0d60002009-10-16 12:23:50 -03001198 .user_print = monitor_user_noop,
Luiz Capitulino261394d2010-02-10 23:50:02 -02001199 .mhandler.cmd_new = do_getfd,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001200 },
1201
Mark McLoughlinf07918f2009-07-22 09:11:40 +01001202STEXI
1203@item getfd @var{fdname}
Stefan Weil70fcbbe2010-02-05 23:52:04 +01001204@findex getfd
Mark McLoughlinf07918f2009-07-22 09:11:40 +01001205If a file descriptor is passed alongside this command using the SCM_RIGHTS
1206mechanism on unix sockets, it is stored using the name @var{fdname} for
1207later use by other monitor commands.
1208ETEXI
1209
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001210 {
1211 .name = "closefd",
1212 .args_type = "fdname:s",
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001213 .params = "closefd name",
1214 .help = "close a file descriptor previously passed via SCM rights",
Luiz Capitulino18f3a512009-10-16 12:23:51 -03001215 .user_print = monitor_user_noop,
Luiz Capitulino261394d2010-02-10 23:50:02 -02001216 .mhandler.cmd_new = do_closefd,
Luiz Capitulinod7f9b682009-10-07 13:41:50 -03001217 },
1218
Mark McLoughlinf07918f2009-07-22 09:11:40 +01001219STEXI
1220@item closefd @var{fdname}
Stefan Weil70fcbbe2010-02-05 23:52:04 +01001221@findex closefd
Mark McLoughlinf07918f2009-07-22 09:11:40 +01001222Close the file descriptor previously assigned to @var{fdname} using the
1223@code{getfd} command. This is only needed if the file descriptor was never
1224used by another monitor command.
1225ETEXI
1226
Luiz Capitulinoa3a55a22009-12-04 15:24:09 -02001227 {
1228 .name = "block_passwd",
1229 .args_type = "device:B,password:s",
1230 .params = "block_passwd device password",
1231 .help = "set the password of encrypted block devices",
Luiz Capitulinoa4dea8a2011-11-23 13:28:21 -02001232 .mhandler.cmd = hmp_block_passwd,
Luiz Capitulinoa3a55a22009-12-04 15:24:09 -02001233 },
1234
1235STEXI
Zhi Yong Wu727f0052011-11-08 13:00:31 +08001236@item block_set_io_throttle @var{device} @var{bps} @var{bps_rd} @var{bps_wr} @var{iops} @var{iops_rd} @var{iops_wr}
1237@findex block_set_io_throttle
1238Change I/O throttle limits for a block drive to @var{bps} @var{bps_rd} @var{bps_wr} @var{iops} @var{iops_rd} @var{iops_wr}
1239ETEXI
1240
1241 {
1242 .name = "block_set_io_throttle",
1243 .args_type = "device:B,bps:l,bps_rd:l,bps_wr:l,iops:l,iops_rd:l,iops_wr:l",
1244 .params = "device bps bps_rd bps_wr iops iops_rd iops_wr",
1245 .help = "change I/O throttle limits for a block drive",
Luiz Capitulino80047da2011-12-14 16:49:14 -02001246 .mhandler.cmd = hmp_block_set_io_throttle,
Zhi Yong Wu727f0052011-11-08 13:00:31 +08001247 },
1248
1249STEXI
Luiz Capitulinoa3a55a22009-12-04 15:24:09 -02001250@item block_passwd @var{device} @var{password}
Stefan Weil70fcbbe2010-02-05 23:52:04 +01001251@findex block_passwd
Luiz Capitulinoa3a55a22009-12-04 15:24:09 -02001252Set the encrypted device @var{device} password to @var{password}
1253ETEXI
Jan Kiszkab40292e2010-05-31 14:43:31 -03001254
Jan Kiszka33572ec2010-05-31 14:43:30 -03001255 {
Gerd Hoffmann75721502010-10-07 12:22:54 +02001256 .name = "set_password",
1257 .args_type = "protocol:s,password:s,connected:s?",
1258 .params = "protocol password action-if-connected",
1259 .help = "set spice/vnc password",
Luiz Capitulinofbf796f2011-12-07 11:17:51 -02001260 .mhandler.cmd = hmp_set_password,
Gerd Hoffmann75721502010-10-07 12:22:54 +02001261 },
1262
1263STEXI
1264@item set_password [ vnc | spice ] password [ action-if-connected ]
1265@findex set_password
1266
1267Change spice/vnc password. Use zero to make the password stay valid
1268forever. @var{action-if-connected} specifies what should happen in
1269case a connection is established: @var{fail} makes the password change
1270fail. @var{disconnect} changes the password and disconnects the
1271client. @var{keep} changes the password and keeps the connection up.
1272@var{keep} is the default.
1273ETEXI
1274
1275 {
1276 .name = "expire_password",
1277 .args_type = "protocol:s,time:s",
1278 .params = "protocol time",
1279 .help = "set spice/vnc password expire-time",
Luiz Capitulino9ad53722011-12-07 11:47:57 -02001280 .mhandler.cmd = hmp_expire_password,
Gerd Hoffmann75721502010-10-07 12:22:54 +02001281 },
1282
1283STEXI
1284@item expire_password [ vnc | spice ] expire-time
1285@findex expire_password
1286
1287Specify when a password for spice/vnc becomes
1288invalid. @var{expire-time} accepts:
1289
1290@table @var
1291@item now
1292Invalidate password instantly.
1293
1294@item never
1295Password stays valid forever.
1296
1297@item +nsec
1298Password stays valid for @var{nsec} seconds starting now.
1299
1300@item nsec
1301Password is invalidated at the given time. @var{nsec} are the seconds
1302passed since 1970, i.e. unix epoch.
1303
1304@end table
1305ETEXI
1306
1307 {
Jan Kiszka33572ec2010-05-31 14:43:30 -03001308 .name = "info",
1309 .args_type = "item:s?",
1310 .params = "[subcommand]",
1311 .help = "show various information about the system state",
Luiz Capitulino1162daa2010-09-13 12:15:26 -03001312 .mhandler.cmd = do_info,
Jan Kiszka33572ec2010-05-31 14:43:30 -03001313 },
1314
1315STEXI
1316@item info @var{subcommand}
1317@findex info
1318Show various information about the system state.
1319
1320@table @option
1321@item info version
1322show the version of QEMU
Jan Kiszka33572ec2010-05-31 14:43:30 -03001323@item info network
1324show the various VLANs and the associated devices
1325@item info chardev
1326show the character devices
1327@item info block
1328show the block devices
1329@item info blockstats
1330show block device statistics
1331@item info registers
1332show the cpu registers
1333@item info cpus
1334show infos for each CPU
1335@item info history
1336show the command line history
1337@item info irq
1338show the interrupts statistics (if available)
1339@item info pic
1340show i8259 (PIC) state
1341@item info pci
1342show emulated PCI device info
1343@item info tlb
Scott Woodbebabbc2011-08-18 10:38:42 +00001344show virtual to physical memory mappings (i386, SH4, SPARC, and PPC only)
Jan Kiszka33572ec2010-05-31 14:43:30 -03001345@item info mem
1346show the active virtual memory mappings (i386 only)
Jan Kiszka33572ec2010-05-31 14:43:30 -03001347@item info jit
1348show dynamic compiler info
Jan Kiszka33572ec2010-05-31 14:43:30 -03001349@item info numa
1350show NUMA information
Jan Kiszkab40292e2010-05-31 14:43:31 -03001351@item info kvm
1352show KVM information
Jan Kiszka33572ec2010-05-31 14:43:30 -03001353@item info usb
1354show USB devices plugged on the virtual USB hub
1355@item info usbhost
1356show all USB host devices
1357@item info profile
1358show profiling information
1359@item info capture
1360show information about active capturing
1361@item info snapshots
1362show list of VM snapshots
1363@item info status
1364show the current VM status (running|paused)
1365@item info pcmcia
1366show guest PCMCIA status
1367@item info mice
1368show which guest mouse is receiving events
1369@item info vnc
1370show the vnc server status
1371@item info name
1372show the current VM name
1373@item info uuid
1374show the current VM UUID
1375@item info cpustats
1376show CPU statistics
1377@item info usernet
1378show user network stack connection states
1379@item info migrate
1380show migration status
1381@item info balloon
1382show balloon information
1383@item info qtree
1384show device tree
1385@item info qdm
1386show qdev device model list
1387@item info roms
1388show roms
1389@end table
1390ETEXI
1391
Lluís6d8a7642011-08-31 20:30:43 +02001392#ifdef CONFIG_TRACE_SIMPLE
Prerna Saxena22890ab2010-06-24 17:04:53 +05301393STEXI
1394@item info trace
1395show contents of trace buffer
Lluís31965ae2011-08-31 20:31:24 +02001396ETEXI
1397#endif
1398
1399STEXI
Prerna Saxena22890ab2010-06-24 17:04:53 +05301400@item info trace-events
1401show available trace events and their state
1402ETEXI
Prerna Saxena22890ab2010-06-24 17:04:53 +05301403
Blue Swirl23130862009-06-06 08:22:04 +00001404STEXI
1405@end table
1406ETEXI