hypervisor: Move creation of irq routing struct to hypervisor crate

This removes the requirement to leak as many datastructures from the
hypervisor crate into the vmm crate.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-05-10 16:47:34 +01:00
parent fe82322727
commit 3f9e8d676a
6 changed files with 98 additions and 85 deletions

1
Cargo.lock generated
View File

@@ -356,6 +356,7 @@ dependencies = [
"serde_derive",
"serde_json",
"thiserror",
"vm-device",
"vm-memory",
"vmm-sys-util",
]