tests: fix failures with libvirt upstream version
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
09ef4583a0
commit
9d633879b1
|
@ -1,8 +1,8 @@
|
|||
<model type="vmvga" vram="9216" heads="1"/>
|
||||
<model type="vmvga" vram="16384" heads="1"/>
|
||||
</video>
|
||||
<video>
|
||||
- <model type="cirrus" vram="10240" heads="3"/>
|
||||
+ <model type="qxl" vram="10240" heads="3"/>
|
||||
- <model type="cirrus" vram="16384" heads="3"/>
|
||||
+ <model type="qxl" vram="16384" heads="3"/>
|
||||
</video>
|
||||
<hostdev mode="subsystem" type="usb" managed="yes">
|
||||
<source>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
- <sound model="ich6"/>
|
||||
+ <sound model="pcspk"/>
|
||||
<video>
|
||||
<model type="vmvga" vram="9216" heads="1"/>
|
||||
<model type="vmvga" vram="16384" heads="1"/>
|
||||
</video>
|
||||
|
||||
Domain 'test-many-devices' defined successfully.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
- <sound model="ich6"/>
|
||||
+ <sound model="pcspk"/>
|
||||
<video>
|
||||
<model type="vmvga" vram="9216" heads="1"/>
|
||||
<model type="vmvga" vram="16384" heads="1"/>
|
||||
</video>
|
||||
|
||||
Domain 'test-many-devices' defined successfully.
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<sound model="es1370"/>
|
||||
<sound model="ich6"/>
|
||||
<video>
|
||||
- <model type="vmvga" vram="9216" heads="1"/>
|
||||
+ <model type="cirrus" vram="9216" heads="1"/>
|
||||
- <model type="vmvga" vram="16384" heads="1"/>
|
||||
+ <model type="cirrus" vram="16384" heads="1"/>
|
||||
</video>
|
||||
<video>
|
||||
<model type="cirrus" vram="10240" heads="3"/>
|
||||
<model type="cirrus" vram="16384" heads="3"/>
|
||||
|
||||
Domain 'test-many-devices' defined successfully.
|
||||
Changes will take effect after the next domain shutdown.
|
|
@ -3,7 +3,7 @@
|
|||
<sound model="es1370"/>
|
||||
- <sound model="ich6"/>
|
||||
<video>
|
||||
<model type="vmvga" vram="9216" heads="1"/>
|
||||
<model type="vmvga" vram="16384" heads="1"/>
|
||||
</video>
|
||||
|
||||
Domain 'test-many-devices' defined successfully.
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<sound model="es1370"/>
|
||||
<sound model="ich6"/>
|
||||
- <video>
|
||||
- <model type="vmvga" vram="9216" heads="1"/>
|
||||
- <model type="vmvga" vram="16384" heads="1"/>
|
||||
- </video>
|
||||
- <video>
|
||||
- <model type="cirrus" vram="10240" heads="3"/>
|
||||
- <model type="cirrus" vram="16384" heads="3"/>
|
||||
- </video>
|
||||
<hostdev mode="subsystem" type="usb" managed="yes">
|
||||
<source>
|
||||
|
|
Loading…
Reference in New Issue