]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/OvmfPkg.dec
OvmfPkg: introduce QemuLoadImageLib library class
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 28 Feb 2020 16:04:01 +0000 (17:04 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 5 Mar 2020 19:45:05 +0000 (19:45 +0000)
commit28de1a5550c08f889cf231023945095778c90825
tree22b6e97a0a182c7362da5baf37080996ec186a7a
parent57f9b7f89e0e7226c69830e3e9b178c275f9140a
OvmfPkg: introduce QemuLoadImageLib library class

Introduce the QemuLoadImageLib library class that we will instantiate
to load the kernel image passed via the QEMU command line using the
standard LoadImage boot service.

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2566
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg/Include/Library/QemuLoadImageLib.h [new file with mode: 0644]
OvmfPkg/OvmfPkg.dec