Correct bad field in libvirt schema
This commit is contained in:
parent
3ae6a469aa
commit
a770b65f6b
|
@ -119,7 +119,7 @@ devices_disk_footer = """ </source>
|
||||||
|
|
||||||
# vhostmd virtualization passthrough device
|
# vhostmd virtualization passthrough device
|
||||||
devices_vhostmd = """ <disk type='file' device='disk'>
|
devices_vhostmd = """ <disk type='file' device='disk'>
|
||||||
<drive name='qemu' type='raw'/>
|
<driver name='qemu' type='raw'/>
|
||||||
<source file='/dev/shm/vhostmd0'/>
|
<source file='/dev/shm/vhostmd0'/>
|
||||||
<target dev='sdz' bus='usb'/>
|
<target dev='sdz' bus='usb'/>
|
||||||
<readonly/>
|
<readonly/>
|
||||||
|
|
Loading…
Reference in New Issue