build: Move to rust-vmm acpi_tables crate

This code is indentical to what is in this repository. When a release
gets made we can then switch to that.

Fixes: #5122

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2023-02-10 15:37:30 +00:00
parent 1143d54ee0
commit 09fca4a5dd
9 changed files with 3 additions and 2136 deletions

1
Cargo.lock generated
View File

@@ -5,6 +5,7 @@ version = 3
[[package]]
name = "acpi_tables"
version = "0.1.0"
source = "git+https://github.com/rust-vmm/acpi_tables?branch=main#4fd38dd5f746730ec5ae848dafcf8c2f50a13fc3"
dependencies = [
"vm-memory",
]