mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-06-16 02:15:47 +00:00
f323796502
The x86 BIOS code included some definitions for the E820 table from the Linux system headers, but those could not be found on x86_64 multiarch systems without the compat headers installed. Pull the required definitions into the kvmtool source directory, removing the reference to <asm/e820.h>. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>