Expand description
Structs to manage device resources.
The high level flow of resource management among the VMM, the device manager, and the device is as below:
- the VMM creates a new device object.
- the VMM asks the new device object for its resource constraints.
- the VMM allocates resources for the device object according to resource constraints.
- the VMM passes the allocated resources to the device object.
- the VMM registers the new device onto corresponding device managers according the allocated resources.
Structs§
- Device
Resources - Newtype to store a set of device resources.
Enums§
- MsiIrq
Type - Type of Message Singaled Interrupt
- Resource
- Enumeration for device resources.
- Resource
Constraint - Enumeration describing a device’s resource constraints.