]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: introduces new vhostuser disk type
authorPavel Hrdina <phrdina@redhat.com>
Mon, 25 Jan 2021 14:59:02 +0000 (15:59 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 3 Feb 2021 17:56:34 +0000 (18:56 +0100)
commite88bdaf789b6f1cc5347b217240f15afd86a94c1
treeedf94eeeefc1fcf4ca441284c4197f195953253a
parent592fb164e93a9655194aa5f2806177ff5b0a8519
docs: introduces new vhostuser disk type

     <disk type='vhostuser' device='disk'>
       <driver name='qemu' type='raw'/>
       <source type='unix' path='/tmp/vhost-blk.sock'>
         <reconnect enabled='yes' timeout='10'/>
       </source>
       <target dev='vda' bus='virtio'/>
     </disk>

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
docs/formatdomain.rst
docs/schemas/domaincommon.rng