cloud-hypervisor/arch
Rob Bradford eb60106159 arch: acpi: Correct starting length of MCFG table
The starting length of the MCFG table was too long resulting in the
kernel trying to get extra MCFG entries from the table that weren't
there resulting in the following error message from the kernel:

PCI: no memory for MCFG entries

The MCFG table also has an 8 bytes of padding at the start before the
table begins.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2019-09-18 06:27:59 +02:00
..
src arch: acpi: Correct starting length of MCFG table 2019-09-18 06:27:59 +02:00
Cargo.toml build: Really make the acpi feature disableable 2019-09-05 08:58:47 -07:00