mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 03:15:20 +00:00
devices: Add notification value for power button
Add a value to the ACPI notification type to indicate the power button is to be triggered. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
7b376fa8e0
commit
74a4aba257
@ -43,5 +43,6 @@ bitflags! {
|
||||
const CPU_DEVICES_CHANGED = 0b1;
|
||||
const MEMORY_DEVICES_CHANGED = 0b10;
|
||||
const PCI_DEVICES_CHANGED = 0b100;
|
||||
const POWER_BUTTON_CHANGED = 0b1000;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user