diff options
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 89ae6befc4..7068d2a880 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -185,6 +185,13 @@ command line application. The emulated serial port is redirected on the console. Therefore, you can still use QEMU to debug a Linux kernel with a serial console. +@item -vnc d + +Normally, QEMU uses SDL to display the VGA output. With this option, +you can have QEMU listen on VNC display d and redirect the VGA display +over the VNC session. It is very useful to enable the usb tablet device +when using this option (option @option{-usbdevice tablet}). + @item -k language Use keyboard layout @var{language} (for example @code{fr} for |