]> git.proxmox.com Git - mirror_edk2.git/commit
ArmVirtPkg: kvmtool platform memory map
authorSami Mujawar <sami.mujawar@arm.com>
Fri, 2 Oct 2020 21:13:59 +0000 (22:13 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 16 Oct 2020 17:21:04 +0000 (17:21 +0000)
commit4c5e875ec140b2a01099a8b37ca1a3ca43f57201
tree7f2fd68fe2c479179c66c2b6ddbe3d5be44264a1
parent39d76b25965d2cc55e32845e586ee5611b75895a
ArmVirtPkg: kvmtool platform memory map

Kvmtool is a virtual machine manager that enables
hosting KVM guests. Kvmtool allows to vary the
hardware configuration of the virtual platform
it provides to the guest partition. It provides
the current hardware configuration to the firmware
by handing off a device tree containing the hardware
information.

This library parses the kvmtool provided device
tree and populates the system memory map for the
kvmtool virtual platform.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Ard Biesheuvel <Ard.Biesheuvel@arm.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
ArmVirtPkg/Library/KvmtoolVirtMemInfoLib/KvmtoolVirtMemInfoLib.c [new file with mode: 0644]
ArmVirtPkg/Library/KvmtoolVirtMemInfoLib/KvmtoolVirtMemInfoLib.inf [new file with mode: 0644]