Added support for generating new style PV framebuffer. Added vnclisten & vncpasswd handling

This commit is contained in:
Daniel P. Berrange
2006-12-13 14:08:51 +00:00
parent 804e20e6c3
commit 7a9f673e3e
11 changed files with 205 additions and 21 deletions

View File

@@ -18,6 +18,6 @@
<source file='/root/some.img'/>
<target dev='xvda'/>
</disk>
<graphics type='vnc' port='5906'/>
<graphics type='vnc' port='5906' listen='0.0.0.0'/>
</devices>
</domain>