mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 03:21:13 +00:00
eea6f1dc9e
Add a revision 2 RSDP table only supporting an XSDT along with support for creating generic SDT based tables. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
10 lines
188 B
TOML
10 lines
188 B
TOML
[package]
|
|
name = "acpi_tables"
|
|
version = "0.1.0"
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
vm-memory = { git = "https://github.com/rust-vmm/vm-memory" }
|
|
|