mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Update linux-loader to v0.13.1
Required kernel header are made public in v0.13.1, let's bump to consume the change. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
@@ -23,12 +23,7 @@ epoll = "4.3.3"
|
||||
hypervisor = { path = "../hypervisor", features = ["mshv_emulator"] }
|
||||
libc = "0.2.176"
|
||||
libfuzzer-sys = "0.4.10"
|
||||
# TODO: update to 0.13.1+
|
||||
linux-loader = { git = "https://github.com/rust-vmm/linux-loader", branch = "main", features = [
|
||||
"bzimage",
|
||||
"elf",
|
||||
"pe",
|
||||
] }
|
||||
linux-loader = { version = "0.13.1", features = ["bzimage", "elf", "pe"] }
|
||||
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }
|
||||
mshv-bindings = "0.6.0"
|
||||
net_util = { path = "../net_util" }
|
||||
|
||||
Reference in New Issue
Block a user