cloud-hypervisor/arch
Thomas Barrett ce7db3f7c3 arch: x86_64: allow more than 2 E820_RAM ranges
The 'generate_ram_ranges' function currently hardcodes the assumption
that there are only 2 E820 RAM entries. This is not flexible enough to
handle vendor specific memory holes. Returning a Vec is also more
convenient for users of this function.

Signed-off-by: Thomas Barrett <tbarrett@crusoeenergy.com>
2024-02-15 08:49:06 +00:00
..
src arch: x86_64: allow more than 2 E820_RAM ranges 2024-02-15 08:49:06 +00:00
Cargo.toml build: Bump serde from 1.0.193 to 1.0.196 2024-02-09 23:45:54 +00:00