mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
7 lines
165 B
XML
7 lines
165 B
XML
|
<disk type='file' device='cdrom'>
|
||
|
<driver name='qemu' type='raw' cache='none'/>
|
||
|
<source file='/dev/null'/>
|
||
|
<target dev='sde' bus='usb'/>
|
||
|
<readonly/>
|
||
|
</disk>
|