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

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

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