mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
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:
parent
d82e74e4bf
commit
2aaf0540b6
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -434,7 +434,6 @@ dependencies = [
|
||||
"kvm-bindings",
|
||||
"kvm-ioctls",
|
||||
"libc",
|
||||
"linux-loader",
|
||||
"log 0.4.11",
|
||||
"mshv-bindings",
|
||||
"mshv-ioctls",
|
||||
|
@ -27,10 +27,6 @@ serde_json = ">=1.0.9"
|
||||
vm-memory = { version = "0.4.0", features = ["backend-mmap", "backend-atomic"] }
|
||||
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]
|
||||
version = "1.10"
|
||||
default-features = false
|
||||
|
Loading…
Reference in New Issue
Block a user