tests: fix xen-related tests

My commit 6879be4 moved the addition of the implicit video device
from the XML parser to the PostParse function, but did not regenerate
all the tests.
This commit is contained in:
Ján Tomko 2016-04-12 14:58:43 +02:00
parent 4517eb0f4e
commit 4b35a7155a
73 changed files with 219 additions and 0 deletions

View File

@ -34,6 +34,9 @@
<input type='mouse' bus='xen'/> <input type='mouse' bus='xen'/>
<input type='keyboard' bus='xen'/> <input type='keyboard' bus='xen'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='xen' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -50,6 +50,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='5925' autoport='yes' keymap='en-us'/> <graphics type='vnc' port='5925' autoport='yes' keymap='en-us'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -43,6 +43,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' keymap='ja'/> <graphics type='vnc' port='-1' autoport='yes' keymap='ja'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -46,6 +46,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -46,6 +46,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -43,6 +43,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' keymap='ja'/> <graphics type='vnc' port='-1' autoport='yes' keymap='ja'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -44,6 +44,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' keymap='ja'/> <graphics type='vnc' port='-1' autoport='yes' keymap='ja'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -48,6 +48,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -55,6 +55,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -51,6 +51,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -51,6 +51,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -49,6 +49,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -51,6 +51,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -49,6 +49,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -49,6 +49,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -53,6 +53,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -53,6 +53,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -53,6 +53,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -51,6 +51,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -45,6 +45,9 @@
<graphics type='vnc' port='-1' autoport='yes' keymap='ja'/> <graphics type='vnc' port='-1' autoport='yes' keymap='ja'/>
<sound model='sb16'/> <sound model='sb16'/>
<sound model='es1370'/> <sound model='es1370'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -45,6 +45,9 @@
<graphics type='vnc' port='-1' autoport='yes' keymap='ja'/> <graphics type='vnc' port='-1' autoport='yes' keymap='ja'/>
<sound model='sb16'/> <sound model='sb16'/>
<sound model='es1370'/> <sound model='es1370'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -44,6 +44,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' keymap='ja'/> <graphics type='vnc' port='-1' autoport='yes' keymap='ja'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -44,6 +44,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' keymap='ja'/> <graphics type='vnc' port='-1' autoport='yes' keymap='ja'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -43,6 +43,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' keymap='ja'/> <graphics type='vnc' port='-1' autoport='yes' keymap='ja'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -43,6 +43,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' keymap='ja'/> <graphics type='vnc' port='-1' autoport='yes' keymap='ja'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -43,6 +43,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' keymap='ja'/> <graphics type='vnc' port='-1' autoport='yes' keymap='ja'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -48,6 +48,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -29,6 +29,9 @@
<graphics type='vnc' port='5925' autoport='no' listen='0.0.0.0' keymap='ja'> <graphics type='vnc' port='5925' autoport='no' listen='0.0.0.0' keymap='ja'>
<listen type='address' address='0.0.0.0'/> <listen type='address' address='0.0.0.0'/>
</graphics> </graphics>
<video>
<model type='xen' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -29,6 +29,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0' keymap='ja'> <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0' keymap='ja'>
<listen type='address' address='0.0.0.0'/> <listen type='address' address='0.0.0.0'/>
</graphics> </graphics>
<video>
<model type='xen' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -32,6 +32,9 @@
<input type='mouse' bus='xen'/> <input type='mouse' bus='xen'/>
<input type='keyboard' bus='xen'/> <input type='keyboard' bus='xen'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='xen' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -47,6 +47,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' keymap='ja'/> <graphics type='vnc' port='-1' autoport='yes' keymap='ja'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -51,5 +51,8 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
</devices> </devices>
</domain> </domain>

View File

@ -51,5 +51,8 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
</devices> </devices>
</domain> </domain>

View File

@ -48,5 +48,8 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
</devices> </devices>
</domain> </domain>

View File

@ -48,5 +48,8 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
</devices> </devices>
</domain> </domain>

View File

@ -48,5 +48,8 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
</devices> </devices>
</domain> </domain>

View File

@ -47,5 +47,8 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
</devices> </devices>
</domain> </domain>

View File

@ -55,5 +55,8 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
</devices> </devices>
</domain> </domain>

View File

@ -51,5 +51,8 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
</devices> </devices>
</domain> </domain>

View File

@ -48,5 +48,8 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
</devices> </devices>
</domain> </domain>

View File

@ -47,5 +47,8 @@
<mouse mode='client'/> <mouse mode='client'/>
<clipboard copypaste='yes'/> <clipboard copypaste='yes'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
</devices> </devices>
</domain> </domain>

View File

@ -47,5 +47,8 @@
<mouse mode='server'/> <mouse mode='server'/>
<clipboard copypaste='no'/> <clipboard copypaste='no'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
</devices> </devices>
</domain> </domain>

View File

@ -54,5 +54,8 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
</devices> </devices>
</domain> </domain>

View File

@ -53,6 +53,9 @@
</graphics> </graphics>
<sound model='sb16'/> <sound model='sb16'/>
<sound model='es1370'/> <sound model='es1370'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -47,6 +47,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -47,6 +47,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -47,6 +47,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -45,6 +45,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -45,6 +45,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -45,6 +45,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -46,6 +46,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -50,6 +50,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -57,6 +57,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -53,6 +53,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -53,6 +53,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -51,6 +51,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -53,6 +53,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -51,6 +51,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -51,6 +51,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -55,6 +55,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -55,6 +55,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -55,6 +55,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -53,6 +53,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -47,6 +47,9 @@
</graphics> </graphics>
<sound model='sb16'/> <sound model='sb16'/>
<sound model='es1370'/> <sound model='es1370'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -46,6 +46,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -46,6 +46,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -45,6 +45,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -48,6 +48,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -32,6 +32,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='xen' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -33,6 +33,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='xen' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -31,6 +31,9 @@
<graphics type='vnc' port='5925' autoport='no' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='5925' autoport='no' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='xen' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -31,6 +31,9 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/> <listen type='address' address='127.0.0.1'/>
</graphics> </graphics>
<video>
<model type='xen' heads='1' primary='yes'/>
</video>
<memballoon model='xen'/> <memballoon model='xen'/>
</devices> </devices>
</domain> </domain>

View File

@ -48,6 +48,9 @@
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/> <graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
<hostdev mode='subsystem' type='pci' managed='no'> <hostdev mode='subsystem' type='pci' managed='no'>
<source> <source>
<address domain='0x0001' bus='0x0c' slot='0x1b' function='0x2'/> <address domain='0x0001' bus='0x0c' slot='0x1b' function='0x2'/>