cloud-hypervisor/vmm/src
Samuel Ortiz 299d887856 arch: Add SubRegion memory type
We want to be able to differentiate between memory regions that must be
managed separately from the main address space (e.g. the 32-bit memory
hole) and ones that are reserved (i.e. from which we don't want to allow
the VMM to allocate address ranges.

We are going to use a reserved memory region for restricting the 32-bit
memory hole from expanding beyond the IOAPIC and TSS addresses.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-07-25 11:45:38 +01:00
..
config.rs vmm: Support direct device assignment 2019-07-24 11:55:08 +02:00
lib.rs config: Reorganize command line parsing 2019-05-24 17:08:52 +01:00
vm.rs arch: Add SubRegion memory type 2019-07-25 11:45:38 +01:00