hypervisor: drop linux-loader dependency

It is not used anywhere inside the hypervisor crate.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu 2020-12-30 13:11:06 +00:00 committed by Rob Bradford
parent d82e74e4bf
commit 2aaf0540b6
2 changed files with 0 additions and 5 deletions

1
Cargo.lock generated
View File

@ -434,7 +434,6 @@ dependencies = [
"kvm-bindings", "kvm-bindings",
"kvm-ioctls", "kvm-ioctls",
"libc", "libc",
"linux-loader",
"log 0.4.11", "log 0.4.11",
"mshv-bindings", "mshv-bindings",
"mshv-ioctls", "mshv-ioctls",

View File

@ -27,10 +27,6 @@ serde_json = ">=1.0.9"
vm-memory = { version = "0.4.0", features = ["backend-mmap", "backend-atomic"] } vm-memory = { version = "0.4.0", features = ["backend-mmap", "backend-atomic"] }
vmm-sys-util = { version = ">=0.5.0", features = ["with-serde"] } vmm-sys-util = { version = ">=0.5.0", features = ["with-serde"] }
[dependencies.linux-loader]
git = "https://github.com/rust-vmm/linux-loader"
features = ["elf", "bzimage"]
[target.'cfg(target_arch = "x86_64")'.dependencies.iced-x86] [target.'cfg(target_arch = "x86_64")'.dependencies.iced-x86]
version = "1.10" version = "1.10"
default-features = false default-features = false