Expand description
Manages system resources that can be allocated to VMs and their devices.
Modules§
- Manages allocating system resources such as address space and interrupt numbers.
 
Structs§
- Represents a range of addresses from
starttoend, inclusive. - Memory allocation options.
 - PCI Device Address, AKA Bus:Device.Function
 
Enums§
- Used to tag SystemAllocator allocations.
 - MMIO address Type Low: address allocated from low_address_space High: address allocated from high_address_space
 - PCI address parsing and conversion errors.