Correct bad field in libvirt schema

This commit is contained in:
Joshua Boniface 2020-11-07 23:15:11 -05:00
parent 3ae6a469aa
commit a770b65f6b
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ devices_disk_footer = """ </source>
# vhostmd virtualization passthrough device
devices_vhostmd = """ <disk type='file' device='disk'>
<drive name='qemu' type='raw'/>
<driver name='qemu' type='raw'/>
<source file='/dev/shm/vhostmd0'/>
<target dev='sdz' bus='usb'/>
<readonly/>