mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-04 19:11:11 +00:00
baa58ad8bf
Signed-off-by: Michael Zhao <michael.zhao@arm.com>
1558 lines
33 KiB
TOML
1558 lines
33 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "acpi_tables"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"vm-memory",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "0.7.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.62"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305"
|
|
|
|
[[package]]
|
|
name = "api_client"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arc-swap"
|
|
version = "1.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164"
|
|
|
|
[[package]]
|
|
name = "arch"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"byteorder",
|
|
"fdt",
|
|
"hypervisor",
|
|
"libc",
|
|
"linux-loader",
|
|
"log",
|
|
"serde",
|
|
"thiserror",
|
|
"uuid",
|
|
"versionize",
|
|
"versionize_derive",
|
|
"vm-fdt",
|
|
"vm-memory",
|
|
"vm-migration",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atty"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
[[package]]
|
|
name = "bincode"
|
|
version = "1.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
[[package]]
|
|
name = "block_util"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"io-uring",
|
|
"libc",
|
|
"log",
|
|
"qcow",
|
|
"thiserror",
|
|
"versionize",
|
|
"versionize_derive",
|
|
"vhdx",
|
|
"virtio-bindings",
|
|
"virtio-queue",
|
|
"vm-memory",
|
|
"vm-virtio",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.73"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "3.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "29e724a68d9319343bb3328c9cc2dfde263f4b3142ee1059a9980580171c954b"
|
|
dependencies = [
|
|
"atty",
|
|
"bitflags",
|
|
"clap_lex",
|
|
"indexmap",
|
|
"once_cell",
|
|
"strsim",
|
|
"termcolor",
|
|
"terminal_size",
|
|
"textwrap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_lex"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
|
dependencies = [
|
|
"os_str_bytes",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cloud-hypervisor"
|
|
version = "26.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"api_client",
|
|
"clap",
|
|
"dirs",
|
|
"epoll",
|
|
"event_monitor",
|
|
"hypervisor",
|
|
"libc",
|
|
"log",
|
|
"net_util",
|
|
"once_cell",
|
|
"option_parser",
|
|
"seccompiler",
|
|
"serde_json",
|
|
"signal-hook",
|
|
"test_infra",
|
|
"thiserror",
|
|
"vm-memory",
|
|
"vmm",
|
|
"vmm-sys-util",
|
|
"wait-timeout",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc32c"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3dfea2db42e9927a3845fb268a10a72faed6d416065f77873f05e411457c363e"
|
|
dependencies = [
|
|
"rustc_version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc64"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "55626594feae15d266d52440b26ff77de0e22230cf0c113abe619084c1ddc910"
|
|
|
|
[[package]]
|
|
name = "darling"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4529658bdda7fd6769b8614be250cdcfc3aeb0ee72fe66f9e41e5e5eb73eac02"
|
|
dependencies = [
|
|
"darling_core",
|
|
"darling_macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_core"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "649c91bc01e8b1eac09fb91e8dbc7d517684ca6be8ebc75bb9cafc894f9fdb6f"
|
|
dependencies = [
|
|
"fnv",
|
|
"ident_case",
|
|
"proc-macro2",
|
|
"quote",
|
|
"strsim",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_macro"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ddfc69c5bfcbd2fc09a0f38451d2daf0e372e367986a83906d1b0dbc88134fb5"
|
|
dependencies = [
|
|
"darling_core",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "devices"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"acpi_tables",
|
|
"anyhow",
|
|
"arch",
|
|
"bitflags",
|
|
"byteorder",
|
|
"hypervisor",
|
|
"libc",
|
|
"log",
|
|
"versionize",
|
|
"versionize_derive",
|
|
"vm-device",
|
|
"vm-memory",
|
|
"vm-migration",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs"
|
|
version = "4.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
dependencies = [
|
|
"dirs-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs-sys"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
|
dependencies = [
|
|
"libc",
|
|
"redox_users",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
|
dependencies = [
|
|
"atty",
|
|
"humantime",
|
|
"log",
|
|
"regex",
|
|
"termcolor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "epoll"
|
|
version = "4.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "20df693c700404f7e19d4d6fae6b15215d2913c27955d2b9d6f2c0f537511cd0"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "event_monitor"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"libc",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fdt"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "964f5becd44d069dca0beea2b4bc05639ae7bf3b3f5369c295aff360bb57cca2"
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
[[package]]
|
|
name = "gdbstub"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32c95766e0414f8bfc1d07055574c621b67739466d6ba516c4fef8e99d30d2e6"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cfg-if",
|
|
"log",
|
|
"managed",
|
|
"num-traits",
|
|
"paste",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gdbstub_arch"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eecb536c55c43593a00dde9074dbbdb0e81ce5f20dbca921400f8779c21dea9c"
|
|
dependencies = [
|
|
"gdbstub",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"wasi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glob"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.1.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7a30908dbce072eca83216eab939d2290080e00ca71611b96a09e5cdce5f3fa"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "humantime"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
[[package]]
|
|
name = "hypervisor"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"byteorder",
|
|
"env_logger",
|
|
"iced-x86",
|
|
"kvm-bindings",
|
|
"kvm-ioctls",
|
|
"libc",
|
|
"log",
|
|
"mshv-bindings",
|
|
"mshv-ioctls",
|
|
"serde",
|
|
"serde_with",
|
|
"thiserror",
|
|
"vfio-ioctls",
|
|
"vm-memory",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iced-x86"
|
|
version = "1.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "158f5204401d08f91d19176112146d75e99b3cf745092e268fa7be33e09adcec"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ident_case"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "1.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
|
dependencies = [
|
|
"autocfg",
|
|
"hashbrown",
|
|
]
|
|
|
|
[[package]]
|
|
name = "instant"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "io-uring"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "427496d698429d86ff947537dff68facb83fe753b7abea4fab4ac1c4b7a4b94b"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ipnetwork"
|
|
version = "0.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f84f1612606f3753f205a4e9a2efd6fe5b4c573a6269b2cc6c3003d44a0d127"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
|
|
|
|
[[package]]
|
|
name = "kvm-bindings"
|
|
version = "0.5.0"
|
|
source = "git+https://github.com/cloud-hypervisor/kvm-bindings?branch=ch-v0.5.0-tdx#52e56d0e8ef0f6ea32fc0492e6a175b73617a49f"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_derive",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kvm-ioctls"
|
|
version = "0.11.0"
|
|
source = "git+https://github.com/rust-vmm/kvm-ioctls?branch=main#63f2f1231d49478197e15b8e9ff5d4e827aa288f"
|
|
dependencies = [
|
|
"kvm-bindings",
|
|
"libc",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.132"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
|
|
|
|
[[package]]
|
|
name = "libssh2-sys"
|
|
version = "0.2.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"libz-sys",
|
|
"openssl-sys",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libz-sys"
|
|
version = "1.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linux-loader"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a5e77493808403a6bd56a301a64ea6b9342e36ea845044bf0dfdf56fe52fa08"
|
|
dependencies = [
|
|
"vm-memory",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
|
dependencies = [
|
|
"autocfg",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "managed"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d"
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
|
|
[[package]]
|
|
name = "micro_http"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#863b0370ba7e57f7df5b908ada9e5b44809ccae9"
|
|
dependencies = [
|
|
"libc",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mshv-bindings"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/rust-vmm/mshv?branch=main#8a25e361ce8b64b6bc0799bf1e3708464a7cd548"
|
|
dependencies = [
|
|
"libc",
|
|
"serde",
|
|
"serde_derive",
|
|
"vmm-sys-util",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mshv-ioctls"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/rust-vmm/mshv?branch=main#8a25e361ce8b64b6bc0799bf1e3708464a7cd548"
|
|
dependencies = [
|
|
"libc",
|
|
"mshv-bindings",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net_gen"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net_util"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"epoll",
|
|
"getrandom",
|
|
"libc",
|
|
"log",
|
|
"net_gen",
|
|
"once_cell",
|
|
"pnet",
|
|
"pnet_datalink",
|
|
"rate_limiter",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror",
|
|
"versionize",
|
|
"versionize_derive",
|
|
"virtio-bindings",
|
|
"virtio-queue",
|
|
"vm-memory",
|
|
"vm-virtio",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "no-std-net"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
|
|
|
|
[[package]]
|
|
name = "openssl-src"
|
|
version = "111.22.0+1.1.1q"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.75"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cc",
|
|
"libc",
|
|
"openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "option_parser"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "os_str_bytes"
|
|
version = "6.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
dependencies = [
|
|
"instant",
|
|
"lock_api",
|
|
"parking_lot_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"instant",
|
|
"libc",
|
|
"redox_syscall",
|
|
"smallvec",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "paste"
|
|
version = "1.0.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9423e2b32f7a043629287a536f21951e8c6a82482d0acb1eeebfc90bc2225b22"
|
|
|
|
[[package]]
|
|
name = "pci"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"byteorder",
|
|
"hypervisor",
|
|
"libc",
|
|
"log",
|
|
"serde",
|
|
"thiserror",
|
|
"versionize",
|
|
"versionize_derive",
|
|
"vfio-bindings",
|
|
"vfio-ioctls",
|
|
"vfio_user",
|
|
"vm-allocator",
|
|
"vm-device",
|
|
"vm-memory",
|
|
"vm-migration",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "performance-metrics"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"clap",
|
|
"dirs",
|
|
"serde",
|
|
"serde_json",
|
|
"test_infra",
|
|
"thiserror",
|
|
"wait-timeout",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
|
|
|
[[package]]
|
|
name = "pnet"
|
|
version = "0.31.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0caaf5b11fd907ff15cf14a4477bfabca4b37ab9e447a4f8dead969a59cdafad"
|
|
dependencies = [
|
|
"pnet_base",
|
|
"pnet_datalink",
|
|
"pnet_packet",
|
|
"pnet_transport",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pnet_base"
|
|
version = "0.31.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9d3a993d49e5fd5d4d854d6999d4addca1f72d86c65adf224a36757161c02b6"
|
|
dependencies = [
|
|
"no-std-net",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pnet_datalink"
|
|
version = "0.31.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e466faf03a98ad27f6e15cd27a2b7cc89e73e640a43527742977bc503c37f8aa"
|
|
dependencies = [
|
|
"ipnetwork",
|
|
"libc",
|
|
"pnet_base",
|
|
"pnet_sys",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pnet_macros"
|
|
version = "0.31.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "48dd52a5211fac27e7acb14cfc9f30ae16ae0e956b7b779c8214c74559cef4c3"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"regex",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pnet_macros_support"
|
|
version = "0.31.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89de095dc7739349559913aed1ef6a11e73ceade4897dadc77c5e09de6740750"
|
|
dependencies = [
|
|
"pnet_base",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pnet_packet"
|
|
version = "0.31.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc3b5111e697c39c8b9795b9fdccbc301ab696699e88b9ea5a4e4628978f495f"
|
|
dependencies = [
|
|
"glob",
|
|
"pnet_base",
|
|
"pnet_macros",
|
|
"pnet_macros_support",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pnet_sys"
|
|
version = "0.31.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "328e231f0add6d247d82421bf3790b4b33b39c8930637f428eef24c4c6a90805"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pnet_transport"
|
|
version = "0.31.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff597185e6f1f5671b3122e4dba892a1c73e17c17e723d7669bd9299cbe7f124"
|
|
dependencies = [
|
|
"libc",
|
|
"pnet_base",
|
|
"pnet_packet",
|
|
"pnet_sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
|
|
dependencies = [
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "qcow"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"byteorder",
|
|
"libc",
|
|
"log",
|
|
"remain",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rate_limiter"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_users"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
dependencies = [
|
|
"getrandom",
|
|
"redox_syscall",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.6.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
|
|
|
[[package]]
|
|
name = "remain"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06df529c0d271b27ac4a2c260f5ce2914b60bd44702cecec7b9f271adbdde23b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
dependencies = [
|
|
"semver",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
[[package]]
|
|
name = "seccompiler"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e01d1292a1131b22ccea49f30bd106f1238b5ddeec1a98d39268dcc31d540e68"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "1.0.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711"
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.143"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53e8e5d5b70924f74ff5c6d64d9a5acd91422117c60f48c4e07855238a254553"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.143"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3d8e8de557aee63c26b85b947f5e59b690d0454c753f3adeb5cd7835ab88391"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_with"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89df7a26519371a3cce44fbb914c2819c84d9b897890987fa3ab096491cc0ea8"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_with_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_with_macros"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "de337f322382fcdfbb21a014f7c224ee041a23785651db67b9827403178f698f"
|
|
dependencies = [
|
|
"darling",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signal-hook"
|
|
version = "0.3.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
|
|
dependencies = [
|
|
"libc",
|
|
"signal-hook-registry",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signal-hook-registry"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
|
|
|
|
[[package]]
|
|
name = "ssh2"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "269343e64430067a14937ae0e3c4ec604c178fb896dde0964b1acd22b3e2eeb1"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libc",
|
|
"libssh2-sys",
|
|
"parking_lot",
|
|
]
|
|
|
|
[[package]]
|
|
name = "static_assertions"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.99"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "synstructure"
|
|
version = "0.12.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "terminal_size"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test_infra"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"dirs",
|
|
"epoll",
|
|
"libc",
|
|
"once_cell",
|
|
"ssh2",
|
|
"vmm-sys-util",
|
|
"wait-timeout",
|
|
]
|
|
|
|
[[package]]
|
|
name = "textwrap"
|
|
version = "0.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
|
|
dependencies = [
|
|
"terminal_size",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror"
|
|
version = "1.0.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
|
|
dependencies = [
|
|
"thiserror-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "1.0.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-ident"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
|
|
|
|
[[package]]
|
|
name = "uuid"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
|
|
dependencies = [
|
|
"getrandom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vcpkg"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
[[package]]
|
|
name = "versionize"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7429cf68de8f091b667d27323ed323afd39584a56d533995b12ddd748e5e6ca9"
|
|
dependencies = [
|
|
"bincode",
|
|
"crc64",
|
|
"proc-macro2",
|
|
"quote",
|
|
"serde",
|
|
"serde_derive",
|
|
"syn",
|
|
"versionize_derive",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "versionize_derive"
|
|
version = "0.1.4"
|
|
source = "git+https://github.com/cloud-hypervisor/versionize_derive?branch=ch#ae35ef7a3ddabd3371ab8ac0193a383aff6e4b1b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vfio-bindings"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43449b404c488f70507dca193debd4bea361fe8089869b947adc19720e464bce"
|
|
dependencies = [
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vfio-ioctls"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/rust-vmm/vfio?branch=main#c52e88ac551183bd3784745a7143db45abdb05db"
|
|
dependencies = [
|
|
"byteorder",
|
|
"kvm-bindings",
|
|
"kvm-ioctls",
|
|
"libc",
|
|
"log",
|
|
"mshv-bindings",
|
|
"mshv-ioctls",
|
|
"thiserror",
|
|
"vfio-bindings",
|
|
"vm-memory",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vfio_user"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"thiserror",
|
|
"vfio-bindings",
|
|
"vm-memory",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vhdx"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"byteorder",
|
|
"crc32c",
|
|
"libc",
|
|
"log",
|
|
"remain",
|
|
"thiserror",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vhost"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53567fd9ab820e4f3cc156f24146882fee3c365194c3e1dea74723265f27fc88"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libc",
|
|
"vm-memory",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vhost-user-backend"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "558ac5ca9569fb03f518b2bdd17606809ffdc894b619b92d30df6c40c33d15f3"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"vhost",
|
|
"virtio-bindings",
|
|
"virtio-queue",
|
|
"vm-memory",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vhost_user_block"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"block_util",
|
|
"clap",
|
|
"env_logger",
|
|
"epoll",
|
|
"libc",
|
|
"log",
|
|
"option_parser",
|
|
"qcow",
|
|
"vhost",
|
|
"vhost-user-backend",
|
|
"virtio-bindings",
|
|
"virtio-queue",
|
|
"vm-memory",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vhost_user_net"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"clap",
|
|
"env_logger",
|
|
"epoll",
|
|
"libc",
|
|
"log",
|
|
"net_util",
|
|
"option_parser",
|
|
"vhost",
|
|
"vhost-user-backend",
|
|
"virtio-bindings",
|
|
"vm-memory",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virtio-bindings"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ff512178285488516ed85f15b5d0113a7cdb89e9e8a760b269ae4f02b84bd6b"
|
|
|
|
[[package]]
|
|
name = "virtio-devices"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"arc-swap",
|
|
"block_util",
|
|
"byteorder",
|
|
"epoll",
|
|
"event_monitor",
|
|
"io-uring",
|
|
"libc",
|
|
"log",
|
|
"net_gen",
|
|
"net_util",
|
|
"pci",
|
|
"rate_limiter",
|
|
"seccompiler",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror",
|
|
"versionize",
|
|
"versionize_derive",
|
|
"vhost",
|
|
"virtio-bindings",
|
|
"virtio-queue",
|
|
"vm-allocator",
|
|
"vm-device",
|
|
"vm-memory",
|
|
"vm-migration",
|
|
"vm-virtio",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virtio-queue"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4f59652909f276e6edd8bf36e9f106480b2202f5f046717b3de14f1b4072a28"
|
|
dependencies = [
|
|
"log",
|
|
"virtio-bindings",
|
|
"vm-memory",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vm-allocator"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"arch",
|
|
"libc",
|
|
"vm-memory",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vm-device"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"hypervisor",
|
|
"serde",
|
|
"thiserror",
|
|
"vfio-ioctls",
|
|
"vm-memory",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vm-fdt"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#ca35d96191f8232bd7ab8c3e72ec925bf04bd2e0"
|
|
|
|
[[package]]
|
|
name = "vm-memory"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "767ed8aaebbff902e02e6d3749dc2baef55e46565f8a6414a065e5baee4b4a81"
|
|
dependencies = [
|
|
"arc-swap",
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vm-migration"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror",
|
|
"versionize",
|
|
"versionize_derive",
|
|
"vm-memory",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vm-virtio"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"log",
|
|
"virtio-queue",
|
|
"vm-memory",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmm"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"acpi_tables",
|
|
"anyhow",
|
|
"arc-swap",
|
|
"arch",
|
|
"bitflags",
|
|
"block_util",
|
|
"clap",
|
|
"devices",
|
|
"epoll",
|
|
"event_monitor",
|
|
"gdbstub",
|
|
"gdbstub_arch",
|
|
"hypervisor",
|
|
"libc",
|
|
"linux-loader",
|
|
"log",
|
|
"micro_http",
|
|
"net_util",
|
|
"once_cell",
|
|
"option_parser",
|
|
"pci",
|
|
"qcow",
|
|
"seccompiler",
|
|
"serde",
|
|
"serde_json",
|
|
"signal-hook",
|
|
"thiserror",
|
|
"uuid",
|
|
"versionize",
|
|
"versionize_derive",
|
|
"vfio-ioctls",
|
|
"vfio_user",
|
|
"vhdx",
|
|
"virtio-devices",
|
|
"virtio-queue",
|
|
"vm-allocator",
|
|
"vm-device",
|
|
"vm-memory",
|
|
"vm-migration",
|
|
"vm-virtio",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmm-sys-util"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08604d7be03eb26e33b3cee3ed4aef2bf550b305d1cca60e84da5d28d3790b62"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libc",
|
|
"serde",
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wait-timeout"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasi"
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
dependencies = [
|
|
"winapi-i686-pc-windows-gnu",
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
[[package]]
|
|
name = "winapi-util"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
[[package]]
|
|
name = "zerocopy"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "332f188cc1bcf1fe1064b8c58d150f497e697f49774aa846f2dc949d9a25f236"
|
|
dependencies = [
|
|
"byteorder",
|
|
"zerocopy-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerocopy-derive"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a0fbc82b82efe24da867ee52e015e58178684bd9dd64c34e66bdf21da2582a9f"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"syn",
|
|
"synstructure",
|
|
]
|