From d1e391b8d490621974eee8b1d6464eac1f9c1bb3 Mon Sep 17 00:00:00 2001 From: Slava Malyugin Date: Fri, 6 Jul 2018 09:52:05 -0700 Subject: plugin: allow retrieving and setting VCPU events Add crosvm plugin API to allow fetching and setting VCPU events. BUG=b:110056268 TEST=cargo test --features plugin -p kvm Change-Id: Id66230f180f4bdb95bd1850ed050e439083701cc Reviewed-on: https://chromium-review.googlesource.com/1128045 Commit-Ready: Slava Malyugin Tested-by: Slava Malyugin Reviewed-by: Zach Reizner --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 2717631..9a9bbe7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ dependencies = [ "aarch64 0.1.0", "arch 0.1.0", "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "crosvm_plugin 0.14.0", + "crosvm_plugin 0.15.0", "data_model 0.1.0", "devices 0.1.0", "gpu_buffer 0.1.0", @@ -66,7 +66,7 @@ dependencies = [ "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", "net_util 0.1.0", "p9 0.1.0", - "plugin_proto 0.14.0", + "plugin_proto 0.15.0", "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "qcow 0.1.0", "qcow_utils 0.1.0", @@ -80,12 +80,12 @@ dependencies = [ [[package]] name = "crosvm_plugin" -version = "0.14.0" +version = "0.15.0" dependencies = [ "kvm 0.1.0", "kvm_sys 0.1.0", "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", - "plugin_proto 0.14.0", + "plugin_proto 0.15.0", "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "sys_util 0.1.0", ] @@ -221,7 +221,7 @@ dependencies = [ [[package]] name = "plugin_proto" -version = "0.14.0" +version = "0.15.0" dependencies = [ "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", "kvm_sys 0.1.0", -- cgit 1.4.1