mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Add missing "hypervisor" crate from workspace
Also rearrange the workspace members so they are in alphabetical order. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Sebastien Boeuf
parent
9c867edc35
commit
1842865823
+14
-13
@@ -48,24 +48,25 @@ integration_tests = []
|
|||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
|
"acpi_tables",
|
||||||
"arch",
|
"arch",
|
||||||
|
"arch_gen",
|
||||||
|
"block_util",
|
||||||
"devices",
|
"devices",
|
||||||
"qcow",
|
"hypervisor",
|
||||||
|
"net_gen",
|
||||||
|
"net_util",
|
||||||
|
"option_parser",
|
||||||
"pci",
|
"pci",
|
||||||
"virtio-devices",
|
"qcow",
|
||||||
"vmm",
|
|
||||||
"vm-virtio",
|
|
||||||
"vm-device",
|
|
||||||
"vm-migration",
|
|
||||||
"vhost_user_block",
|
|
||||||
"vhost_user_backend",
|
"vhost_user_backend",
|
||||||
|
"vhost_user_block",
|
||||||
"vhost_user_fs",
|
"vhost_user_fs",
|
||||||
"vhost_user_net",
|
"vhost_user_net",
|
||||||
"net_util",
|
"virtio-devices",
|
||||||
"acpi_tables",
|
"vmm",
|
||||||
"arch_gen",
|
|
||||||
"net_gen",
|
|
||||||
"vm-allocator",
|
"vm-allocator",
|
||||||
"option_parser",
|
"vm-device",
|
||||||
"block_util"
|
"vm-migration",
|
||||||
|
"vm-virtio"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user