cloud-hypervisor/vmm
Sebastien Boeuf 4dc2a39f3a vmm: acpi: Create PHPR container
This new PHPR device in the DSDT table introduces some specific
operation regions and the associated fields.

PCIU stands for "PCI up", which identifies PCI devices that must be
added.
PCID stands for "PCI down", which identifies PCI devices that must be
removed.
B0EJ stands for "Bus 0 eject", which identifies which device on the bus
has been ejected by the guest OS.

Thanks to these fields, the VMM and the guest OS can communicate while
performing hotplug/hotunplug operations.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-03-04 12:06:02 +00:00
..
src vmm: acpi: Create PHPR container 2020-03-04 12:06:02 +00:00
Cargo.toml build(deps): bump libc from 0.2.66 to 0.2.67 2020-02-21 08:03:30 +00:00