mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
VNC server (Anthony Liguori)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1869 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a46e4035e2
commit
24236869fb
10 changed files with 1477 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue