mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 11:31:14 +00:00
6880692a78
_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>
9 lines
145 B
TOML
9 lines
145 B
TOML
[package]
|
|
name = "acpi_tables"
|
|
version = "0.1.0"
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
vm-memory = "0.5.0"
|