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