mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
b488d4859b
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> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |