mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm, acpi: Add DSM method to ACPI
_DSM (Device Specific Method) is a control method that enables devices to provide device specific control functions. Linux kernel will evaluate this device then initialize preserve_config in acpi pci initialization. Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
This commit is contained in:
@@ -41,6 +41,7 @@ serde_derive = ">=1.0.27"
|
||||
serde_json = ">=1.0.9"
|
||||
signal-hook = "0.3.9"
|
||||
thiserror = "1.0"
|
||||
uuid = "0.8"
|
||||
versionize = "0.1.6"
|
||||
versionize_derive = "0.1.4"
|
||||
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio-ioctls", branch = "master" }
|
||||
|
||||
Reference in New Issue
Block a user