Expand description
Manages system resources that can be allocated to VMs and their devices.
Modulesยง
- address_
allocator - address_
range ๐ - pci_
address ๐ - system_
allocator ๐ - Manages allocating system resources such as address space and interrupt numbers.
Structsยง
- Address
Range - Represents a range of addresses from
starttoend, inclusive. - Alloc
Options - Memory allocation options.
- PciAddress
- PCI Device Address, AKA Bus:Device.Function
- System
Allocator - System
Allocator Config
Enumsยง
- Alloc
- Used to tag SystemAllocator allocations.
- Error
- Mmio
Type - MMIO address Type Low: address allocated from low_address_space High: address allocated from high_address_space
- PciAddress
Error - PCI address parsing and conversion errors.