hypervisor, vm-device: Relocate InterruptSourceConfig

Move this enum from vm-device to hypervisor crate so that hypervisor
crate does not gain an extra dependency.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-05-10 22:23:18 +01:00
parent b1bd87df19
commit 3ffc105f83
7 changed files with 38 additions and 40 deletions
Generated
+1 -1
View File
@@ -356,7 +356,6 @@ dependencies = [
"serde_derive",
"serde_json",
"thiserror",
"vm-device",
"vm-memory",
"vmm-sys-util",
]
@@ -1297,6 +1296,7 @@ name = "vm-device"
version = "0.1.0"
dependencies = [
"anyhow",
"hypervisor",
"serde",
"serde_derive",
"serde_json",