mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vhost_user_backend: Move to latest vhost version
The latest vhost version adds the support for the new commands get_max_mem_slots(), add_mem_region() and remove_mem_region(), all related to the new vhost-user protocol feature CONFIGURE_MEM_SLOTS. The vhost_user_backend crate is updated accordingly in order to support these new commands, mostly related to the capability of updating the guest memory mappings with a finer control than set_mem_table() command. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
2
fuzz/Cargo.lock
generated
2
fuzz/Cargo.lock
generated
@@ -692,7 +692,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "vhost"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/rust-vmm/vhost?branch=master#77843048602ebc69cb5cd0352a66d98a68cb0e7d"
|
||||
source = "git+https://github.com/rust-vmm/vhost?branch=master#ee3e8722706c984b3dfe12d3a130e92101b78e8f"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"libc",
|
||||
|
||||
Reference in New Issue
Block a user