From 9aab70ec1a48b86f9b9cc0e0c49ddf38e912ef3a Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Wed, 16 Feb 2022 15:39:06 +0100 Subject: [PATCH] deps: Update kvm-ioctls to retrieve kvm_run structure Rely on latest version of rust-vmm/kvm-ioctls to be able to invoke the new method get_kvm_run() that returns a mutable reference of the kvm_run structure. Signed-off-by: Sebastien Boeuf --- Cargo.lock | 2 +- fuzz/Cargo.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ff7d846c..70ad48fa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -403,7 +403,7 @@ dependencies = [ [[package]] name = "kvm-ioctls" version = "0.11.0" -source = "git+https://github.com/rust-vmm/kvm-ioctls?branch=main#8ab2e374e262612020fb0b9f7fbdec839ee7a76f" +source = "git+https://github.com/rust-vmm/kvm-ioctls?branch=main#1e03e29cdfbb0cb108a98de7a78045a5a517f18e" dependencies = [ "kvm-bindings", "libc", diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index fb986b545..73b0633f2 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -338,7 +338,7 @@ dependencies = [ [[package]] name = "kvm-ioctls" version = "0.11.0" -source = "git+https://github.com/rust-vmm/kvm-ioctls?branch=main#d22ef1f51852dfb055da38004e1a4fed81246f81" +source = "git+https://github.com/rust-vmm/kvm-ioctls?branch=main#1e03e29cdfbb0cb108a98de7a78045a5a517f18e" dependencies = [ "kvm-bindings", "libc",