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

View File

@@ -6,4 +6,3 @@ edition = "2018"
[dependencies]
vm-memory = "0.5.0"