]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/VirtioFsDxe/SimpleFsOpen.c
OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Open()
authorLaszlo Ersek <lersek@redhat.com>
Wed, 16 Dec 2020 21:11:03 +0000 (22:11 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 21 Dec 2020 17:16:23 +0000 (17:16 +0000)
commitde0e11902b12ce0a6ffdb18bde65acfde1d6172b
treef6032017a6e180022256a2b5b9e579b94ca2b064
parente3bc957706e98842fea61ec716b560427b98a908
OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Open()

Using the functions introduced previously, we can now implement
VirtioFsSimpleFileOpen().

This lets the "MKDIR" command to work in the UEFI shell, for example.

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-27-lersek@redhat.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
OvmfPkg/VirtioFsDxe/SimpleFsOpen.c