diff options
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 2c83390504..104632ea34 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -913,8 +913,8 @@ SRST ``-fda file`` \ ``-fdb file`` - Use file as floppy disk 0/1 image (see - :ref:`disk_005fimages`). + Use file as floppy disk 0/1 image (see the :ref:`disk images` chapter in + the System Emulation Users Guide). ERST DEF("hda", HAS_ARG, QEMU_OPTION_hda, @@ -931,8 +931,8 @@ SRST ``-hdc file`` \ ``-hdd file`` - Use file as hard disk 0, 1, 2 or 3 image (see - :ref:`disk_005fimages`). + Use file as hard disk 0, 1, 2 or 3 image (see the :ref:`disk images` + chapter in the System Emulation Users Guide). ERST DEF("cdrom", HAS_ARG, QEMU_OPTION_cdrom, @@ -1189,9 +1189,9 @@ SRST In addition, it knows the following options: ``file=file`` - This option defines which disk image (see - :ref:`disk_005fimages`) to use with this drive. If - the filename contains comma, you must double it (for instance, + This option defines which disk image (see the :ref:`disk images` + chapter in the System Emulation Users Guide) to use with this drive. + If the filename contains comma, you must double it (for instance, "file=my,,file" to use file "my,file"). Special files such as iSCSI devices can be specified using @@ -1400,8 +1400,8 @@ SRST ``-snapshot`` Write to temporary files instead of disk image files. In this case, the raw disk image you use is not written back. You can however - force the write back by pressing C-a s (see - :ref:`disk_005fimages`). + force the write back by pressing C-a s (see the :ref:`disk images` + chapter in the System Emulation Users Guide). ERST DEF("fsdev", HAS_ARG, QEMU_OPTION_fsdev, @@ -1687,8 +1687,8 @@ DEF("usbdevice", HAS_ARG, QEMU_OPTION_usbdevice, SRST ``-usbdevice devname`` Add the USB device devname. Note that this option is deprecated, - please use ``-device usb-...`` instead. See - :ref:`usb_005fdevices`. + please use ``-device usb-...`` instead. See the chapter about + :ref:`Connecting USB devices` in the System Emulation Users Guide. ``mouse`` Virtual Mouse. This will override the PS/2 mouse emulation when @@ -2110,7 +2110,7 @@ SRST connections. The password must be set separately using the ``set_password`` - command in the :ref:`pcsys_005fmonitor`. The + command in the :ref:`QEMU monitor`. The syntax to change your password is: ``set_password <protocol> <password>`` where <protocol> could be either "vnc" or "spice". @@ -2155,8 +2155,8 @@ SRST and 'x509' settings to enable use of SSL and server certificates. This ensures a data encryption preventing compromise of authentication credentials. See the - :ref:`vnc_005fsecurity` section for details on - using SASL authentication. + :ref:`VNC security` section in the System Emulation Users Guide + for details on using SASL authentication. ``sasl-authz=ID`` Provides the ID of the QAuthZ authorization object against which @@ -3082,7 +3082,9 @@ The general form of a character device option is: -serial chardev:char1 When you're using a multiplexed character device, some escape - sequences are interpreted in the input. See :ref:`mux_005fkeys`. + sequences are interpreted in the input. See the chapter about + :ref:`keys in the character backend multiplexer` in the + System Emulation Users Guide for more details. Note that some other command line options may implicitly create multiplexed character backends; for instance ``-serial mon:stdio`` @@ -3755,8 +3757,8 @@ DEF("gdb", HAS_ARG, QEMU_OPTION_gdb, \ QEMU_ARCH_ALL) SRST ``-gdb dev`` - Accept a gdb connection on device dev (see - :ref:`gdb_005fusage`). Note that this option does not pause QEMU + Accept a gdb connection on device dev (see the :ref:`GDB usage` chapter + in the System Emulation Users Guide). Note that this option does not pause QEMU execution -- if you want QEMU to not start the guest until you connect with gdb and issue a ``continue`` command, you will need to also pass the ``-S`` option to QEMU. @@ -3781,7 +3783,7 @@ DEF("s", 0, QEMU_OPTION_s, \ SRST ``-s`` Shorthand for -gdb tcp::1234, i.e. open a gdbserver on TCP port 1234 - (see :ref:`gdb_005fusage`). + (see the :ref:`GDB usage` chapter in the System Emulation Users Guide). ERST DEF("d", HAS_ARG, QEMU_OPTION_d, \ |