diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-04-30 21:28:36 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-04-30 21:28:36 +0000 |
commit | 24236869fbff210b356b6626e6e9e9eadc8a976c (patch) | |
tree | f32404f6a854711decf8dc51a224b08fd5ae939c /qemu-doc.texi | |
parent | a46e4035e22c81cd3942b936cebe6f6037e17ec2 (diff) |
VNC server (Anthony Liguori)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1869 c046a42c-6fe2-441c-8c8c-71466251a162
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 |