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:
Jianyong Wu
2021-05-26 13:33:08 +08:00
committed by Xin Wang
parent 76911fbeb4
commit 6880692a78
3 changed files with 72 additions and 1 deletions
+1
View File
@@ -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" }