summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2020-12-16 22:10:46 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-12-21 17:16:23 +0000
commitb62a0c5603da1445682678b49d9c45230cf7af3c (patch)
treee8a67d01625892335b1fc8d9a3d355438640ac48 /OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
parentfa97e3728210fbb5963ac91fafdadd6f83dc1226 (diff)
downloadedk2-b62a0c5603da1445682678b49d9c45230cf7af3c.tar.gz
edk2-b62a0c5603da1445682678b49d9c45230cf7af3c.tar.bz2
edk2-b62a0c5603da1445682678b49d9c45230cf7af3c.zip
OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_OPENDIR
Add the VirtioFsFuseOpenDir() function, for sending the FUSE_OPENDIR command to the Virtio Filesystem device. Cc: Ard Biesheuvel <ard.biesheuvel@arm.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3097 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Message-Id: <20201216211125.19496-10-lersek@redhat.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Diffstat (limited to 'OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf')
-rw-r--r--OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf1
1 files changed, 1 insertions, 0 deletions
diff --git a/OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf b/OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
index 8fddc50318..051acbdd71 100644
--- a/OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
+++ b/OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
@@ -83,6 +83,7 @@
[Sources]
DriverBinding.c
FuseInit.c
+ FuseOpenDir.c
Helpers.c
SimpleFsOpenVolume.c
VirtioFsDxe.h