cloud-hypervisor/arch
Rob Bradford b488d4859b arch: x86_64: Fix E820 table for RAM
The last byte was missing from the E820 RAM area. This was due to the
function using the last address relative to the first address in the
range to calculate the size. This incorrectly calculated the size by
one. This produced incorrect E820 tables like this:

[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffffffe] usable

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2019-09-19 10:43:55 +01:00
..
src arch: x86_64: Fix E820 table for RAM 2019-09-19 10:43:55 +01:00
Cargo.toml build: Really make the acpi feature disableable 2019-09-05 08:58:47 -07:00