]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: block: Add support for VIR_STORAGE_NET_PROTOCOL_NFS
authorRyan Gahagan <rgahagan@cs.utexas.edu>
Wed, 6 Jan 2021 21:32:30 +0000 (15:32 -0600)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 8 Jan 2021 14:07:42 +0000 (15:07 +0100)
commitc7570bbef89b20058095270e07fad0dcc8f60e7a
treedf286d751160921b98c520470356eaf70f8328d9
parent86e26645ee67c0cf76968a4e063d936324647fd8
qemu: block: Add support for VIR_STORAGE_NET_PROTOCOL_NFS

Implement support for the 'nfs' native protocol driver in the qemu
driver.

QEMU accepts numeric UID/GID for 'nfs' protocol file driver thus libvirt
needs to perform the lookup prior to passing it to qemu.

Signed-off-by: Ryan Gahagan <rgahagan@cs.utexas.edu>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_block.c
src/qemu/qemu_domain.c