libvirt/tests/qemuhotplugtestdevices/qemuhotplug-disk-virtio.xml

8 lines
182 B
XML
Raw Normal View History

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