mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
061224892c
The test was showing that the 'blockdev' capability is properly added although we didn't detect it yet. Unfortunately this test can't be carried over once we bump minimum qemu version to qemu-4.2. Make the test case future-proof by removing the qemu-4.0.0 version which would become pointless and use only already deprecated capability flags so that the test output does not change. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
50 lines
1.7 KiB
XML
50 lines
1.7 KiB
XML
<domain type='qemu' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
|
|
<name>QEMUGuest1</name>
|
|
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
|
|
<memory unit='KiB'>219136</memory>
|
|
<currentMemory unit='KiB'>219136</currentMemory>
|
|
<vcpu placement='static'>1</vcpu>
|
|
<os>
|
|
<type arch='x86_64' machine='pc'>hvm</type>
|
|
<boot dev='hd'/>
|
|
</os>
|
|
<clock offset='utc'/>
|
|
<on_poweroff>destroy</on_poweroff>
|
|
<on_reboot>restart</on_reboot>
|
|
<on_crash>destroy</on_crash>
|
|
<devices>
|
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
<disk type='block' device='disk'>
|
|
<source dev='/dev/HostVG/QEMUGuest1'/>
|
|
<target dev='hda' bus='ide'/>
|
|
<alias name='ua-disk'/>
|
|
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
|
|
</disk>
|
|
<controller type='ide' index='0'/>
|
|
</devices>
|
|
<qemu:commandline>
|
|
<qemu:arg value='-unknown'/>
|
|
<qemu:arg value='parameter'/>
|
|
<qemu:env name='NS' value='ns'/>
|
|
<qemu:env name='BAR'/>
|
|
</qemu:commandline>
|
|
<qemu:capabilities>
|
|
<qemu:add capability="vnc-colon"/>
|
|
<qemu:del capability="name"/>
|
|
</qemu:capabilities>
|
|
<qemu:override>
|
|
<qemu:device alias='ua-disk'>
|
|
<qemu:frontend>
|
|
<qemu:property name='prop1' type='string' value='propval1'/>
|
|
<qemu:property name='prop2' type='signed' value='-321'/>
|
|
<qemu:property name='prop3' type='unsigned' value='123'/>
|
|
<qemu:property name='prop4' type='bool' value='true'/>
|
|
<qemu:property name='prop5' type='bool' value='false'/>
|
|
<qemu:property name='prop6' type='bool' value='false'/>
|
|
<qemu:property name='prop6' type='remove'/>
|
|
</qemu:frontend>
|
|
</qemu:device>
|
|
</qemu:override>
|
|
<qemu:deprecation behavior='crash'/>
|
|
</domain>
|