]> git.proxmox.com Git - qemu.git/blame - qemu-options.hx
hw/9pfs: Use export flag for indicating security model
[qemu.git] / qemu-options.hx
CommitLineData
5824d651
BS
1HXCOMM 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
ad96090a
BS
4HXCOMM DEF(option, HAS_ARG/0, opt_enum, opt_help, arch_mask) is used to
5HXCOMM construct option structures, enums and help message for specified
6HXCOMM architectures.
5824d651
BS
7HXCOMM HXCOMM can be used for comments, discarded from both texi and C
8
9DEFHEADING(Standard options:)
10STEXI
11@table @option
12ETEXI
13
14DEF("help", 0, QEMU_OPTION_h,
ad96090a 15 "-h or -help display this help and exit\n", QEMU_ARCH_ALL)
5824d651
BS
16STEXI
17@item -h
6616b2ad 18@findex -h
5824d651
BS
19Display help and exit
20ETEXI
21
9bd7e6d9 22DEF("version", 0, QEMU_OPTION_version,
ad96090a 23 "-version display version information and exit\n", QEMU_ARCH_ALL)
9bd7e6d9
PB
24STEXI
25@item -version
6616b2ad 26@findex -version
9bd7e6d9
PB
27Display version information and exit
28ETEXI
29
80f52a66
JK
30DEF("machine", HAS_ARG, QEMU_OPTION_machine, \
31 "-machine [type=]name[,prop[=value][,...]]\n"
32 " selects emulated machine (-machine ? for list)\n"
33 " property accel=accel1[:accel2[:...]] selects accelerator\n"
34 " supported accelerators are kvm, xen, tcg (default: tcg)\n",
35 QEMU_ARCH_ALL)
5824d651 36STEXI
80f52a66
JK
37@item -machine [type=]@var{name}[,prop=@var{value}[,...]]
38@findex -machine
39Select the emulated machine by @var{name}. Use @code{-machine ?} to list
40available machines. Supported machine properties are:
41@table @option
42@item accel=@var{accels1}[:@var{accels2}[:...]]
43This is used to enable an accelerator. Depending on the target architecture,
44kvm, xen, or tcg can be available. By default, tcg is used. If there is more
45than one accelerator specified, the next one is used if the previous one fails
46to initialize.
47@end table
5824d651
BS
48ETEXI
49
80f52a66
JK
50HXCOMM Deprecated by -machine
51DEF("M", HAS_ARG, QEMU_OPTION_M, "", QEMU_ARCH_ALL)
52
5824d651 53DEF("cpu", HAS_ARG, QEMU_OPTION_cpu,
ad96090a 54 "-cpu cpu select CPU (-cpu ? for list)\n", QEMU_ARCH_ALL)
5824d651
BS
55STEXI
56@item -cpu @var{model}
6616b2ad 57@findex -cpu
5824d651
BS
58Select CPU model (-cpu ? for list and additional feature selection)
59ETEXI
60
61DEF("smp", HAS_ARG, QEMU_OPTION_smp,
58a04db1 62 "-smp n[,maxcpus=cpus][,cores=cores][,threads=threads][,sockets=sockets]\n"
6be68d7e
JS
63 " set the number of CPUs to 'n' [default=1]\n"
64 " maxcpus= maximum number of total cpus, including\n"
ca1a8a06 65 " offline CPUs for hotplug, etc\n"
58a04db1
AP
66 " cores= number of CPU cores on one socket\n"
67 " threads= number of threads on one CPU core\n"
ad96090a
BS
68 " sockets= number of discrete sockets in the system\n",
69 QEMU_ARCH_ALL)
5824d651 70STEXI
58a04db1 71@item -smp @var{n}[,cores=@var{cores}][,threads=@var{threads}][,sockets=@var{sockets}][,maxcpus=@var{maxcpus}]
6616b2ad 72@findex -smp
5824d651
BS
73Simulate an SMP system with @var{n} CPUs. On the PC target, up to 255
74CPUs are supported. On Sparc32 target, Linux limits the number of usable CPUs
75to 4.
58a04db1
AP
76For the PC target, the number of @var{cores} per socket, the number
77of @var{threads} per cores and the total number of @var{sockets} can be
78specified. Missing values will be computed. If any on the three values is
79given, the total number of CPUs @var{n} can be omitted. @var{maxcpus}
80specifies the maximum number of hotpluggable CPUs.
5824d651
BS
81ETEXI
82
268a362c 83DEF("numa", HAS_ARG, QEMU_OPTION_numa,
ad96090a 84 "-numa node[,mem=size][,cpus=cpu[-cpu]][,nodeid=node]\n", QEMU_ARCH_ALL)
268a362c
AL
85STEXI
86@item -numa @var{opts}
6616b2ad 87@findex -numa
268a362c
AL
88Simulate a multi node NUMA system. If mem and cpus are omitted, resources
89are split equally.
90ETEXI
91
5824d651 92DEF("fda", HAS_ARG, QEMU_OPTION_fda,
ad96090a
BS
93 "-fda/-fdb file use 'file' as floppy disk 0/1 image\n", QEMU_ARCH_ALL)
94DEF("fdb", HAS_ARG, QEMU_OPTION_fdb, "", QEMU_ARCH_ALL)
5824d651
BS
95STEXI
96@item -fda @var{file}
97@item -fdb @var{file}
6616b2ad
SW
98@findex -fda
99@findex -fdb
5824d651
BS
100Use @var{file} as floppy disk 0/1 image (@pxref{disk_images}). You can
101use the host floppy by using @file{/dev/fd0} as filename (@pxref{host_drives}).
102ETEXI
103
104DEF("hda", HAS_ARG, QEMU_OPTION_hda,
ad96090a
BS
105 "-hda/-hdb file use 'file' as IDE hard disk 0/1 image\n", QEMU_ARCH_ALL)
106DEF("hdb", HAS_ARG, QEMU_OPTION_hdb, "", QEMU_ARCH_ALL)
5824d651 107DEF("hdc", HAS_ARG, QEMU_OPTION_hdc,
ad96090a
BS
108 "-hdc/-hdd file use 'file' as IDE hard disk 2/3 image\n", QEMU_ARCH_ALL)
109DEF("hdd", HAS_ARG, QEMU_OPTION_hdd, "", QEMU_ARCH_ALL)
5824d651
BS
110STEXI
111@item -hda @var{file}
112@item -hdb @var{file}
113@item -hdc @var{file}
114@item -hdd @var{file}
6616b2ad
SW
115@findex -hda
116@findex -hdb
117@findex -hdc
118@findex -hdd
5824d651
BS
119Use @var{file} as hard disk 0, 1, 2 or 3 image (@pxref{disk_images}).
120ETEXI
121
122DEF("cdrom", HAS_ARG, QEMU_OPTION_cdrom,
ad96090a
BS
123 "-cdrom file use 'file' as IDE cdrom image (cdrom is ide1 master)\n",
124 QEMU_ARCH_ALL)
5824d651
BS
125STEXI
126@item -cdrom @var{file}
6616b2ad 127@findex -cdrom
5824d651
BS
128Use @var{file} as CD-ROM image (you cannot use @option{-hdc} and
129@option{-cdrom} at the same time). You can use the host CD-ROM by
130using @file{/dev/cdrom} as filename (@pxref{host_drives}).
131ETEXI
132
133DEF("drive", HAS_ARG, QEMU_OPTION_drive,
134 "-drive [file=file][,if=type][,bus=n][,unit=m][,media=d][,index=i]\n"
135 " [,cyls=c,heads=h,secs=s[,trans=t]][,snapshot=on|off]\n"
92196b2f 136 " [,cache=writethrough|writeback|none|directsync|unsafe][,format=f]\n"
016f5cf6
AG
137 " [,serial=s][,addr=A][,id=name][,aio=threads|native]\n"
138 " [,readonly=on|off]\n"
ad96090a 139 " use 'file' as a drive image\n", QEMU_ARCH_ALL)
5824d651
BS
140STEXI
141@item -drive @var{option}[,@var{option}[,@var{option}[,...]]]
6616b2ad 142@findex -drive
5824d651
BS
143
144Define a new drive. Valid options are:
145
b3f046c2 146@table @option
5824d651
BS
147@item file=@var{file}
148This option defines which disk image (@pxref{disk_images}) to use with
149this drive. If the filename contains comma, you must double it
150(for instance, "file=my,,file" to use file "my,file").
151@item if=@var{interface}
152This option defines on which type on interface the drive is connected.
153Available types are: ide, scsi, sd, mtd, floppy, pflash, virtio.
154@item bus=@var{bus},unit=@var{unit}
155These options define where is connected the drive by defining the bus number and
156the unit id.
157@item index=@var{index}
158This option defines where is connected the drive by using an index in the list
159of available connectors of a given interface type.
160@item media=@var{media}
161This option defines the type of the media: disk or cdrom.
162@item cyls=@var{c},heads=@var{h},secs=@var{s}[,trans=@var{t}]
163These options have the same definition as they have in @option{-hdachs}.
164@item snapshot=@var{snapshot}
165@var{snapshot} is "on" or "off" and allows to enable snapshot for given drive (see @option{-snapshot}).
166@item cache=@var{cache}
92196b2f 167@var{cache} is "none", "writeback", "unsafe", "directsync" or "writethrough" and controls how the host cache is used to access block data.
5c6c3a6c
CH
168@item aio=@var{aio}
169@var{aio} is "threads", or "native" and selects between pthread based disk I/O and native Linux AIO.
5824d651
BS
170@item format=@var{format}
171Specify which disk @var{format} will be used rather than detecting
172the format. Can be used to specifiy format=raw to avoid interpreting
173an untrusted format header.
174@item serial=@var{serial}
175This option specifies the serial number to assign to the device.
c2cc47a4
MA
176@item addr=@var{addr}
177Specify the controller's PCI address (if=virtio only).
ae73e591
LC
178@item werror=@var{action},rerror=@var{action}
179Specify which @var{action} to take on write and read errors. Valid actions are:
180"ignore" (ignore the error and try to continue), "stop" (pause QEMU),
181"report" (report the error to the guest), "enospc" (pause QEMU only if the
182host disk is full; report the error to the guest otherwise).
183The default setting is @option{werror=enospc} and @option{rerror=report}.
184@item readonly
185Open drive @option{file} as read-only. Guest write attempts will fail.
5824d651
BS
186@end table
187
188By default, writethrough caching is used for all block device. This means that
189the host page cache will be used to read and write data but write notification
190will be sent to the guest only when the data has been reported as written by
191the storage subsystem.
192
193Writeback caching will report data writes as completed as soon as the data is
194present in the host page cache. This is safe as long as you trust your host.
195If your host crashes or loses power, then the guest may experience data
c3177288 196corruption.
5824d651 197
c304d317 198The host page cache can be avoided entirely with @option{cache=none}. This will
5824d651
BS
199attempt to do disk IO directly to the guests memory. QEMU may still perform
200an internal copy of the data.
201
92196b2f
SH
202The host page cache can be avoided while only sending write notifications to
203the guest when the data has been reported as written by the storage subsystem
204using @option{cache=directsync}.
205
5824d651
BS
206Some block drivers perform badly with @option{cache=writethrough}, most notably,
207qcow2. If performance is more important than correctness,
0aa217e4 208@option{cache=writeback} should be used with qcow2.
5824d651 209
016f5cf6
AG
210In case you don't care about data integrity over host failures, use
211cache=unsafe. This option tells qemu that it never needs to write any data
212to the disk but can instead keeps things in cache. If anything goes wrong,
213like your host losing power, the disk storage getting disconnected accidently,
c3177288
AG
214etc. you're image will most probably be rendered unusable. When using
215the @option{-snapshot} option, unsafe caching is always used.
016f5cf6 216
5824d651
BS
217Instead of @option{-cdrom} you can use:
218@example
219qemu -drive file=file,index=2,media=cdrom
220@end example
221
222Instead of @option{-hda}, @option{-hdb}, @option{-hdc}, @option{-hdd}, you can
223use:
224@example
225qemu -drive file=file,index=0,media=disk
226qemu -drive file=file,index=1,media=disk
227qemu -drive file=file,index=2,media=disk
228qemu -drive file=file,index=3,media=disk
229@end example
230
231You can connect a CDROM to the slave of ide0:
232@example
233qemu -drive file=file,if=ide,index=1,media=cdrom
234@end example
235
236If you don't specify the "file=" argument, you define an empty drive:
237@example
238qemu -drive if=ide,index=1,media=cdrom
239@end example
240
241You can connect a SCSI disk with unit ID 6 on the bus #0:
242@example
243qemu -drive file=file,if=scsi,bus=0,unit=6
244@end example
245
246Instead of @option{-fda}, @option{-fdb}, you can use:
247@example
248qemu -drive file=file,index=0,if=floppy
249qemu -drive file=file,index=1,if=floppy
250@end example
251
252By default, @var{interface} is "ide" and @var{index} is automatically
253incremented:
254@example
255qemu -drive file=a -drive file=b"
256@end example
257is interpreted like:
258@example
259qemu -hda a -hdb b
260@end example
261ETEXI
262
6616b2ad
SW
263DEF("set", HAS_ARG, QEMU_OPTION_set,
264 "-set group.id.arg=value\n"
265 " set <arg> parameter for item <id> of type <group>\n"
ad96090a 266 " i.e. -set drive.$id.file=/path/to/image\n", QEMU_ARCH_ALL)
6616b2ad
SW
267STEXI
268@item -set
269@findex -set
270TODO
271ETEXI
272
273DEF("global", HAS_ARG, QEMU_OPTION_global,
274 "-global driver.property=value\n"
ad96090a
BS
275 " set a global default for a driver property\n",
276 QEMU_ARCH_ALL)
6616b2ad
SW
277STEXI
278@item -global
279@findex -global
280TODO
281ETEXI
282
5824d651 283DEF("mtdblock", HAS_ARG, QEMU_OPTION_mtdblock,
ad96090a
BS
284 "-mtdblock file use 'file' as on-board Flash memory image\n",
285 QEMU_ARCH_ALL)
5824d651 286STEXI
4e257e5e 287@item -mtdblock @var{file}
6616b2ad 288@findex -mtdblock
4e257e5e 289Use @var{file} as on-board Flash memory image.
5824d651
BS
290ETEXI
291
292DEF("sd", HAS_ARG, QEMU_OPTION_sd,
ad96090a 293 "-sd file use 'file' as SecureDigital card image\n", QEMU_ARCH_ALL)
5824d651 294STEXI
4e257e5e 295@item -sd @var{file}
6616b2ad 296@findex -sd
4e257e5e 297Use @var{file} as SecureDigital card image.
5824d651
BS
298ETEXI
299
300DEF("pflash", HAS_ARG, QEMU_OPTION_pflash,
ad96090a 301 "-pflash file use 'file' as a parallel flash image\n", QEMU_ARCH_ALL)
5824d651 302STEXI
4e257e5e 303@item -pflash @var{file}
6616b2ad 304@findex -pflash
4e257e5e 305Use @var{file} as a parallel flash image.
5824d651
BS
306ETEXI
307
308DEF("boot", HAS_ARG, QEMU_OPTION_boot,
2221dde5 309 "-boot [order=drives][,once=drives][,menu=on|off]\n"
3d3b8303 310 " [,splash=sp_name][,splash-time=sp_time]\n"
311 " 'drives': floppy (a), hard disk (c), CD-ROM (d), network (n)\n"
312 " 'sp_name': the file's name that would be passed to bios as logo picture, if menu=on\n"
313 " 'sp_time': the period that splash picture last if menu=on, unit is ms\n",
ad96090a 314 QEMU_ARCH_ALL)
5824d651 315STEXI
3d3b8303 316@item -boot [order=@var{drives}][,once=@var{drives}][,menu=on|off][,splash=@var{sp_name}][,splash-time=@var{sp_time}]
6616b2ad 317@findex -boot
2221dde5
JK
318Specify boot order @var{drives} as a string of drive letters. Valid
319drive letters depend on the target achitecture. The x86 PC uses: a, b
320(floppy 1 and 2), c (first hard disk), d (first CD-ROM), n-p (Etherboot
321from network adapter 1-4), hard disk boot is the default. To apply a
322particular boot order only on the first startup, specify it via
323@option{once}.
324
325Interactive boot menus/prompts can be enabled via @option{menu=on} as far
326as firmware/BIOS supports them. The default is non-interactive boot.
327
3d3b8303 328A splash picture could be passed to bios, enabling user to show it as logo,
329when option splash=@var{sp_name} is given and menu=on, If firmware/BIOS
330supports them. Currently Seabios for X86 system support it.
331limitation: The splash file could be a jpeg file or a BMP file in 24 BPP
332format(true color). The resolution should be supported by the SVGA mode, so
333the recommended is 320x240, 640x480, 800x640.
334
2221dde5
JK
335@example
336# try to boot from network first, then from hard disk
337qemu -boot order=nc
338# boot from CD-ROM first, switch back to default order after reboot
339qemu -boot once=d
3d3b8303 340# boot with a splash picture for 5 seconds.
341qemu -boot menu=on,splash=/root/boot.bmp,splash-time=5000
2221dde5
JK
342@end example
343
344Note: The legacy format '-boot @var{drives}' is still supported but its
345use is discouraged as it may be removed from future versions.
5824d651
BS
346ETEXI
347
348DEF("snapshot", 0, QEMU_OPTION_snapshot,
ad96090a
BS
349 "-snapshot write to temporary files instead of disk image files\n",
350 QEMU_ARCH_ALL)
5824d651
BS
351STEXI
352@item -snapshot
6616b2ad 353@findex -snapshot
5824d651
BS
354Write to temporary files instead of disk image files. In this case,
355the raw disk image you use is not written back. You can however force
356the write back by pressing @key{C-a s} (@pxref{disk_images}).
357ETEXI
358
359DEF("m", HAS_ARG, QEMU_OPTION_m,
bec7c2d4 360 "-m megs set virtual RAM size to megs MB [default="
ad96090a 361 stringify(DEFAULT_RAM_SIZE) "]\n", QEMU_ARCH_ALL)
5824d651
BS
362STEXI
363@item -m @var{megs}
6616b2ad 364@findex -m
5824d651
BS
365Set virtual RAM size to @var{megs} megabytes. Default is 128 MiB. Optionally,
366a suffix of ``M'' or ``G'' can be used to signify a value in megabytes or
367gigabytes respectively.
368ETEXI
369
c902760f 370DEF("mem-path", HAS_ARG, QEMU_OPTION_mempath,
ad96090a 371 "-mem-path FILE provide backing storage for guest RAM\n", QEMU_ARCH_ALL)
c902760f
MT
372STEXI
373@item -mem-path @var{path}
374Allocate guest RAM from a temporarily created file in @var{path}.
375ETEXI
376
377#ifdef MAP_POPULATE
378DEF("mem-prealloc", 0, QEMU_OPTION_mem_prealloc,
ad96090a
BS
379 "-mem-prealloc preallocate guest memory (use with -mem-path)\n",
380 QEMU_ARCH_ALL)
c902760f
MT
381STEXI
382@item -mem-prealloc
383Preallocate memory when using -mem-path.
384ETEXI
385#endif
386
5824d651 387DEF("k", HAS_ARG, QEMU_OPTION_k,
ad96090a
BS
388 "-k language use keyboard layout (for example 'fr' for French)\n",
389 QEMU_ARCH_ALL)
5824d651
BS
390STEXI
391@item -k @var{language}
6616b2ad 392@findex -k
5824d651
BS
393Use keyboard layout @var{language} (for example @code{fr} for
394French). This option is only needed where it is not easy to get raw PC
395keycodes (e.g. on Macs, with some X11 servers or with a VNC
396display). You don't normally need to use it on PC/Linux or PC/Windows
397hosts.
398
399The available layouts are:
400@example
401ar de-ch es fo fr-ca hu ja mk no pt-br sv
402da en-gb et fr fr-ch is lt nl pl ru th
403de en-us fi fr-be hr it lv nl-be pt sl tr
404@end example
405
406The default is @code{en-us}.
407ETEXI
408
409
5824d651 410DEF("audio-help", 0, QEMU_OPTION_audio_help,
ad96090a
BS
411 "-audio-help print list of audio drivers and their options\n",
412 QEMU_ARCH_ALL)
5824d651
BS
413STEXI
414@item -audio-help
6616b2ad 415@findex -audio-help
5824d651
BS
416Will show the audio subsystem help: list of drivers, tunable
417parameters.
418ETEXI
419
5824d651
BS
420DEF("soundhw", HAS_ARG, QEMU_OPTION_soundhw,
421 "-soundhw c1,... enable audio support\n"
422 " and only specified sound cards (comma separated list)\n"
423 " use -soundhw ? to get the list of supported cards\n"
ad96090a 424 " use -soundhw all to enable all of them\n", QEMU_ARCH_ALL)
5824d651
BS
425STEXI
426@item -soundhw @var{card1}[,@var{card2},...] or -soundhw all
6616b2ad 427@findex -soundhw
5824d651
BS
428Enable audio and selected sound hardware. Use ? to print all
429available sound hardware.
430
431@example
432qemu -soundhw sb16,adlib disk.img
433qemu -soundhw es1370 disk.img
434qemu -soundhw ac97 disk.img
7d72e762 435qemu -soundhw hda disk.img
5824d651
BS
436qemu -soundhw all disk.img
437qemu -soundhw ?
438@end example
439
440Note that Linux's i810_audio OSS kernel (for AC97) module might
441require manually specifying clocking.
442
443@example
444modprobe i810_audio clocking=48000
445@end example
446ETEXI
447
448STEXI
449@end table
450ETEXI
451
452DEF("usb", 0, QEMU_OPTION_usb,
ad96090a
BS
453 "-usb enable the USB driver (will be the default soon)\n",
454 QEMU_ARCH_ALL)
5824d651
BS
455STEXI
456USB options:
457@table @option
458
459@item -usb
6616b2ad 460@findex -usb
5824d651
BS
461Enable the USB driver (will be the default soon)
462ETEXI
463
464DEF("usbdevice", HAS_ARG, QEMU_OPTION_usbdevice,
ad96090a
BS
465 "-usbdevice name add the host or guest USB device 'name'\n",
466 QEMU_ARCH_ALL)
5824d651
BS
467STEXI
468
469@item -usbdevice @var{devname}
6616b2ad 470@findex -usbdevice
5824d651
BS
471Add the USB device @var{devname}. @xref{usb_devices}.
472
b3f046c2 473@table @option
5824d651
BS
474
475@item mouse
476Virtual Mouse. This will override the PS/2 mouse emulation when activated.
477
478@item tablet
479Pointer device that uses absolute coordinates (like a touchscreen). This
480means qemu is able to report the mouse position without having to grab the
481mouse. Also overrides the PS/2 mouse emulation when activated.
482
4e257e5e 483@item disk:[format=@var{format}]:@var{file}
5824d651
BS
484Mass storage device based on file. The optional @var{format} argument
485will be used rather than detecting the format. Can be used to specifiy
4e257e5e 486@code{format=raw} to avoid interpreting an untrusted format header.
5824d651 487
4e257e5e
KW
488@item host:@var{bus}.@var{addr}
489Pass through the host device identified by @var{bus}.@var{addr} (Linux only).
5824d651 490
4e257e5e
KW
491@item host:@var{vendor_id}:@var{product_id}
492Pass through the host device identified by @var{vendor_id}:@var{product_id}
493(Linux only).
5824d651
BS
494
495@item serial:[vendorid=@var{vendor_id}][,productid=@var{product_id}]:@var{dev}
496Serial converter to host character device @var{dev}, see @code{-serial} for the
497available devices.
498
499@item braille
500Braille device. This will use BrlAPI to display the braille output on a real
501or fake device.
502
4e257e5e 503@item net:@var{options}
5824d651
BS
504Network adapter that supports CDC ethernet and RNDIS protocols.
505
506@end table
507ETEXI
508
bd3c948d 509DEF("device", HAS_ARG, QEMU_OPTION_device,
40ea285c
MA
510 "-device driver[,prop[=value][,...]]\n"
511 " add device (based on driver)\n"
512 " prop=value,... sets driver properties\n"
69a319d1 513 " use -device ? to print all possible drivers\n"
9848bbf1 514 " use -device driver,? to print all possible properties\n",
ad96090a 515 QEMU_ARCH_ALL)
3dbf2c7f 516STEXI
9848bbf1 517@item -device @var{driver}[,@var{prop}[=@var{value}][,...]]
6616b2ad 518@findex -device
9848bbf1
MA
519Add device @var{driver}. @var{prop}=@var{value} sets driver
520properties. Valid properties depend on the driver. To get help on
521possible drivers and properties, use @code{-device ?} and
522@code{-device @var{driver},?}.
3dbf2c7f
SW
523ETEXI
524
7c92a3d2
AK
525DEFHEADING()
526
74db920c
GS
527DEFHEADING(File system options:)
528
529DEF("fsdev", HAS_ARG, QEMU_OPTION_fsdev,
7c92a3d2 530 "-fsdev fsdriver,id=id,path=path,security_model=[mapped|passthrough|none]\n"
d3ab98e6 531 " [,writeout=immediate]\n",
74db920c
GS
532 QEMU_ARCH_ALL)
533
534STEXI
535
7c92a3d2 536@item -fsdev @var{fsdriver},id=@var{id},path=@var{path},security_model=@var{security_model}[,writeout=@var{writeout}]
74db920c 537@findex -fsdev
7c92a3d2
AK
538Define a new file system device. Valid options are:
539@table @option
540@item @var{fsdriver}
541This option specifies the fs driver backend to use.
542Currently "local" and "handle" file system drivers are supported.
543@item id=@var{id}
544Specifies identifier for this device
545@item path=@var{path}
546Specifies the export path for the file system device. Files under
547this path will be available to the 9p client on the guest.
548@item security_model=@var{security_model}
549Specifies the security model to be used for this export path.
550Supported security models are "passthrough", "mapped" and "none".
551In "passthrough" security model, files are stored using the same
552credentials as they are created on the guest. This requires qemu
553to run as root. In "mapped" security model, some of the file
554attributes like uid, gid, mode bits and link target are stored as
555file attributes. Directories exported by this security model cannot
556interact with other unix tools. "none" security model is same as
557passthrough except the sever won't report failures if it fails to
558set file attributes like ownership.
559@item writeout=@var{writeout}
560This is an optional argument. The only supported value is "immediate".
561This means that host page cache will be used to read and write data but
562write notification will be sent to the guest only when the data has been
563reported as written by the storage subsystem.
564@end table
d3ab98e6 565
7c92a3d2
AK
566-fsdev option is used along with -device driver "virtio-9p-pci".
567@item -device virtio-9p-pci,fsdev=@var{id},mount_tag=@var{mount_tag}
568Options for virtio-9p-pci driver are:
569@table @option
570@item fsdev=@var{id}
571Specifies the id value specified along with -fsdev option
572@item mount_tag=@var{mount_tag}
573Specifies the tag name to be used by the guest to mount this export point
74db920c 574@end table
7c92a3d2 575
74db920c 576ETEXI
74db920c 577
7c92a3d2
AK
578DEFHEADING()
579
3d54abc7
GS
580DEFHEADING(Virtual File system pass-through options:)
581
582DEF("virtfs", HAS_ARG, QEMU_OPTION_virtfs,
d3ab98e6
AK
583 "-virtfs local,path=path,mount_tag=tag,security_model=[mapped|passthrough|none]\n"
584 " [,writeout=immediate]\n",
3d54abc7
GS
585 QEMU_ARCH_ALL)
586
587STEXI
588
7c92a3d2 589@item -virtfs @var{fsdriver},path=@var{path},mount_tag=@var{mount_tag},security_model=@var{security_model}[,writeout=@var{writeout}]
3d54abc7 590@findex -virtfs
d3ab98e6 591
7c92a3d2
AK
592The general form of a Virtual File system pass-through options are:
593@table @option
594@item @var{fsdriver}
595This option specifies the fs driver backend to use.
596Currently "local" and "handle" file system drivers are supported.
597@item id=@var{id}
598Specifies identifier for this device
599@item path=@var{path}
600Specifies the export path for the file system device. Files under
601this path will be available to the 9p client on the guest.
602@item security_model=@var{security_model}
603Specifies the security model to be used for this export path.
604Supported security models are "passthrough", "mapped" and "none".
605In "passthrough" security model, files are stored using the same
606credentials as they are created on the guest. This requires qemu
607to run as root. In "mapped" security model, some of the file
608attributes like uid, gid, mode bits and link target are stored as
609file attributes. Directories exported by this security model cannot
610interact with other unix tools. "none" security model is same as
611passthrough except the sever won't report failures if it fails to
612set file attributes like ownership.
613@item writeout=@var{writeout}
614This is an optional argument. The only supported value is "immediate".
615This means that host page cache will be used to read and write data but
616write notification will be sent to the guest only when the data has been
617reported as written by the storage subsystem.
3d54abc7
GS
618@end table
619ETEXI
3d54abc7 620
74db920c
GS
621DEFHEADING()
622
5824d651 623DEF("name", HAS_ARG, QEMU_OPTION_name,
ca1a8a06
BR
624 "-name string1[,process=string2]\n"
625 " set the name of the guest\n"
ad96090a
BS
626 " string1 sets the window title and string2 the process name (on Linux)\n",
627 QEMU_ARCH_ALL)
5824d651
BS
628STEXI
629@item -name @var{name}
6616b2ad 630@findex -name
5824d651
BS
631Sets the @var{name} of the guest.
632This name will be displayed in the SDL window caption.
633The @var{name} will also be used for the VNC server.
1889465a 634Also optionally set the top visible process name in Linux.
5824d651
BS
635ETEXI
636
637DEF("uuid", HAS_ARG, QEMU_OPTION_uuid,
e8105ebb 638 "-uuid %08x-%04x-%04x-%04x-%012x\n"
ad96090a 639 " specify machine UUID\n", QEMU_ARCH_ALL)
5824d651
BS
640STEXI
641@item -uuid @var{uuid}
6616b2ad 642@findex -uuid
5824d651
BS
643Set system UUID.
644ETEXI
645
646STEXI
647@end table
648ETEXI
649
650DEFHEADING()
651
652DEFHEADING(Display options:)
653
654STEXI
655@table @option
656ETEXI
657
1472a95b
JS
658DEF("display", HAS_ARG, QEMU_OPTION_display,
659 "-display sdl[,frame=on|off][,alt_grab=on|off][,ctrl_grab=on|off]\n"
3264ff12
JS
660 " [,window_close=on|off]|curses|none|\n"
661 " vnc=<display>[,<optargs>]\n"
1472a95b
JS
662 " select display type\n", QEMU_ARCH_ALL)
663STEXI
664@item -display @var{type}
665@findex -display
666Select type of display to use. This option is a replacement for the
667old style -sdl/-curses/... options. Valid values for @var{type} are
668@table @option
669@item sdl
670Display video output via SDL (usually in a separate graphics
671window; see the SDL documentation for other possibilities).
672@item curses
673Display video output via curses. For graphics device models which
674support a text mode, QEMU can display this output using a
675curses/ncurses interface. Nothing is displayed when the graphics
676device is in graphical mode or if the graphics device does not support
677a text mode. Generally only the VGA device models support text mode.
4171d32e
JS
678@item none
679Do not display video output. The guest will still see an emulated
680graphics card, but its output will not be displayed to the QEMU
681user. This option differs from the -nographic option in that it
682only affects what is done with video output; -nographic also changes
683the destination of the serial and parallel port data.
3264ff12
JS
684@item vnc
685Start a VNC server on display <arg>
1472a95b
JS
686@end table
687ETEXI
688
5824d651 689DEF("nographic", 0, QEMU_OPTION_nographic,
ad96090a
BS
690 "-nographic disable graphical output and redirect serial I/Os to console\n",
691 QEMU_ARCH_ALL)
5824d651
BS
692STEXI
693@item -nographic
6616b2ad 694@findex -nographic
5824d651
BS
695Normally, QEMU uses SDL to display the VGA output. With this option,
696you can totally disable graphical output so that QEMU is a simple
697command line application. The emulated serial port is redirected on
698the console. Therefore, you can still use QEMU to debug a Linux kernel
699with a serial console.
700ETEXI
701
5824d651 702DEF("curses", 0, QEMU_OPTION_curses,
ad96090a
BS
703 "-curses use a curses/ncurses interface instead of SDL\n",
704 QEMU_ARCH_ALL)
5824d651
BS
705STEXI
706@item -curses
6616b2ad 707@findex curses
5824d651
BS
708Normally, QEMU uses SDL to display the VGA output. With this option,
709QEMU can display the VGA output when in text mode using a
710curses/ncurses interface. Nothing is displayed in graphical mode.
711ETEXI
712
5824d651 713DEF("no-frame", 0, QEMU_OPTION_no_frame,
ad96090a
BS
714 "-no-frame open SDL window without a frame and window decorations\n",
715 QEMU_ARCH_ALL)
5824d651
BS
716STEXI
717@item -no-frame
6616b2ad 718@findex -no-frame
5824d651
BS
719Do not use decorations for SDL windows and start them using the whole
720available screen space. This makes the using QEMU in a dedicated desktop
721workspace more convenient.
722ETEXI
723
5824d651 724DEF("alt-grab", 0, QEMU_OPTION_alt_grab,
ad96090a
BS
725 "-alt-grab use Ctrl-Alt-Shift to grab mouse (instead of Ctrl-Alt)\n",
726 QEMU_ARCH_ALL)
5824d651
BS
727STEXI
728@item -alt-grab
6616b2ad 729@findex -alt-grab
de1db2a1
BH
730Use Ctrl-Alt-Shift to grab mouse (instead of Ctrl-Alt). Note that this also
731affects the special keys (for fullscreen, monitor-mode switching, etc).
5824d651
BS
732ETEXI
733
0ca9f8a4 734DEF("ctrl-grab", 0, QEMU_OPTION_ctrl_grab,
ad96090a
BS
735 "-ctrl-grab use Right-Ctrl to grab mouse (instead of Ctrl-Alt)\n",
736 QEMU_ARCH_ALL)
0ca9f8a4
DK
737STEXI
738@item -ctrl-grab
6616b2ad 739@findex -ctrl-grab
de1db2a1
BH
740Use Right-Ctrl to grab mouse (instead of Ctrl-Alt). Note that this also
741affects the special keys (for fullscreen, monitor-mode switching, etc).
0ca9f8a4
DK
742ETEXI
743
5824d651 744DEF("no-quit", 0, QEMU_OPTION_no_quit,
ad96090a 745 "-no-quit disable SDL window close capability\n", QEMU_ARCH_ALL)
5824d651
BS
746STEXI
747@item -no-quit
6616b2ad 748@findex -no-quit
5824d651
BS
749Disable SDL window close capability.
750ETEXI
751
5824d651 752DEF("sdl", 0, QEMU_OPTION_sdl,
ad96090a 753 "-sdl enable SDL\n", QEMU_ARCH_ALL)
5824d651
BS
754STEXI
755@item -sdl
6616b2ad 756@findex -sdl
5824d651
BS
757Enable SDL.
758ETEXI
759
29b0040b
GH
760DEF("spice", HAS_ARG, QEMU_OPTION_spice,
761 "-spice <args> enable spice\n", QEMU_ARCH_ALL)
762STEXI
763@item -spice @var{option}[,@var{option}[,...]]
764@findex -spice
765Enable the spice remote desktop protocol. Valid options are
766
767@table @option
768
769@item port=<nr>
c448e855 770Set the TCP port spice is listening on for plaintext channels.
29b0040b 771
333b0eeb
GH
772@item addr=<addr>
773Set the IP address spice is listening on. Default is any address.
774
775@item ipv4
776@item ipv6
777Force using the specified IP version.
778
29b0040b
GH
779@item password=<secret>
780Set the password you need to authenticate.
781
48b3ed0a
MAL
782@item sasl
783Require that the client use SASL to authenticate with the spice.
784The exact choice of authentication method used is controlled from the
785system / user's SASL configuration file for the 'qemu' service. This
786is typically found in /etc/sasl2/qemu.conf. If running QEMU as an
787unprivileged user, an environment variable SASL_CONF_PATH can be used
788to make it search alternate locations for the service config.
789While some SASL auth methods can also provide data encryption (eg GSSAPI),
790it is recommended that SASL always be combined with the 'tls' and
791'x509' settings to enable use of SSL and server certificates. This
792ensures a data encryption preventing compromise of authentication
793credentials.
794
29b0040b
GH
795@item disable-ticketing
796Allow client connects without authentication.
797
d4970b07
HG
798@item disable-copy-paste
799Disable copy paste between the client and the guest.
800
c448e855
GH
801@item tls-port=<nr>
802Set the TCP port spice is listening on for encrypted channels.
803
804@item x509-dir=<dir>
805Set the x509 file directory. Expects same filenames as -vnc $display,x509=$dir
806
807@item x509-key-file=<file>
808@item x509-key-password=<file>
809@item x509-cert-file=<file>
810@item x509-cacert-file=<file>
811@item x509-dh-key-file=<file>
812The x509 file names can also be configured individually.
813
814@item tls-ciphers=<list>
815Specify which ciphers to use.
816
17b6dea0
GH
817@item tls-channel=[main|display|inputs|record|playback|tunnel]
818@item plaintext-channel=[main|display|inputs|record|playback|tunnel]
819Force specific channel to be used with or without TLS encryption. The
820options can be specified multiple times to configure multiple
821channels. The special name "default" can be used to set the default
822mode. For channels which are not explicitly forced into one mode the
823spice client is allowed to pick tls/plaintext as he pleases.
824
9f04e09e
YH
825@item image-compression=[auto_glz|auto_lz|quic|glz|lz|off]
826Configure image compression (lossless).
827Default is auto_glz.
828
829@item jpeg-wan-compression=[auto|never|always]
830@item zlib-glz-wan-compression=[auto|never|always]
831Configure wan image compression (lossy for slow links).
832Default is auto.
833
84a23f25
GH
834@item streaming-video=[off|all|filter]
835Configure video stream detection. Default is filter.
836
837@item agent-mouse=[on|off]
838Enable/disable passing mouse events via vdagent. Default is on.
839
840@item playback-compression=[on|off]
841Enable/disable audio stream compression (using celt 0.5.1). Default is on.
842
29b0040b
GH
843@end table
844ETEXI
845
5824d651 846DEF("portrait", 0, QEMU_OPTION_portrait,
ad96090a
BS
847 "-portrait rotate graphical output 90 deg left (only PXA LCD)\n",
848 QEMU_ARCH_ALL)
5824d651
BS
849STEXI
850@item -portrait
6616b2ad 851@findex -portrait
5824d651
BS
852Rotate graphical output 90 deg left (only PXA LCD).
853ETEXI
854
9312805d
VK
855DEF("rotate", HAS_ARG, QEMU_OPTION_rotate,
856 "-rotate <deg> rotate graphical output some deg left (only PXA LCD)\n",
857 QEMU_ARCH_ALL)
858STEXI
859@item -rotate
860@findex -rotate
861Rotate graphical output some deg left (only PXA LCD).
862ETEXI
863
5824d651 864DEF("vga", HAS_ARG, QEMU_OPTION_vga,
a19cbfb3 865 "-vga [std|cirrus|vmware|qxl|xenfb|none]\n"
ad96090a 866 " select video card type\n", QEMU_ARCH_ALL)
5824d651
BS
867STEXI
868@item -vga @var{type}
6616b2ad 869@findex -vga
5824d651 870Select type of VGA card to emulate. Valid values for @var{type} are
b3f046c2 871@table @option
5824d651
BS
872@item cirrus
873Cirrus Logic GD5446 Video card. All Windows versions starting from
874Windows 95 should recognize and use this graphic card. For optimal
875performances, use 16 bit color depth in the guest and the host OS.
876(This one is the default)
877@item std
878Standard VGA card with Bochs VBE extensions. If your guest OS
879supports the VESA 2.0 VBE extensions (e.g. Windows XP) and if you want
880to use high resolution modes (>= 1280x1024x16) then you should use
881this option.
882@item vmware
883VMWare SVGA-II compatible adapter. Use it if you have sufficiently
884recent XFree86/XOrg server or Windows guest with a driver for this
885card.
a19cbfb3
GH
886@item qxl
887QXL paravirtual graphic card. It is VGA compatible (including VESA
8882.0 VBE support). Works best with qxl guest drivers installed though.
889Recommended choice when using the spice protocol.
5824d651
BS
890@item none
891Disable VGA card.
892@end table
893ETEXI
894
895DEF("full-screen", 0, QEMU_OPTION_full_screen,
ad96090a 896 "-full-screen start in full screen\n", QEMU_ARCH_ALL)
5824d651
BS
897STEXI
898@item -full-screen
6616b2ad 899@findex -full-screen
5824d651
BS
900Start in full screen.
901ETEXI
902
5824d651 903DEF("g", 1, QEMU_OPTION_g ,
ad96090a
BS
904 "-g WxH[xDEPTH] Set the initial graphical resolution and depth\n",
905 QEMU_ARCH_PPC | QEMU_ARCH_SPARC)
5824d651 906STEXI
95d5f08b 907@item -g @var{width}x@var{height}[x@var{depth}]
6616b2ad 908@findex -g
95d5f08b 909Set the initial graphical resolution and depth (PPC, SPARC only).
5824d651
BS
910ETEXI
911
912DEF("vnc", HAS_ARG, QEMU_OPTION_vnc ,
ad96090a 913 "-vnc display start a VNC server on display\n", QEMU_ARCH_ALL)
5824d651
BS
914STEXI
915@item -vnc @var{display}[,@var{option}[,@var{option}[,...]]]
6616b2ad 916@findex -vnc
5824d651
BS
917Normally, QEMU uses SDL to display the VGA output. With this option,
918you can have QEMU listen on VNC display @var{display} and redirect the VGA
919display over the VNC session. It is very useful to enable the usb
920tablet device when using this option (option @option{-usbdevice
921tablet}). When using the VNC display, you must use the @option{-k}
922parameter to set the keyboard layout if you are not using en-us. Valid
923syntax for the @var{display} is
924
b3f046c2 925@table @option
5824d651
BS
926
927@item @var{host}:@var{d}
928
929TCP connections will only be allowed from @var{host} on display @var{d}.
930By convention the TCP port is 5900+@var{d}. Optionally, @var{host} can
931be omitted in which case the server will accept connections from any host.
932
4e257e5e 933@item unix:@var{path}
5824d651
BS
934
935Connections will be allowed over UNIX domain sockets where @var{path} is the
936location of a unix socket to listen for connections on.
937
938@item none
939
940VNC is initialized but not started. The monitor @code{change} command
941can be used to later start the VNC server.
942
943@end table
944
945Following the @var{display} value there may be one or more @var{option} flags
946separated by commas. Valid options are
947
b3f046c2 948@table @option
5824d651
BS
949
950@item reverse
951
952Connect to a listening VNC client via a ``reverse'' connection. The
953client is specified by the @var{display}. For reverse network
954connections (@var{host}:@var{d},@code{reverse}), the @var{d} argument
955is a TCP port number, not a display number.
956
957@item password
958
959Require that password based authentication is used for client connections.
960The password must be set separately using the @code{change} command in the
961@ref{pcsys_monitor}
962
963@item tls
964
965Require that client use TLS when communicating with the VNC server. This
966uses anonymous TLS credentials so is susceptible to a man-in-the-middle
967attack. It is recommended that this option be combined with either the
4e257e5e 968@option{x509} or @option{x509verify} options.
5824d651
BS
969
970@item x509=@var{/path/to/certificate/dir}
971
972Valid if @option{tls} is specified. Require that x509 credentials are used
973for negotiating the TLS session. The server will send its x509 certificate
974to the client. It is recommended that a password be set on the VNC server
975to provide authentication of the client when this is used. The path following
976this option specifies where the x509 certificates are to be loaded from.
977See the @ref{vnc_security} section for details on generating certificates.
978
979@item x509verify=@var{/path/to/certificate/dir}
980
981Valid if @option{tls} is specified. Require that x509 credentials are used
982for negotiating the TLS session. The server will send its x509 certificate
983to the client, and request that the client send its own x509 certificate.
984The server will validate the client's certificate against the CA certificate,
985and reject clients when validation fails. If the certificate authority is
986trusted, this is a sufficient authentication mechanism. You may still wish
987to set a password on the VNC server as a second authentication layer. The
988path following this option specifies where the x509 certificates are to
989be loaded from. See the @ref{vnc_security} section for details on generating
990certificates.
991
992@item sasl
993
994Require that the client use SASL to authenticate with the VNC server.
995The exact choice of authentication method used is controlled from the
996system / user's SASL configuration file for the 'qemu' service. This
997is typically found in /etc/sasl2/qemu.conf. If running QEMU as an
998unprivileged user, an environment variable SASL_CONF_PATH can be used
999to make it search alternate locations for the service config.
1000While some SASL auth methods can also provide data encryption (eg GSSAPI),
1001it is recommended that SASL always be combined with the 'tls' and
1002'x509' settings to enable use of SSL and server certificates. This
1003ensures a data encryption preventing compromise of authentication
1004credentials. See the @ref{vnc_security} section for details on using
1005SASL authentication.
1006
1007@item acl
1008
1009Turn on access control lists for checking of the x509 client certificate
1010and SASL party. For x509 certs, the ACL check is made against the
1011certificate's distinguished name. This is something that looks like
1012@code{C=GB,O=ACME,L=Boston,CN=bob}. For SASL party, the ACL check is
1013made against the username, which depending on the SASL plugin, may
1014include a realm component, eg @code{bob} or @code{bob@@EXAMPLE.COM}.
1015When the @option{acl} flag is set, the initial access list will be
1016empty, with a @code{deny} policy. Thus no one will be allowed to
1017use the VNC server until the ACLs have been loaded. This can be
1018achieved using the @code{acl} monitor command.
1019
6f9c78c1
CC
1020@item lossy
1021
1022Enable lossy compression methods (gradient, JPEG, ...). If this
1023option is set, VNC client may receive lossy framebuffer updates
1024depending on its encoding settings. Enabling this option can save
1025a lot of bandwidth at the expense of quality.
1026
80e0c8c3
CC
1027@item non-adaptive
1028
1029Disable adaptive encodings. Adaptive encodings are enabled by default.
1030An adaptive encoding will try to detect frequently updated screen regions,
1031and send updates in these regions using a lossy encoding (like JPEG).
61cc8701
SW
1032This can be really helpful to save bandwidth when playing videos. Disabling
1033adaptive encodings allows to restore the original static behavior of encodings
80e0c8c3
CC
1034like Tight.
1035
5824d651
BS
1036@end table
1037ETEXI
1038
1039STEXI
1040@end table
1041ETEXI
1042
1043DEFHEADING()
1044
5824d651 1045DEFHEADING(i386 target only:)
5824d651
BS
1046STEXI
1047@table @option
1048ETEXI
1049
5824d651 1050DEF("win2k-hack", 0, QEMU_OPTION_win2k_hack,
ad96090a
BS
1051 "-win2k-hack use it when installing Windows 2000 to avoid a disk full bug\n",
1052 QEMU_ARCH_I386)
5824d651
BS
1053STEXI
1054@item -win2k-hack
6616b2ad 1055@findex -win2k-hack
5824d651
BS
1056Use it when installing Windows 2000 to avoid a disk full bug. After
1057Windows 2000 is installed, you no longer need this option (this option
1058slows down the IDE transfers).
1059ETEXI
1060
1ed2fc1f 1061HXCOMM Deprecated by -rtc
ad96090a 1062DEF("rtc-td-hack", 0, QEMU_OPTION_rtc_td_hack, "", QEMU_ARCH_I386)
5824d651 1063
5824d651 1064DEF("no-fd-bootchk", 0, QEMU_OPTION_no_fd_bootchk,
ad96090a
BS
1065 "-no-fd-bootchk disable boot signature checking for floppy disks\n",
1066 QEMU_ARCH_I386)
5824d651
BS
1067STEXI
1068@item -no-fd-bootchk
6616b2ad 1069@findex -no-fd-bootchk
5824d651
BS
1070Disable boot signature checking for floppy disks in Bochs BIOS. It may
1071be needed to boot from old floppy disks.
6616b2ad 1072TODO: check reference to Bochs BIOS.
5824d651
BS
1073ETEXI
1074
5824d651 1075DEF("no-acpi", 0, QEMU_OPTION_no_acpi,
ad96090a 1076 "-no-acpi disable ACPI\n", QEMU_ARCH_I386)
5824d651
BS
1077STEXI
1078@item -no-acpi
6616b2ad 1079@findex -no-acpi
5824d651
BS
1080Disable ACPI (Advanced Configuration and Power Interface) support. Use
1081it if your guest OS complains about ACPI problems (PC target machine
1082only).
1083ETEXI
1084
5824d651 1085DEF("no-hpet", 0, QEMU_OPTION_no_hpet,
ad96090a 1086 "-no-hpet disable HPET\n", QEMU_ARCH_I386)
5824d651
BS
1087STEXI
1088@item -no-hpet
6616b2ad 1089@findex -no-hpet
5824d651
BS
1090Disable HPET support.
1091ETEXI
1092
7d4c3d53
MA
1093DEF("balloon", HAS_ARG, QEMU_OPTION_balloon,
1094 "-balloon none disable balloon device\n"
1095 "-balloon virtio[,addr=str]\n"
ad96090a 1096 " enable virtio balloon device (default)\n", QEMU_ARCH_ALL)
df97b920 1097STEXI
7d4c3d53 1098@item -balloon none
6616b2ad 1099@findex -balloon
7d4c3d53
MA
1100Disable balloon device.
1101@item -balloon virtio[,addr=@var{addr}]
1102Enable virtio balloon device (default), optionally with PCI address
1103@var{addr}.
df97b920
EH
1104ETEXI
1105
5824d651 1106DEF("acpitable", HAS_ARG, QEMU_OPTION_acpitable,
104bf02e 1107 "-acpitable [sig=str][,rev=n][,oem_id=str][,oem_table_id=str][,oem_rev=n][,asl_compiler_id=str][,asl_compiler_rev=n][,{data|file}=file1[:file2]...]\n"
ad96090a 1108 " ACPI table description\n", QEMU_ARCH_I386)
5824d651
BS
1109STEXI
1110@item -acpitable [sig=@var{str}][,rev=@var{n}][,oem_id=@var{str}][,oem_table_id=@var{str}][,oem_rev=@var{n}] [,asl_compiler_id=@var{str}][,asl_compiler_rev=@var{n}][,data=@var{file1}[:@var{file2}]...]
6616b2ad 1111@findex -acpitable
5824d651 1112Add ACPI table with specified header fields and context from specified files.
104bf02e
MT
1113For file=, take whole ACPI table from the specified files, including all
1114ACPI headers (possible overridden by other options).
1115For data=, only data
1116portion of the table is used, all header information is specified in the
1117command line.
5824d651
BS
1118ETEXI
1119
b6f6e3d3
AL
1120DEF("smbios", HAS_ARG, QEMU_OPTION_smbios,
1121 "-smbios file=binary\n"
ca1a8a06 1122 " load SMBIOS entry from binary file\n"
e8105ebb 1123 "-smbios type=0[,vendor=str][,version=str][,date=str][,release=%d.%d]\n"
ca1a8a06 1124 " specify SMBIOS type 0 fields\n"
b6f6e3d3
AL
1125 "-smbios type=1[,manufacturer=str][,product=str][,version=str][,serial=str]\n"
1126 " [,uuid=uuid][,sku=str][,family=str]\n"
ad96090a 1127 " specify SMBIOS type 1 fields\n", QEMU_ARCH_I386)
b6f6e3d3
AL
1128STEXI
1129@item -smbios file=@var{binary}
6616b2ad 1130@findex -smbios
b6f6e3d3
AL
1131Load SMBIOS entry from binary file.
1132
1133@item -smbios type=0[,vendor=@var{str}][,version=@var{str}][,date=@var{str}][,release=@var{%d.%d}]
6616b2ad 1134@findex -smbios
b6f6e3d3
AL
1135Specify SMBIOS type 0 fields
1136
609c1dac 1137@item -smbios type=1[,manufacturer=@var{str}][,product=@var{str}] [,version=@var{str}][,serial=@var{str}][,uuid=@var{uuid}][,sku=@var{str}] [,family=@var{str}]
b6f6e3d3
AL
1138Specify SMBIOS type 1 fields
1139ETEXI
1140
5824d651 1141DEFHEADING()
5824d651
BS
1142STEXI
1143@end table
1144ETEXI
1145
1146DEFHEADING(Network options:)
1147STEXI
1148@table @option
1149ETEXI
1150
ad196a9d
JK
1151HXCOMM Legacy slirp options (now moved to -net user):
1152#ifdef CONFIG_SLIRP
ad96090a
BS
1153DEF("tftp", HAS_ARG, QEMU_OPTION_tftp, "", QEMU_ARCH_ALL)
1154DEF("bootp", HAS_ARG, QEMU_OPTION_bootp, "", QEMU_ARCH_ALL)
1155DEF("redir", HAS_ARG, QEMU_OPTION_redir, "", QEMU_ARCH_ALL)
ad196a9d 1156#ifndef _WIN32
ad96090a 1157DEF("smb", HAS_ARG, QEMU_OPTION_smb, "", QEMU_ARCH_ALL)
ad196a9d
JK
1158#endif
1159#endif
1160
bab7944c 1161DEF("net", HAS_ARG, QEMU_OPTION_net,
ffe6370c 1162 "-net nic[,vlan=n][,macaddr=mac][,model=type][,name=str][,addr=str][,vectors=v]\n"
5824d651
BS
1163 " create a new Network Interface Card and connect it to VLAN 'n'\n"
1164#ifdef CONFIG_SLIRP
c54ed5bc 1165 "-net user[,vlan=n][,name=str][,net=addr[/mask]][,host=addr][,restrict=on|off]\n"
c92ef6a2
JK
1166 " [,hostname=host][,dhcpstart=addr][,dns=addr][,tftp=dir][,bootfile=f]\n"
1167 " [,hostfwd=rule][,guestfwd=rule]"
ad196a9d 1168#ifndef _WIN32
c92ef6a2 1169 "[,smb=dir[,smbserver=addr]]\n"
ad196a9d
JK
1170#endif
1171 " connect the user mode network stack to VLAN 'n', configure its\n"
1172 " DHCP server and enabled optional services\n"
5824d651
BS
1173#endif
1174#ifdef _WIN32
1175 "-net tap[,vlan=n][,name=str],ifname=name\n"
1176 " connect the host TAP network interface to VLAN 'n'\n"
1177#else
5430a28f 1178 "-net tap[,vlan=n][,name=str][,fd=h][,ifname=name][,script=file][,downscript=dfile][,sndbuf=nbytes][,vnet_hdr=on|off][,vhost=on|off][,vhostfd=h][,vhostforce=on|off]\n"
5824d651 1179 " connect the host TAP network interface to VLAN 'n' and use the\n"
bec7c2d4
PB
1180 " network scripts 'file' (default=" DEFAULT_NETWORK_SCRIPT ")\n"
1181 " and 'dfile' (default=" DEFAULT_NETWORK_DOWN_SCRIPT ")\n"
ca1a8a06 1182 " use '[down]script=no' to disable script execution\n"
5824d651 1183 " use 'fd=h' to connect to an already opened TAP interface\n"
ca1a8a06 1184 " use 'sndbuf=nbytes' to limit the size of the send buffer (the\n"
f157ed20 1185 " default is disabled 'sndbuf=0' to enable flow control set 'sndbuf=1048576')\n"
ca1a8a06
BR
1186 " use vnet_hdr=off to avoid enabling the IFF_VNET_HDR tap flag\n"
1187 " use vnet_hdr=on to make the lack of IFF_VNET_HDR support an error condition\n"
82b0d80e 1188 " use vhost=on to enable experimental in kernel accelerator\n"
5430a28f 1189 " (only has effect for virtio guests which use MSIX)\n"
1190 " use vhostforce=on to force vhost on for non-MSIX virtio guests\n"
82b0d80e 1191 " use 'vhostfd=h' to connect to an already opened vhost net device\n"
5824d651
BS
1192#endif
1193 "-net socket[,vlan=n][,name=str][,fd=h][,listen=[host]:port][,connect=host:port]\n"
1194 " connect the vlan 'n' to another VLAN using a socket connection\n"
3a75e74c 1195 "-net socket[,vlan=n][,name=str][,fd=h][,mcast=maddr:port[,localaddr=addr]]\n"
5824d651 1196 " connect the vlan 'n' to multicast maddr and port\n"
3a75e74c 1197 " use 'localaddr=addr' to specify the host address to send packets from\n"
5824d651
BS
1198#ifdef CONFIG_VDE
1199 "-net vde[,vlan=n][,name=str][,sock=socketpath][,port=n][,group=groupname][,mode=octalmode]\n"
1200 " connect the vlan 'n' to port 'n' of a vde switch running\n"
1201 " on host and listening for incoming connections on 'socketpath'.\n"
1202 " Use group 'groupname' and mode 'octalmode' to change default\n"
1203 " ownership and permissions for communication port.\n"
1204#endif
bb9ea79e
AL
1205 "-net dump[,vlan=n][,file=f][,len=n]\n"
1206 " dump traffic on vlan 'n' to file 'f' (max n bytes per packet)\n"
ca1a8a06 1207 "-net none use it alone to have zero network devices. If no -net option\n"
ad96090a 1208 " is provided, the default is '-net nic -net user'\n", QEMU_ARCH_ALL)
a1ea458f
MM
1209DEF("netdev", HAS_ARG, QEMU_OPTION_netdev,
1210 "-netdev ["
1211#ifdef CONFIG_SLIRP
1212 "user|"
1213#endif
1214 "tap|"
1215#ifdef CONFIG_VDE
1216 "vde|"
1217#endif
ad96090a 1218 "socket],id=str[,option][,option][,...]\n", QEMU_ARCH_ALL)
5824d651 1219STEXI
609c1dac 1220@item -net nic[,vlan=@var{n}][,macaddr=@var{mac}][,model=@var{type}] [,name=@var{name}][,addr=@var{addr}][,vectors=@var{v}]
6616b2ad 1221@findex -net
5824d651 1222Create a new Network Interface Card and connect it to VLAN @var{n} (@var{n}
0d6b0b1d 1223= 0 is the default). The NIC is an e1000 by default on the PC
5607c388
MA
1224target. Optionally, the MAC address can be changed to @var{mac}, the
1225device address set to @var{addr} (PCI cards only),
ffe6370c
MT
1226and a @var{name} can be assigned for use in monitor commands.
1227Optionally, for PCI cards, you can specify the number @var{v} of MSI-X vectors
1228that the card should have; this option currently only affects virtio cards; set
1229@var{v} = 0 to disable MSI-X. If no @option{-net} option is specified, a single
1230NIC is created. Qemu can emulate several different models of network card.
5824d651 1231Valid values for @var{type} are
ffe6370c 1232@code{virtio}, @code{i82551}, @code{i82557b}, @code{i82559er},
5824d651
BS
1233@code{ne2k_pci}, @code{ne2k_isa}, @code{pcnet}, @code{rtl8139},
1234@code{e1000}, @code{smc91c111}, @code{lance} and @code{mcf_fec}.
1235Not all devices are supported on all targets. Use -net nic,model=?
1236for a list of available devices for your target.
1237
ad196a9d 1238@item -net user[,@var{option}][,@var{option}][,...]
5824d651 1239Use the user mode network stack which requires no administrator
ad196a9d
JK
1240privilege to run. Valid options are:
1241
b3f046c2 1242@table @option
ad196a9d
JK
1243@item vlan=@var{n}
1244Connect user mode stack to VLAN @var{n} (@var{n} = 0 is the default).
1245
1246@item name=@var{name}
1247Assign symbolic name for use in monitor commands.
1248
c92ef6a2
JK
1249@item net=@var{addr}[/@var{mask}]
1250Set IP network address the guest will see. Optionally specify the netmask,
1251either in the form a.b.c.d or as number of valid top-most bits. Default is
b0b36e5d 125210.0.2.0/24.
c92ef6a2
JK
1253
1254@item host=@var{addr}
1255Specify the guest-visible address of the host. Default is the 2nd IP in the
1256guest network, i.e. x.x.x.2.
ad196a9d 1257
c54ed5bc 1258@item restrict=on|off
caef55ed 1259If this option is enabled, the guest will be isolated, i.e. it will not be
ad196a9d 1260able to contact the host and no guest IP packets will be routed over the host
caef55ed 1261to the outside. This option does not affect any explicitly set forwarding rules.
ad196a9d
JK
1262
1263@item hostname=@var{name}
1264Specifies the client hostname reported by the builtin DHCP server.
1265
c92ef6a2
JK
1266@item dhcpstart=@var{addr}
1267Specify the first of the 16 IPs the built-in DHCP server can assign. Default
b0b36e5d 1268is the 15th to 31st IP in the guest network, i.e. x.x.x.15 to x.x.x.31.
c92ef6a2
JK
1269
1270@item dns=@var{addr}
1271Specify the guest-visible address of the virtual nameserver. The address must
1272be different from the host address. Default is the 3rd IP in the guest network,
1273i.e. x.x.x.3.
1274
ad196a9d
JK
1275@item tftp=@var{dir}
1276When using the user mode network stack, activate a built-in TFTP
1277server. The files in @var{dir} will be exposed as the root of a TFTP server.
1278The TFTP client on the guest must be configured in binary mode (use the command
c92ef6a2 1279@code{bin} of the Unix TFTP client).
ad196a9d
JK
1280
1281@item bootfile=@var{file}
1282When using the user mode network stack, broadcast @var{file} as the BOOTP
1283filename. In conjunction with @option{tftp}, this can be used to network boot
1284a guest from a local directory.
1285
1286Example (using pxelinux):
1287@example
1288qemu -hda linux.img -boot n -net user,tftp=/path/to/tftp/files,bootfile=/pxelinux.0
1289@end example
1290
c92ef6a2 1291@item smb=@var{dir}[,smbserver=@var{addr}]
ad196a9d
JK
1292When using the user mode network stack, activate a built-in SMB
1293server so that Windows OSes can access to the host files in @file{@var{dir}}
c92ef6a2
JK
1294transparently. The IP address of the SMB server can be set to @var{addr}. By
1295default the 4th IP in the guest network is used, i.e. x.x.x.4.
ad196a9d
JK
1296
1297In the guest Windows OS, the line:
1298@example
129910.0.2.4 smbserver
1300@end example
1301must be added in the file @file{C:\WINDOWS\LMHOSTS} (for windows 9x/Me)
1302or @file{C:\WINNT\SYSTEM32\DRIVERS\ETC\LMHOSTS} (Windows NT/2000).
1303
1304Then @file{@var{dir}} can be accessed in @file{\\smbserver\qemu}.
1305
e2d8830e
B
1306Note that a SAMBA server must be installed on the host OS.
1307QEMU was tested successfully with smbd versions from Red Hat 9,
1308Fedora Core 3 and OpenSUSE 11.x.
ad196a9d 1309
3c6a0580 1310@item hostfwd=[tcp|udp]:[@var{hostaddr}]:@var{hostport}-[@var{guestaddr}]:@var{guestport}
c92ef6a2
JK
1311Redirect incoming TCP or UDP connections to the host port @var{hostport} to
1312the guest IP address @var{guestaddr} on guest port @var{guestport}. If
1313@var{guestaddr} is not specified, its value is x.x.x.15 (default first address
3c6a0580
JK
1314given by the built-in DHCP server). By specifying @var{hostaddr}, the rule can
1315be bound to a specific host interface. If no connection type is set, TCP is
c92ef6a2 1316used. This option can be given multiple times.
ad196a9d
JK
1317
1318For example, to redirect host X11 connection from screen 1 to guest
1319screen 0, use the following:
1320
1321@example
1322# on the host
3c6a0580 1323qemu -net user,hostfwd=tcp:127.0.0.1:6001-:6000 [...]
ad196a9d
JK
1324# this host xterm should open in the guest X11 server
1325xterm -display :1
1326@end example
1327
1328To redirect telnet connections from host port 5555 to telnet port on
1329the guest, use the following:
1330
1331@example
1332# on the host
aa375206 1333qemu -net user,hostfwd=tcp::5555-:23 [...]
ad196a9d
JK
1334telnet localhost 5555
1335@end example
1336
1337Then when you use on the host @code{telnet localhost 5555}, you
1338connect to the guest telnet server.
5824d651 1339
c92ef6a2 1340@item guestfwd=[tcp]:@var{server}:@var{port}-@var{dev}
3c6a0580
JK
1341Forward guest TCP connections to the IP address @var{server} on port @var{port}
1342to the character device @var{dev}. This option can be given multiple times.
ad196a9d
JK
1343
1344@end table
1345
1346Note: Legacy stand-alone options -tftp, -bootp, -smb and -redir are still
1347processed and applied to -net user. Mixing them with the new configuration
1348syntax gives undefined results. Their use for new applications is discouraged
1349as they will be removed from future versions.
5824d651 1350
609c1dac 1351@item -net tap[,vlan=@var{n}][,name=@var{name}][,fd=@var{h}][,ifname=@var{name}] [,script=@var{file}][,downscript=@var{dfile}]
5824d651
BS
1352Connect the host TAP network interface @var{name} to VLAN @var{n}, use
1353the network script @var{file} to configure it and the network script
1354@var{dfile} to deconfigure it. If @var{name} is not provided, the OS
1355automatically provides one. @option{fd}=@var{h} can be used to specify
1356the handle of an already opened host TAP interface. The default network
1357configure script is @file{/etc/qemu-ifup} and the default network
1358deconfigure script is @file{/etc/qemu-ifdown}. Use @option{script=no}
1359or @option{downscript=no} to disable script execution. Example:
1360
1361@example
1362qemu linux.img -net nic -net tap
1363@end example
1364
1365More complicated example (two NICs, each one connected to a TAP device)
1366@example
1367qemu linux.img -net nic,vlan=0 -net tap,vlan=0,ifname=tap0 \
1368 -net nic,vlan=1 -net tap,vlan=1,ifname=tap1
1369@end example
1370
609c1dac 1371@item -net socket[,vlan=@var{n}][,name=@var{name}][,fd=@var{h}] [,listen=[@var{host}]:@var{port}][,connect=@var{host}:@var{port}]
5824d651
BS
1372
1373Connect the VLAN @var{n} to a remote VLAN in another QEMU virtual
1374machine using a TCP socket connection. If @option{listen} is
1375specified, QEMU waits for incoming connections on @var{port}
1376(@var{host} is optional). @option{connect} is used to connect to
1377another QEMU instance using the @option{listen} option. @option{fd}=@var{h}
1378specifies an already opened TCP socket.
1379
1380Example:
1381@example
1382# launch a first QEMU instance
1383qemu linux.img -net nic,macaddr=52:54:00:12:34:56 \
1384 -net socket,listen=:1234
1385# connect the VLAN 0 of this instance to the VLAN 0
1386# of the first instance
1387qemu linux.img -net nic,macaddr=52:54:00:12:34:57 \
1388 -net socket,connect=127.0.0.1:1234
1389@end example
1390
3a75e74c 1391@item -net socket[,vlan=@var{n}][,name=@var{name}][,fd=@var{h}][,mcast=@var{maddr}:@var{port}[,localaddr=@var{addr}]]
5824d651
BS
1392
1393Create a VLAN @var{n} shared with another QEMU virtual
1394machines using a UDP multicast socket, effectively making a bus for
1395every QEMU with same multicast address @var{maddr} and @var{port}.
1396NOTES:
1397@enumerate
1398@item
1399Several QEMU can be running on different hosts and share same bus (assuming
1400correct multicast setup for these hosts).
1401@item
1402mcast support is compatible with User Mode Linux (argument @option{eth@var{N}=mcast}), see
1403@url{http://user-mode-linux.sf.net}.
1404@item
1405Use @option{fd=h} to specify an already opened UDP multicast socket.
1406@end enumerate
1407
1408Example:
1409@example
1410# launch one QEMU instance
1411qemu linux.img -net nic,macaddr=52:54:00:12:34:56 \
1412 -net socket,mcast=230.0.0.1:1234
1413# launch another QEMU instance on same "bus"
1414qemu linux.img -net nic,macaddr=52:54:00:12:34:57 \
1415 -net socket,mcast=230.0.0.1:1234
1416# launch yet another QEMU instance on same "bus"
1417qemu linux.img -net nic,macaddr=52:54:00:12:34:58 \
1418 -net socket,mcast=230.0.0.1:1234
1419@end example
1420
1421Example (User Mode Linux compat.):
1422@example
1423# launch QEMU instance (note mcast address selected
1424# is UML's default)
1425qemu linux.img -net nic,macaddr=52:54:00:12:34:56 \
1426 -net socket,mcast=239.192.168.1:1102
1427# launch UML
1428/path/to/linux ubd0=/path/to/root_fs eth0=mcast
1429@end example
1430
3a75e74c
MR
1431Example (send packets from host's 1.2.3.4):
1432@example
1433qemu linux.img -net nic,macaddr=52:54:00:12:34:56 \
1434 -net socket,mcast=239.192.168.1:1102,localaddr=1.2.3.4
1435@end example
1436
609c1dac 1437@item -net vde[,vlan=@var{n}][,name=@var{name}][,sock=@var{socketpath}] [,port=@var{n}][,group=@var{groupname}][,mode=@var{octalmode}]
5824d651
BS
1438Connect VLAN @var{n} to PORT @var{n} of a vde switch running on host and
1439listening for incoming connections on @var{socketpath}. Use GROUP @var{groupname}
1440and MODE @var{octalmode} to change default ownership and permissions for
c1ba4e0b 1441communication port. This option is only available if QEMU has been compiled
5824d651
BS
1442with vde support enabled.
1443
1444Example:
1445@example
1446# launch vde switch
1447vde_switch -F -sock /tmp/myswitch
1448# launch QEMU instance
1449qemu linux.img -net nic -net vde,sock=/tmp/myswitch
1450@end example
1451
bb9ea79e
AL
1452@item -net dump[,vlan=@var{n}][,file=@var{file}][,len=@var{len}]
1453Dump network traffic on VLAN @var{n} to file @var{file} (@file{qemu-vlan0.pcap} by default).
1454At most @var{len} bytes (64k by default) per packet are stored. The file format is
1455libpcap, so it can be analyzed with tools such as tcpdump or Wireshark.
1456
5824d651
BS
1457@item -net none
1458Indicate that no network devices should be configured. It is used to
1459override the default configuration (@option{-net nic -net user}) which
1460is activated if no @option{-net} options are provided.
5824d651
BS
1461
1462@end table
1463ETEXI
1464
7273a2db
MB
1465DEFHEADING()
1466
1467DEFHEADING(Character device options:)
1468
1469DEF("chardev", HAS_ARG, QEMU_OPTION_chardev,
97331287 1470 "-chardev null,id=id[,mux=on|off]\n"
7273a2db 1471 "-chardev socket,id=id[,host=host],port=host[,to=to][,ipv4][,ipv6][,nodelay]\n"
97331287
JK
1472 " [,server][,nowait][,telnet][,mux=on|off] (tcp)\n"
1473 "-chardev socket,id=id,path=path[,server][,nowait][,telnet],[mux=on|off] (unix)\n"
7273a2db 1474 "-chardev udp,id=id[,host=host],port=port[,localaddr=localaddr]\n"
97331287
JK
1475 " [,localport=localport][,ipv4][,ipv6][,mux=on|off]\n"
1476 "-chardev msmouse,id=id[,mux=on|off]\n"
7273a2db 1477 "-chardev vc,id=id[[,width=width][,height=height]][[,cols=cols][,rows=rows]]\n"
97331287
JK
1478 " [,mux=on|off]\n"
1479 "-chardev file,id=id,path=path[,mux=on|off]\n"
1480 "-chardev pipe,id=id,path=path[,mux=on|off]\n"
7273a2db 1481#ifdef _WIN32
97331287
JK
1482 "-chardev console,id=id[,mux=on|off]\n"
1483 "-chardev serial,id=id,path=path[,mux=on|off]\n"
7273a2db 1484#else
97331287 1485 "-chardev pty,id=id[,mux=on|off]\n"
b7fdb3ab 1486 "-chardev stdio,id=id[,mux=on|off][,signal=on|off]\n"
7273a2db
MB
1487#endif
1488#ifdef CONFIG_BRLAPI
97331287 1489 "-chardev braille,id=id[,mux=on|off]\n"
7273a2db
MB
1490#endif
1491#if defined(__linux__) || defined(__sun__) || defined(__FreeBSD__) \
1492 || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
97331287 1493 "-chardev tty,id=id,path=path[,mux=on|off]\n"
7273a2db
MB
1494#endif
1495#if defined(__linux__) || defined(__FreeBSD__) || defined(__DragonFly__)
97331287 1496 "-chardev parport,id=id,path=path[,mux=on|off]\n"
cbcc6336
AL
1497#endif
1498#if defined(CONFIG_SPICE)
1499 "-chardev spicevmc,id=id,name=name[,debug=debug]\n"
7273a2db 1500#endif
ad96090a 1501 , QEMU_ARCH_ALL
7273a2db
MB
1502)
1503
1504STEXI
1505
1506The general form of a character device option is:
1507@table @option
1508
97331287 1509@item -chardev @var{backend} ,id=@var{id} [,mux=on|off] [,@var{options}]
6616b2ad 1510@findex -chardev
7273a2db
MB
1511Backend is one of:
1512@option{null},
1513@option{socket},
1514@option{udp},
1515@option{msmouse},
1516@option{vc},
1517@option{file},
1518@option{pipe},
1519@option{console},
1520@option{serial},
1521@option{pty},
1522@option{stdio},
1523@option{braille},
1524@option{tty},
cbcc6336
AL
1525@option{parport},
1526@option{spicevmc}.
7273a2db
MB
1527The specific backend will determine the applicable options.
1528
1529All devices must have an id, which can be any string up to 127 characters long.
1530It is used to uniquely identify this device in other command line directives.
1531
97331287
JK
1532A character device may be used in multiplexing mode by multiple front-ends.
1533The key sequence of @key{Control-a} and @key{c} will rotate the input focus
1534between attached front-ends. Specify @option{mux=on} to enable this mode.
1535
7273a2db
MB
1536Options to each backend are described below.
1537
1538@item -chardev null ,id=@var{id}
1539A void device. This device will not emit any data, and will drop any data it
1540receives. The null backend does not take any options.
1541
1542@item -chardev socket ,id=@var{id} [@var{TCP options} or @var{unix options}] [,server] [,nowait] [,telnet]
1543
1544Create a two-way stream socket, which can be either a TCP or a unix socket. A
1545unix socket will be created if @option{path} is specified. Behaviour is
1546undefined if TCP options are specified for a unix socket.
1547
1548@option{server} specifies that the socket shall be a listening socket.
1549
1550@option{nowait} specifies that QEMU should not block waiting for a client to
1551connect to a listening socket.
1552
1553@option{telnet} specifies that traffic on the socket should interpret telnet
1554escape sequences.
1555
1556TCP and unix socket options are given below:
1557
1558@table @option
1559
8d533561 1560@item TCP options: port=@var{port} [,host=@var{host}] [,to=@var{to}] [,ipv4] [,ipv6] [,nodelay]
7273a2db
MB
1561
1562@option{host} for a listening socket specifies the local address to be bound.
1563For a connecting socket species the remote host to connect to. @option{host} is
1564optional for listening sockets. If not specified it defaults to @code{0.0.0.0}.
1565
1566@option{port} for a listening socket specifies the local port to be bound. For a
1567connecting socket specifies the port on the remote host to connect to.
1568@option{port} can be given as either a port number or a service name.
1569@option{port} is required.
1570
1571@option{to} is only relevant to listening sockets. If it is specified, and
1572@option{port} cannot be bound, QEMU will attempt to bind to subsequent ports up
1573to and including @option{to} until it succeeds. @option{to} must be specified
1574as a port number.
1575
1576@option{ipv4} and @option{ipv6} specify that either IPv4 or IPv6 must be used.
1577If neither is specified the socket may use either protocol.
1578
1579@option{nodelay} disables the Nagle algorithm.
1580
1581@item unix options: path=@var{path}
1582
1583@option{path} specifies the local path of the unix socket. @option{path} is
1584required.
1585
1586@end table
1587
1588@item -chardev udp ,id=@var{id} [,host=@var{host}] ,port=@var{port} [,localaddr=@var{localaddr}] [,localport=@var{localport}] [,ipv4] [,ipv6]
1589
1590Sends all traffic from the guest to a remote host over UDP.
1591
1592@option{host} specifies the remote host to connect to. If not specified it
1593defaults to @code{localhost}.
1594
1595@option{port} specifies the port on the remote host to connect to. @option{port}
1596is required.
1597
1598@option{localaddr} specifies the local address to bind to. If not specified it
1599defaults to @code{0.0.0.0}.
1600
1601@option{localport} specifies the local port to bind to. If not specified any
1602available local port will be used.
1603
1604@option{ipv4} and @option{ipv6} specify that either IPv4 or IPv6 must be used.
1605If neither is specified the device may use either protocol.
1606
1607@item -chardev msmouse ,id=@var{id}
1608
1609Forward QEMU's emulated msmouse events to the guest. @option{msmouse} does not
1610take any options.
1611
1612@item -chardev vc ,id=@var{id} [[,width=@var{width}] [,height=@var{height}]] [[,cols=@var{cols}] [,rows=@var{rows}]]
1613
1614Connect to a QEMU text console. @option{vc} may optionally be given a specific
1615size.
1616
1617@option{width} and @option{height} specify the width and height respectively of
1618the console, in pixels.
1619
1620@option{cols} and @option{rows} specify that the console be sized to fit a text
1621console with the given dimensions.
1622
1623@item -chardev file ,id=@var{id} ,path=@var{path}
1624
1625Log all traffic received from the guest to a file.
1626
1627@option{path} specifies the path of the file to be opened. This file will be
1628created if it does not already exist, and overwritten if it does. @option{path}
1629is required.
1630
1631@item -chardev pipe ,id=@var{id} ,path=@var{path}
1632
1633Create a two-way connection to the guest. The behaviour differs slightly between
1634Windows hosts and other hosts:
1635
1636On Windows, a single duplex pipe will be created at
1637@file{\\.pipe\@option{path}}.
1638
1639On other hosts, 2 pipes will be created called @file{@option{path}.in} and
1640@file{@option{path}.out}. Data written to @file{@option{path}.in} will be
1641received by the guest. Data written by the guest can be read from
1642@file{@option{path}.out}. QEMU will not create these fifos, and requires them to
1643be present.
1644
1645@option{path} forms part of the pipe path as described above. @option{path} is
1646required.
1647
1648@item -chardev console ,id=@var{id}
1649
1650Send traffic from the guest to QEMU's standard output. @option{console} does not
1651take any options.
1652
1653@option{console} is only available on Windows hosts.
1654
1655@item -chardev serial ,id=@var{id} ,path=@option{path}
1656
1657Send traffic from the guest to a serial device on the host.
1658
1659@option{serial} is
1660only available on Windows hosts.
1661
1662@option{path} specifies the name of the serial device to open.
1663
1664@item -chardev pty ,id=@var{id}
1665
1666Create a new pseudo-terminal on the host and connect to it. @option{pty} does
1667not take any options.
1668
1669@option{pty} is not available on Windows hosts.
1670
b7fdb3ab 1671@item -chardev stdio ,id=@var{id} [,signal=on|off]
7273a2db 1672Connect to standard input and standard output of the qemu process.
b7fdb3ab
AJ
1673
1674@option{signal} controls if signals are enabled on the terminal, that includes
1675exiting QEMU with the key sequence @key{Control-c}. This option is enabled by
1676default, use @option{signal=off} to disable it.
1677
1678@option{stdio} is not available on Windows hosts.
7273a2db
MB
1679
1680@item -chardev braille ,id=@var{id}
1681
1682Connect to a local BrlAPI server. @option{braille} does not take any options.
1683
1684@item -chardev tty ,id=@var{id} ,path=@var{path}
1685
1686Connect to a local tty device.
1687
1688@option{tty} is only available on Linux, Sun, FreeBSD, NetBSD, OpenBSD and
1689DragonFlyBSD hosts.
1690
1691@option{path} specifies the path to the tty. @option{path} is required.
1692
1693@item -chardev parport ,id=@var{id} ,path=@var{path}
1694
1695@option{parport} is only available on Linux, FreeBSD and DragonFlyBSD hosts.
1696
1697Connect to a local parallel port.
1698
1699@option{path} specifies the path to the parallel port device. @option{path} is
1700required.
1701
cbcc6336
AL
1702#if defined(CONFIG_SPICE)
1703@item -chardev spicevmc ,id=@var{id} ,debug=@var{debug}, name=@var{name}
1704
1705@option{debug} debug level for spicevmc
1706
1707@option{name} name of spice channel to connect to
1708
1709Connect to a spice virtual machine channel, such as vdiport.
1710#endif
1711
7273a2db
MB
1712@end table
1713ETEXI
1714
1715DEFHEADING()
1716
1717DEFHEADING(Bluetooth(R) options:)
1718
5824d651 1719DEF("bt", HAS_ARG, QEMU_OPTION_bt, \
5824d651
BS
1720 "-bt hci,null dumb bluetooth HCI - doesn't respond to commands\n" \
1721 "-bt hci,host[:id]\n" \
1722 " use host's HCI with the given name\n" \
1723 "-bt hci[,vlan=n]\n" \
1724 " emulate a standard HCI in virtual scatternet 'n'\n" \
1725 "-bt vhci[,vlan=n]\n" \
1726 " add host computer to virtual scatternet 'n' using VHCI\n" \
1727 "-bt device:dev[,vlan=n]\n" \
ad96090a
BS
1728 " emulate a bluetooth device 'dev' in scatternet 'n'\n",
1729 QEMU_ARCH_ALL)
5824d651 1730STEXI
5824d651
BS
1731@table @option
1732
1733@item -bt hci[...]
6616b2ad 1734@findex -bt
5824d651
BS
1735Defines the function of the corresponding Bluetooth HCI. -bt options
1736are matched with the HCIs present in the chosen machine type. For
1737example when emulating a machine with only one HCI built into it, only
1738the first @code{-bt hci[...]} option is valid and defines the HCI's
1739logic. The Transport Layer is decided by the machine type. Currently
1740the machines @code{n800} and @code{n810} have one HCI and all other
1741machines have none.
1742
1743@anchor{bt-hcis}
1744The following three types are recognized:
1745
b3f046c2 1746@table @option
5824d651
BS
1747@item -bt hci,null
1748(default) The corresponding Bluetooth HCI assumes no internal logic
1749and will not respond to any HCI commands or emit events.
1750
1751@item -bt hci,host[:@var{id}]
1752(@code{bluez} only) The corresponding HCI passes commands / events
1753to / from the physical HCI identified by the name @var{id} (default:
1754@code{hci0}) on the computer running QEMU. Only available on @code{bluez}
1755capable systems like Linux.
1756
1757@item -bt hci[,vlan=@var{n}]
1758Add a virtual, standard HCI that will participate in the Bluetooth
1759scatternet @var{n} (default @code{0}). Similarly to @option{-net}
1760VLANs, devices inside a bluetooth network @var{n} can only communicate
1761with other devices in the same network (scatternet).
1762@end table
1763
1764@item -bt vhci[,vlan=@var{n}]
1765(Linux-host only) Create a HCI in scatternet @var{n} (default 0) attached
1766to the host bluetooth stack instead of to the emulated target. This
1767allows the host and target machines to participate in a common scatternet
1768and communicate. Requires the Linux @code{vhci} driver installed. Can
1769be used as following:
1770
1771@example
1772qemu [...OPTIONS...] -bt hci,vlan=5 -bt vhci,vlan=5
1773@end example
1774
1775@item -bt device:@var{dev}[,vlan=@var{n}]
1776Emulate a bluetooth device @var{dev} and place it in network @var{n}
1777(default @code{0}). QEMU can only emulate one type of bluetooth devices
1778currently:
1779
b3f046c2 1780@table @option
5824d651
BS
1781@item keyboard
1782Virtual wireless keyboard implementing the HIDP bluetooth profile.
1783@end table
1784@end table
1785ETEXI
1786
1787DEFHEADING()
1788
7677f05d 1789DEFHEADING(Linux/Multiboot boot specific:)
5824d651 1790STEXI
7677f05d
AG
1791
1792When using these options, you can use a given Linux or Multiboot
1793kernel without installing it in the disk image. It can be useful
5824d651
BS
1794for easier testing of various kernels.
1795
1796@table @option
1797ETEXI
1798
1799DEF("kernel", HAS_ARG, QEMU_OPTION_kernel, \
ad96090a 1800 "-kernel bzImage use 'bzImage' as kernel image\n", QEMU_ARCH_ALL)
5824d651
BS
1801STEXI
1802@item -kernel @var{bzImage}
6616b2ad 1803@findex -kernel
7677f05d
AG
1804Use @var{bzImage} as kernel image. The kernel can be either a Linux kernel
1805or in multiboot format.
5824d651
BS
1806ETEXI
1807
1808DEF("append", HAS_ARG, QEMU_OPTION_append, \
ad96090a 1809 "-append cmdline use 'cmdline' as kernel command line\n", QEMU_ARCH_ALL)
5824d651
BS
1810STEXI
1811@item -append @var{cmdline}
6616b2ad 1812@findex -append
5824d651
BS
1813Use @var{cmdline} as kernel command line
1814ETEXI
1815
1816DEF("initrd", HAS_ARG, QEMU_OPTION_initrd, \
ad96090a 1817 "-initrd file use 'file' as initial ram disk\n", QEMU_ARCH_ALL)
5824d651
BS
1818STEXI
1819@item -initrd @var{file}
6616b2ad 1820@findex -initrd
5824d651 1821Use @var{file} as initial ram disk.
7677f05d
AG
1822
1823@item -initrd "@var{file1} arg=foo,@var{file2}"
1824
1825This syntax is only available with multiboot.
1826
1827Use @var{file1} and @var{file2} as modules and pass arg=foo as parameter to the
1828first module.
5824d651
BS
1829ETEXI
1830
1831STEXI
1832@end table
1833ETEXI
1834
1835DEFHEADING()
1836
1837DEFHEADING(Debug/Expert options:)
1838
1839STEXI
1840@table @option
1841ETEXI
1842
1843DEF("serial", HAS_ARG, QEMU_OPTION_serial, \
ad96090a
BS
1844 "-serial dev redirect the serial port to char device 'dev'\n",
1845 QEMU_ARCH_ALL)
5824d651
BS
1846STEXI
1847@item -serial @var{dev}
6616b2ad 1848@findex -serial
5824d651
BS
1849Redirect the virtual serial port to host character device
1850@var{dev}. The default device is @code{vc} in graphical mode and
1851@code{stdio} in non graphical mode.
1852
1853This option can be used several times to simulate up to 4 serial
1854ports.
1855
1856Use @code{-serial none} to disable all serial ports.
1857
1858Available character devices are:
b3f046c2 1859@table @option
4e257e5e 1860@item vc[:@var{W}x@var{H}]
5824d651
BS
1861Virtual console. Optionally, a width and height can be given in pixel with
1862@example
1863vc:800x600
1864@end example
1865It is also possible to specify width or height in characters:
1866@example
1867vc:80Cx24C
1868@end example
1869@item pty
1870[Linux only] Pseudo TTY (a new PTY is automatically allocated)
1871@item none
1872No device is allocated.
1873@item null
1874void device
1875@item /dev/XXX
1876[Linux only] Use host tty, e.g. @file{/dev/ttyS0}. The host serial port
1877parameters are set according to the emulated ones.
1878@item /dev/parport@var{N}
1879[Linux only, parallel port only] Use host parallel port
1880@var{N}. Currently SPP and EPP parallel port features can be used.
1881@item file:@var{filename}
1882Write output to @var{filename}. No character can be read.
1883@item stdio
1884[Unix only] standard input/output
1885@item pipe:@var{filename}
1886name pipe @var{filename}
1887@item COM@var{n}
1888[Windows only] Use host serial port @var{n}
1889@item udp:[@var{remote_host}]:@var{remote_port}[@@[@var{src_ip}]:@var{src_port}]
1890This implements UDP Net Console.
1891When @var{remote_host} or @var{src_ip} are not specified
1892they default to @code{0.0.0.0}.
1893When not using a specified @var{src_port} a random port is automatically chosen.
5824d651
BS
1894
1895If you just want a simple readonly console you can use @code{netcat} or
1896@code{nc}, by starting qemu with: @code{-serial udp::4555} and nc as:
1897@code{nc -u -l -p 4555}. Any time qemu writes something to that port it
1898will appear in the netconsole session.
1899
1900If you plan to send characters back via netconsole or you want to stop
1901and start qemu a lot of times, you should have qemu use the same
1902source port each time by using something like @code{-serial
1903udp::4555@@:4556} to qemu. Another approach is to use a patched
1904version of netcat which can listen to a TCP port and send and receive
1905characters via udp. If you have a patched version of netcat which
1906activates telnet remote echo and single char transfer, then you can
1907use the following options to step up a netcat redirector to allow
1908telnet on port 5555 to access the qemu port.
1909@table @code
1910@item Qemu Options:
1911-serial udp::4555@@:4556
1912@item netcat options:
1913-u -P 4555 -L 0.0.0.0:4556 -t -p 5555 -I -T
1914@item telnet options:
1915localhost 5555
1916@end table
1917
1918@item tcp:[@var{host}]:@var{port}[,@var{server}][,nowait][,nodelay]
1919The TCP Net Console has two modes of operation. It can send the serial
1920I/O to a location or wait for a connection from a location. By default
1921the TCP Net Console is sent to @var{host} at the @var{port}. If you use
1922the @var{server} option QEMU will wait for a client socket application
1923to connect to the port before continuing, unless the @code{nowait}
1924option was specified. The @code{nodelay} option disables the Nagle buffering
1925algorithm. If @var{host} is omitted, 0.0.0.0 is assumed. Only
1926one TCP connection at a time is accepted. You can use @code{telnet} to
1927connect to the corresponding character device.
1928@table @code
1929@item Example to send tcp console to 192.168.0.2 port 4444
1930-serial tcp:192.168.0.2:4444
1931@item Example to listen and wait on port 4444 for connection
1932-serial tcp::4444,server
1933@item Example to not wait and listen on ip 192.168.0.100 port 4444
1934-serial tcp:192.168.0.100:4444,server,nowait
1935@end table
1936
1937@item telnet:@var{host}:@var{port}[,server][,nowait][,nodelay]
1938The telnet protocol is used instead of raw tcp sockets. The options
1939work the same as if you had specified @code{-serial tcp}. The
1940difference is that the port acts like a telnet server or client using
1941telnet option negotiation. This will also allow you to send the
1942MAGIC_SYSRQ sequence if you use a telnet that supports sending the break
1943sequence. Typically in unix telnet you do it with Control-] and then
1944type "send break" followed by pressing the enter key.
1945
1946@item unix:@var{path}[,server][,nowait]
1947A unix domain socket is used instead of a tcp socket. The option works the
1948same as if you had specified @code{-serial tcp} except the unix domain socket
1949@var{path} is used for connections.
1950
1951@item mon:@var{dev_string}
1952This is a special option to allow the monitor to be multiplexed onto
1953another serial port. The monitor is accessed with key sequence of
1954@key{Control-a} and then pressing @key{c}. See monitor access
1955@ref{pcsys_keys} in the -nographic section for more keys.
1956@var{dev_string} should be any one of the serial devices specified
1957above. An example to multiplex the monitor onto a telnet server
1958listening on port 4444 would be:
1959@table @code
1960@item -serial mon:telnet::4444,server,nowait
1961@end table
1962
1963@item braille
1964Braille device. This will use BrlAPI to display the braille output on a real
1965or fake device.
1966
be8b28a9
KW
1967@item msmouse
1968Three button serial mouse. Configure the guest to use Microsoft protocol.
5824d651
BS
1969@end table
1970ETEXI
1971
1972DEF("parallel", HAS_ARG, QEMU_OPTION_parallel, \
ad96090a
BS
1973 "-parallel dev redirect the parallel port to char device 'dev'\n",
1974 QEMU_ARCH_ALL)
5824d651
BS
1975STEXI
1976@item -parallel @var{dev}
6616b2ad 1977@findex -parallel
5824d651
BS
1978Redirect the virtual parallel port to host device @var{dev} (same
1979devices as the serial port). On Linux hosts, @file{/dev/parportN} can
1980be used to use hardware devices connected on the corresponding host
1981parallel port.
1982
1983This option can be used several times to simulate up to 3 parallel
1984ports.
1985
1986Use @code{-parallel none} to disable all parallel ports.
1987ETEXI
1988
1989DEF("monitor", HAS_ARG, QEMU_OPTION_monitor, \
ad96090a
BS
1990 "-monitor dev redirect the monitor to char device 'dev'\n",
1991 QEMU_ARCH_ALL)
5824d651 1992STEXI
4e307fc8 1993@item -monitor @var{dev}
6616b2ad 1994@findex -monitor
5824d651
BS
1995Redirect the monitor to host device @var{dev} (same devices as the
1996serial port).
1997The default device is @code{vc} in graphical mode and @code{stdio} in
1998non graphical mode.
1999ETEXI
6ca5582d 2000DEF("qmp", HAS_ARG, QEMU_OPTION_qmp, \
ad96090a
BS
2001 "-qmp dev like -monitor but opens in 'control' mode\n",
2002 QEMU_ARCH_ALL)
95d5f08b
SW
2003STEXI
2004@item -qmp @var{dev}
6616b2ad 2005@findex -qmp
95d5f08b
SW
2006Like -monitor but opens in 'control' mode.
2007ETEXI
5824d651 2008
22a0e04b 2009DEF("mon", HAS_ARG, QEMU_OPTION_mon, \
ad96090a 2010 "-mon chardev=[name][,mode=readline|control][,default]\n", QEMU_ARCH_ALL)
22a0e04b
GH
2011STEXI
2012@item -mon chardev=[name][,mode=readline|control][,default]
6616b2ad 2013@findex -mon
22a0e04b
GH
2014Setup monitor on chardev @var{name}.
2015ETEXI
2016
c9f398e5 2017DEF("debugcon", HAS_ARG, QEMU_OPTION_debugcon, \
ad96090a
BS
2018 "-debugcon dev redirect the debug console to char device 'dev'\n",
2019 QEMU_ARCH_ALL)
c9f398e5
PA
2020STEXI
2021@item -debugcon @var{dev}
6616b2ad 2022@findex -debugcon
c9f398e5
PA
2023Redirect the debug console to host device @var{dev} (same devices as the
2024serial port). The debug console is an I/O port which is typically port
20250xe9; writing to that I/O port sends output to this device.
2026The default device is @code{vc} in graphical mode and @code{stdio} in
2027non graphical mode.
2028ETEXI
2029
5824d651 2030DEF("pidfile", HAS_ARG, QEMU_OPTION_pidfile, \
ad96090a 2031 "-pidfile file write PID to 'file'\n", QEMU_ARCH_ALL)
5824d651
BS
2032STEXI
2033@item -pidfile @var{file}
6616b2ad 2034@findex -pidfile
5824d651
BS
2035Store the QEMU process PID in @var{file}. It is useful if you launch QEMU
2036from a script.
2037ETEXI
2038
1b530a6d 2039DEF("singlestep", 0, QEMU_OPTION_singlestep, \
ad96090a 2040 "-singlestep always run in singlestep mode\n", QEMU_ARCH_ALL)
1b530a6d
AJ
2041STEXI
2042@item -singlestep
6616b2ad 2043@findex -singlestep
1b530a6d
AJ
2044Run the emulation in single step mode.
2045ETEXI
2046
5824d651 2047DEF("S", 0, QEMU_OPTION_S, \
ad96090a
BS
2048 "-S freeze CPU at startup (use 'c' to start execution)\n",
2049 QEMU_ARCH_ALL)
5824d651
BS
2050STEXI
2051@item -S
6616b2ad 2052@findex -S
5824d651
BS
2053Do not start CPU at startup (you must type 'c' in the monitor).
2054ETEXI
2055
59030a8c 2056DEF("gdb", HAS_ARG, QEMU_OPTION_gdb, \
ad96090a 2057 "-gdb dev wait for gdb connection on 'dev'\n", QEMU_ARCH_ALL)
59030a8c
AL
2058STEXI
2059@item -gdb @var{dev}
6616b2ad 2060@findex -gdb
59030a8c
AL
2061Wait for gdb connection on device @var{dev} (@pxref{gdb_usage}). Typical
2062connections will likely be TCP-based, but also UDP, pseudo TTY, or even
2063stdio are reasonable use case. The latter is allowing to start qemu from
2064within gdb and establish the connection via a pipe:
2065@example
2066(gdb) target remote | exec qemu -gdb stdio ...
2067@end example
5824d651
BS
2068ETEXI
2069
59030a8c 2070DEF("s", 0, QEMU_OPTION_s, \
ad96090a
BS
2071 "-s shorthand for -gdb tcp::" DEFAULT_GDBSTUB_PORT "\n",
2072 QEMU_ARCH_ALL)
5824d651 2073STEXI
59030a8c 2074@item -s
6616b2ad 2075@findex -s
59030a8c
AL
2076Shorthand for -gdb tcp::1234, i.e. open a gdbserver on TCP port 1234
2077(@pxref{gdb_usage}).
5824d651
BS
2078ETEXI
2079
2080DEF("d", HAS_ARG, QEMU_OPTION_d, \
ad96090a
BS
2081 "-d item1,... output log to /tmp/qemu.log (use -d ? for a list of log items)\n",
2082 QEMU_ARCH_ALL)
5824d651
BS
2083STEXI
2084@item -d
6616b2ad 2085@findex -d
5824d651
BS
2086Output log in /tmp/qemu.log
2087ETEXI
2088
c235d738
MF
2089DEF("D", HAS_ARG, QEMU_OPTION_D, \
2090 "-D logfile output log to logfile (instead of the default /tmp/qemu.log)\n",
2091 QEMU_ARCH_ALL)
2092STEXI
2093@item -D
2094@findex -D
2095Output log in logfile instead of /tmp/qemu.log
2096ETEXI
2097
5824d651
BS
2098DEF("hdachs", HAS_ARG, QEMU_OPTION_hdachs, \
2099 "-hdachs c,h,s[,t]\n" \
2100 " force hard disk 0 physical geometry and the optional BIOS\n" \
ad96090a
BS
2101 " translation (t=none or lba) (usually qemu can guess them)\n",
2102 QEMU_ARCH_ALL)
5824d651
BS
2103STEXI
2104@item -hdachs @var{c},@var{h},@var{s},[,@var{t}]
6616b2ad 2105@findex -hdachs
5824d651
BS
2106Force hard disk 0 physical geometry (1 <= @var{c} <= 16383, 1 <=
2107@var{h} <= 16, 1 <= @var{s} <= 63) and optionally force the BIOS
2108translation mode (@var{t}=none, lba or auto). Usually QEMU can guess
2109all those parameters. This option is useful for old MS-DOS disk
2110images.
2111ETEXI
2112
2113DEF("L", HAS_ARG, QEMU_OPTION_L, \
ad96090a
BS
2114 "-L path set the directory for the BIOS, VGA BIOS and keymaps\n",
2115 QEMU_ARCH_ALL)
5824d651
BS
2116STEXI
2117@item -L @var{path}
6616b2ad 2118@findex -L
5824d651
BS
2119Set the directory for the BIOS, VGA BIOS and keymaps.
2120ETEXI
2121
2122DEF("bios", HAS_ARG, QEMU_OPTION_bios, \
ad96090a 2123 "-bios file set the filename for the BIOS\n", QEMU_ARCH_ALL)
5824d651
BS
2124STEXI
2125@item -bios @var{file}
6616b2ad 2126@findex -bios
5824d651
BS
2127Set the filename for the BIOS.
2128ETEXI
2129
5824d651 2130DEF("enable-kvm", 0, QEMU_OPTION_enable_kvm, \
ad96090a 2131 "-enable-kvm enable KVM full virtualization support\n", QEMU_ARCH_ALL)
5824d651
BS
2132STEXI
2133@item -enable-kvm
6616b2ad 2134@findex -enable-kvm
5824d651
BS
2135Enable KVM full virtualization support. This option is only available
2136if KVM support is enabled when compiling.
2137ETEXI
2138
e37630ca 2139DEF("xen-domid", HAS_ARG, QEMU_OPTION_xen_domid,
ad96090a 2140 "-xen-domid id specify xen guest domain id\n", QEMU_ARCH_ALL)
e37630ca
AL
2141DEF("xen-create", 0, QEMU_OPTION_xen_create,
2142 "-xen-create create domain using xen hypercalls, bypassing xend\n"
ad96090a
BS
2143 " warning: should not be used when xend is in use\n",
2144 QEMU_ARCH_ALL)
e37630ca
AL
2145DEF("xen-attach", 0, QEMU_OPTION_xen_attach,
2146 "-xen-attach attach to existing xen domain\n"
ad96090a
BS
2147 " xend will use this when starting qemu\n",
2148 QEMU_ARCH_ALL)
95d5f08b
SW
2149STEXI
2150@item -xen-domid @var{id}
6616b2ad 2151@findex -xen-domid
95d5f08b
SW
2152Specify xen guest domain @var{id} (XEN only).
2153@item -xen-create
6616b2ad 2154@findex -xen-create
95d5f08b
SW
2155Create domain using xen hypercalls, bypassing xend.
2156Warning: should not be used when xend is in use (XEN only).
2157@item -xen-attach
6616b2ad 2158@findex -xen-attach
95d5f08b
SW
2159Attach to existing xen domain.
2160xend will use this when starting qemu (XEN only).
2161ETEXI
e37630ca 2162
5824d651 2163DEF("no-reboot", 0, QEMU_OPTION_no_reboot, \
ad96090a 2164 "-no-reboot exit instead of rebooting\n", QEMU_ARCH_ALL)
5824d651
BS
2165STEXI
2166@item -no-reboot
6616b2ad 2167@findex -no-reboot
5824d651
BS
2168Exit instead of rebooting.
2169ETEXI
2170
2171DEF("no-shutdown", 0, QEMU_OPTION_no_shutdown, \
ad96090a 2172 "-no-shutdown stop before shutdown\n", QEMU_ARCH_ALL)
5824d651
BS
2173STEXI
2174@item -no-shutdown
6616b2ad 2175@findex -no-shutdown
5824d651
BS
2176Don't exit QEMU on guest shutdown, but instead only stop the emulation.
2177This allows for instance switching to monitor to commit changes to the
2178disk image.
2179ETEXI
2180
2181DEF("loadvm", HAS_ARG, QEMU_OPTION_loadvm, \
2182 "-loadvm [tag|id]\n" \
ad96090a
BS
2183 " start right away with a saved state (loadvm in monitor)\n",
2184 QEMU_ARCH_ALL)
5824d651
BS
2185STEXI
2186@item -loadvm @var{file}
6616b2ad 2187@findex -loadvm
5824d651
BS
2188Start right away with a saved state (@code{loadvm} in monitor)
2189ETEXI
2190
2191#ifndef _WIN32
2192DEF("daemonize", 0, QEMU_OPTION_daemonize, \
ad96090a 2193 "-daemonize daemonize QEMU after initializing\n", QEMU_ARCH_ALL)
5824d651
BS
2194#endif
2195STEXI
2196@item -daemonize
6616b2ad 2197@findex -daemonize
5824d651
BS
2198Daemonize the QEMU process after initialization. QEMU will not detach from
2199standard IO until it is ready to receive connections on any of its devices.
2200This option is a useful way for external programs to launch QEMU without having
2201to cope with initialization race conditions.
2202ETEXI
2203
2204DEF("option-rom", HAS_ARG, QEMU_OPTION_option_rom, \
ad96090a
BS
2205 "-option-rom rom load a file, rom, into the option ROM space\n",
2206 QEMU_ARCH_ALL)
5824d651
BS
2207STEXI
2208@item -option-rom @var{file}
6616b2ad 2209@findex -option-rom
5824d651
BS
2210Load the contents of @var{file} as an option ROM.
2211This option is useful to load things like EtherBoot.
2212ETEXI
2213
2214DEF("clock", HAS_ARG, QEMU_OPTION_clock, \
2215 "-clock force the use of the given methods for timer alarm.\n" \
ad96090a
BS
2216 " To see what timers are available use -clock ?\n",
2217 QEMU_ARCH_ALL)
5824d651
BS
2218STEXI
2219@item -clock @var{method}
6616b2ad 2220@findex -clock
5824d651
BS
2221Force the use of the given methods for timer alarm. To see what timers
2222are available use -clock ?.
2223ETEXI
2224
1ed2fc1f 2225HXCOMM Options deprecated by -rtc
ad96090a
BS
2226DEF("localtime", 0, QEMU_OPTION_localtime, "", QEMU_ARCH_ALL)
2227DEF("startdate", HAS_ARG, QEMU_OPTION_startdate, "", QEMU_ARCH_ALL)
1ed2fc1f 2228
1ed2fc1f 2229DEF("rtc", HAS_ARG, QEMU_OPTION_rtc, \
6875204c 2230 "-rtc [base=utc|localtime|date][,clock=host|vm][,driftfix=none|slew]\n" \
ad96090a
BS
2231 " set the RTC base and clock, enable drift fix for clock ticks (x86 only)\n",
2232 QEMU_ARCH_ALL)
5824d651 2233
5824d651
BS
2234STEXI
2235
6875204c 2236@item -rtc [base=utc|localtime|@var{date}][,clock=host|vm][,driftfix=none|slew]
6616b2ad 2237@findex -rtc
1ed2fc1f
JK
2238Specify @option{base} as @code{utc} or @code{localtime} to let the RTC start at the current
2239UTC or local time, respectively. @code{localtime} is required for correct date in
2240MS-DOS or Windows. To start at a specific point in time, provide @var{date} in the
2241format @code{2006-06-17T16:01:21} or @code{2006-06-17}. The default base is UTC.
2242
6875204c
JK
2243By default the RTC is driven by the host system time. This allows to use the
2244RTC as accurate reference clock inside the guest, specifically if the host
2245time is smoothly following an accurate external reference clock, e.g. via NTP.
2246If you want to isolate the guest time from the host, even prevent it from
2247progressing during suspension, you can set @option{clock} to @code{vm} instead.
2248
1ed2fc1f
JK
2249Enable @option{driftfix} (i386 targets only) if you experience time drift problems,
2250specifically with Windows' ACPI HAL. This option will try to figure out how
2251many timer interrupts were not processed by the Windows guest and will
2252re-inject them.
5824d651
BS
2253ETEXI
2254
2255DEF("icount", HAS_ARG, QEMU_OPTION_icount, \
2256 "-icount [N|auto]\n" \
bc14ca24 2257 " enable virtual instruction counter with 2^N clock ticks per\n" \
ad96090a 2258 " instruction\n", QEMU_ARCH_ALL)
5824d651 2259STEXI
4e257e5e 2260@item -icount [@var{N}|auto]
6616b2ad 2261@findex -icount
5824d651 2262Enable virtual instruction counter. The virtual cpu will execute one
4e257e5e 2263instruction every 2^@var{N} ns of virtual time. If @code{auto} is specified
5824d651
BS
2264then the virtual cpu speed will be automatically adjusted to keep virtual
2265time within a few seconds of real time.
2266
2267Note that while this option can give deterministic behavior, it does not
2268provide cycle accurate emulation. Modern CPUs contain superscalar out of
2269order cores with complex cache hierarchies. The number of instructions
2270executed often has little or no correlation with actual performance.
2271ETEXI
2272
9dd986cc
RJ
2273DEF("watchdog", HAS_ARG, QEMU_OPTION_watchdog, \
2274 "-watchdog i6300esb|ib700\n" \
ad96090a
BS
2275 " enable virtual hardware watchdog [default=none]\n",
2276 QEMU_ARCH_ALL)
9dd986cc
RJ
2277STEXI
2278@item -watchdog @var{model}
6616b2ad 2279@findex -watchdog
9dd986cc
RJ
2280Create a virtual hardware watchdog device. Once enabled (by a guest
2281action), the watchdog must be periodically polled by an agent inside
2282the guest or else the guest will be restarted.
2283
2284The @var{model} is the model of hardware watchdog to emulate. Choices
2285for model are: @code{ib700} (iBASE 700) which is a very simple ISA
2286watchdog with a single timer, or @code{i6300esb} (Intel 6300ESB I/O
2287controller hub) which is a much more featureful PCI-based dual-timer
2288watchdog. Choose a model for which your guest has drivers.
2289
2290Use @code{-watchdog ?} to list available hardware models. Only one
2291watchdog can be enabled for a guest.
2292ETEXI
2293
2294DEF("watchdog-action", HAS_ARG, QEMU_OPTION_watchdog_action, \
2295 "-watchdog-action reset|shutdown|poweroff|pause|debug|none\n" \
ad96090a
BS
2296 " action when watchdog fires [default=reset]\n",
2297 QEMU_ARCH_ALL)
9dd986cc
RJ
2298STEXI
2299@item -watchdog-action @var{action}
2300
2301The @var{action} controls what QEMU will do when the watchdog timer
2302expires.
2303The default is
2304@code{reset} (forcefully reset the guest).
2305Other possible actions are:
2306@code{shutdown} (attempt to gracefully shutdown the guest),
2307@code{poweroff} (forcefully poweroff the guest),
2308@code{pause} (pause the guest),
2309@code{debug} (print a debug message and continue), or
2310@code{none} (do nothing).
2311
2312Note that the @code{shutdown} action requires that the guest responds
2313to ACPI signals, which it may not be able to do in the sort of
2314situations where the watchdog would have expired, and thus
2315@code{-watchdog-action shutdown} is not recommended for production use.
2316
2317Examples:
2318
2319@table @code
2320@item -watchdog i6300esb -watchdog-action pause
2321@item -watchdog ib700
2322@end table
2323ETEXI
2324
5824d651 2325DEF("echr", HAS_ARG, QEMU_OPTION_echr, \
ad96090a
BS
2326 "-echr chr set terminal escape character instead of ctrl-a\n",
2327 QEMU_ARCH_ALL)
5824d651
BS
2328STEXI
2329
4e257e5e 2330@item -echr @var{numeric_ascii_value}
6616b2ad 2331@findex -echr
5824d651
BS
2332Change the escape character used for switching to the monitor when using
2333monitor and serial sharing. The default is @code{0x01} when using the
2334@code{-nographic} option. @code{0x01} is equal to pressing
2335@code{Control-a}. You can select a different character from the ascii
2336control keys where 1 through 26 map to Control-a through Control-z. For
2337instance you could use the either of the following to change the escape
2338character to Control-t.
2339@table @code
2340@item -echr 0x14
2341@item -echr 20
2342@end table
2343ETEXI
2344
2345DEF("virtioconsole", HAS_ARG, QEMU_OPTION_virtiocon, \
2346 "-virtioconsole c\n" \
ad96090a 2347 " set virtio console\n", QEMU_ARCH_ALL)
5824d651
BS
2348STEXI
2349@item -virtioconsole @var{c}
6616b2ad 2350@findex -virtioconsole
5824d651 2351Set virtio console.
98b19252
AS
2352
2353This option is maintained for backward compatibility.
2354
2355Please use @code{-device virtconsole} for the new way of invocation.
5824d651
BS
2356ETEXI
2357
2358DEF("show-cursor", 0, QEMU_OPTION_show_cursor, \
ad96090a 2359 "-show-cursor show cursor\n", QEMU_ARCH_ALL)
5824d651 2360STEXI
95d5f08b 2361@item -show-cursor
6616b2ad 2362@findex -show-cursor
95d5f08b 2363Show cursor.
5824d651
BS
2364ETEXI
2365
2366DEF("tb-size", HAS_ARG, QEMU_OPTION_tb_size, \
ad96090a 2367 "-tb-size n set TB size\n", QEMU_ARCH_ALL)
5824d651 2368STEXI
95d5f08b 2369@item -tb-size @var{n}
6616b2ad 2370@findex -tb-size
95d5f08b 2371Set TB size.
5824d651
BS
2372ETEXI
2373
2374DEF("incoming", HAS_ARG, QEMU_OPTION_incoming, \
ad96090a
BS
2375 "-incoming p prepare for incoming migration, listen on port p\n",
2376 QEMU_ARCH_ALL)
5824d651 2377STEXI
95d5f08b 2378@item -incoming @var{port}
6616b2ad 2379@findex -incoming
95d5f08b 2380Prepare for incoming migration, listen on @var{port}.
5824d651
BS
2381ETEXI
2382
d8c208dd 2383DEF("nodefaults", 0, QEMU_OPTION_nodefaults, \
ad96090a 2384 "-nodefaults don't create default devices\n", QEMU_ARCH_ALL)
d8c208dd 2385STEXI
3dbf2c7f 2386@item -nodefaults
6616b2ad 2387@findex -nodefaults
3dbf2c7f 2388Don't create default devices.
d8c208dd
GH
2389ETEXI
2390
5824d651
BS
2391#ifndef _WIN32
2392DEF("chroot", HAS_ARG, QEMU_OPTION_chroot, \
ad96090a
BS
2393 "-chroot dir chroot to dir just before starting the VM\n",
2394 QEMU_ARCH_ALL)
5824d651
BS
2395#endif
2396STEXI
4e257e5e 2397@item -chroot @var{dir}
6616b2ad 2398@findex -chroot
5824d651
BS
2399Immediately before starting guest execution, chroot to the specified
2400directory. Especially useful in combination with -runas.
2401ETEXI
2402
2403#ifndef _WIN32
2404DEF("runas", HAS_ARG, QEMU_OPTION_runas, \
ad96090a
BS
2405 "-runas user change to user id user just before starting the VM\n",
2406 QEMU_ARCH_ALL)
5824d651
BS
2407#endif
2408STEXI
4e257e5e 2409@item -runas @var{user}
6616b2ad 2410@findex -runas
5824d651
BS
2411Immediately before starting guest execution, drop root privileges, switching
2412to the specified user.
2413ETEXI
2414
5824d651
BS
2415DEF("prom-env", HAS_ARG, QEMU_OPTION_prom_env,
2416 "-prom-env variable=value\n"
ad96090a
BS
2417 " set OpenBIOS nvram variables\n",
2418 QEMU_ARCH_PPC | QEMU_ARCH_SPARC)
95d5f08b
SW
2419STEXI
2420@item -prom-env @var{variable}=@var{value}
6616b2ad 2421@findex -prom-env
95d5f08b
SW
2422Set OpenBIOS nvram @var{variable} to given @var{value} (PPC, SPARC only).
2423ETEXI
5824d651 2424DEF("semihosting", 0, QEMU_OPTION_semihosting,
1ddeaa5d 2425 "-semihosting semihosting mode\n", QEMU_ARCH_ARM | QEMU_ARCH_M68K | QEMU_ARCH_XTENSA)
95d5f08b
SW
2426STEXI
2427@item -semihosting
6616b2ad 2428@findex -semihosting
1ddeaa5d 2429Semihosting mode (ARM, M68K, Xtensa only).
95d5f08b 2430ETEXI
5824d651 2431DEF("old-param", 0, QEMU_OPTION_old_param,
ad96090a 2432 "-old-param old param mode\n", QEMU_ARCH_ARM)
95d5f08b
SW
2433STEXI
2434@item -old-param
6616b2ad 2435@findex -old-param (ARM)
95d5f08b
SW
2436Old param mode (ARM only).
2437ETEXI
2438
715a664a 2439DEF("readconfig", HAS_ARG, QEMU_OPTION_readconfig,
ad96090a 2440 "-readconfig <file>\n", QEMU_ARCH_ALL)
3dbf2c7f
SW
2441STEXI
2442@item -readconfig @var{file}
6616b2ad 2443@findex -readconfig
3dbf2c7f
SW
2444Read device configuration from @var{file}.
2445ETEXI
715a664a
GH
2446DEF("writeconfig", HAS_ARG, QEMU_OPTION_writeconfig,
2447 "-writeconfig <file>\n"
ad96090a 2448 " read/write config file\n", QEMU_ARCH_ALL)
3dbf2c7f
SW
2449STEXI
2450@item -writeconfig @var{file}
6616b2ad 2451@findex -writeconfig
3dbf2c7f
SW
2452Write device configuration to @var{file}.
2453ETEXI
292444cb
AL
2454DEF("nodefconfig", 0, QEMU_OPTION_nodefconfig,
2455 "-nodefconfig\n"
ad96090a
BS
2456 " do not load default config files at startup\n",
2457 QEMU_ARCH_ALL)
292444cb
AL
2458STEXI
2459@item -nodefconfig
6616b2ad 2460@findex -nodefconfig
292444cb
AL
2461Normally QEMU loads a configuration file from @var{sysconfdir}/qemu.conf and
2462@var{sysconfdir}/target-@var{ARCH}.conf on startup. The @code{-nodefconfig}
2463option will prevent QEMU from loading these configuration files at startup.
2464ETEXI
ab6540d5 2465DEF("trace", HAS_ARG, QEMU_OPTION_trace,
23d15e86
L
2466 "-trace [events=<file>][,file=<file>]\n"
2467 " specify tracing options\n",
ab6540d5
PS
2468 QEMU_ARCH_ALL)
2469STEXI
23d15e86
L
2470HXCOMM This line is not accurate, as some sub-options are backend-specific but
2471HXCOMM HX does not support conditional compilation of text.
2472@item -trace [events=@var{file}][,file=@var{file}]
ab6540d5 2473@findex -trace
e4858974 2474
23d15e86
L
2475Specify tracing options.
2476
2477@table @option
2478@item events=@var{file}
2479Immediately enable events listed in @var{file}.
2480The file must contain one event name (as listed in the @var{trace-events} file)
2481per line.
c1ba4e0b
SW
2482This option is only available if QEMU has been compiled with
2483either @var{simple} or @var{stderr} tracing backend.
23d15e86
L
2484@item file=@var{file}
2485Log output traces to @var{file}.
2486
c1ba4e0b
SW
2487This option is only available if QEMU has been compiled with
2488the @var{simple} tracing backend.
23d15e86 2489@end table
ab6540d5 2490ETEXI
3dbf2c7f
SW
2491
2492HXCOMM This is the last statement. Insert new options before this line!
2493STEXI
2494@end table
2495ETEXI