mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 02:25:18 +00:00
tests: qemustatusxml2xmldata: Add local SCSI hostdev to 'upgrade' case
Add a local SCSI host device to validate upcoming generated data. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
d240e599e6
commit
8e008c1013
@ -511,6 +511,14 @@
|
|||||||
<alias name='hostdev1'/>
|
<alias name='hostdev1'/>
|
||||||
<address type='drive' controller='0' bus='0' target='2' unit='5'/>
|
<address type='drive' controller='0' bus='0' target='2' unit='5'/>
|
||||||
</hostdev>
|
</hostdev>
|
||||||
|
<hostdev mode='subsystem' type='scsi' managed='yes'>
|
||||||
|
<source>
|
||||||
|
<adapter name='scsi_host0'/>
|
||||||
|
<address bus='0' target='0' unit='0'/>
|
||||||
|
</source>
|
||||||
|
<alias name='hostdev2'/>
|
||||||
|
<address type='drive' controller='0' bus='0' target='2' unit='6'/>
|
||||||
|
</hostdev>
|
||||||
<redirdev bus='usb' type='spicevmc'>
|
<redirdev bus='usb' type='spicevmc'>
|
||||||
<alias name='redir0'/>
|
<alias name='redir0'/>
|
||||||
<address type='usb' bus='0' port='2'/>
|
<address type='usb' bus='0' port='2'/>
|
||||||
|
@ -543,6 +543,14 @@
|
|||||||
<alias name='hostdev1'/>
|
<alias name='hostdev1'/>
|
||||||
<address type='drive' controller='0' bus='0' target='2' unit='5'/>
|
<address type='drive' controller='0' bus='0' target='2' unit='5'/>
|
||||||
</hostdev>
|
</hostdev>
|
||||||
|
<hostdev mode='subsystem' type='scsi' managed='yes'>
|
||||||
|
<source>
|
||||||
|
<adapter name='scsi_host0'/>
|
||||||
|
<address bus='0' target='0' unit='0'/>
|
||||||
|
</source>
|
||||||
|
<alias name='hostdev2'/>
|
||||||
|
<address type='drive' controller='0' bus='0' target='2' unit='6'/>
|
||||||
|
</hostdev>
|
||||||
<redirdev bus='usb' type='spicevmc'>
|
<redirdev bus='usb' type='spicevmc'>
|
||||||
<alias name='redir0'/>
|
<alias name='redir0'/>
|
||||||
<address type='usb' bus='0' port='2'/>
|
<address type='usb' bus='0' port='2'/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user