On 04/23/09 12:43, Daniel P. Berrange wrote:
Historically with Xen and QEMU there has only been ability to have
either
SDL graphics, or VNC graphics, but not both.
Note that this has changed recently, qemu can handle both vnc and sdl now.
<graphics type='desktop'/>
<graphics type='rdp' port='1234' autoport='no'
listen='172.21.4.3'/>
Likewise for qemu:
<graphics type='sdl' ...>
<graphics type='vnc' ...>
cheers,
Gerd