libvirt/tests/qemuhotplugtestdevices/qemuhotplug-ccw-virtio-2.xml
Tomasz Flendrich ed8f236491 qemuhotplugtest: Add tests for ccw devices
There's a plan to rework the address handling, so testcases
that verify hotplugging ccw devices will help in avoiding
regression.

In this commit, some files are duplicated because of the way
qemuhotplug.c calculates the expected xml filenames.
I plan on changing that to explicitly stating the basis domain
xml, the device xml, and the expected xml.
2016-07-25 10:51:08 +02:00

9 lines
206 B
XML

<disk type='file' device='disk'>
<driver name='qemu' type='raw' cache='none'/>
<source file='/dev/null'/>
<target dev='hda' bus='virtio'/>
<readonly/>
<shareable/>
<address type='ccw'/>
</disk>