summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorZach Reizner <zachr@google.com>2018-02-06 22:28:36 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-02-12 22:42:40 -0800
commitdadb7625ea382b0372ec8be9fcae8f0aa3f0b6fd (patch)
tree038c55ce2ceac80b5a5af7518257a2c5b5497738 /Cargo.lock
parent1d4a70029c849b7aff178dd1e4a00feb7a5c483b (diff)
downloadcrosvm-dadb7625ea382b0372ec8be9fcae8f0aa3f0b6fd.tar
crosvm-dadb7625ea382b0372ec8be9fcae8f0aa3f0b6fd.tar.gz
crosvm-dadb7625ea382b0372ec8be9fcae8f0aa3f0b6fd.tar.bz2
crosvm-dadb7625ea382b0372ec8be9fcae8f0aa3f0b6fd.tar.lz
crosvm-dadb7625ea382b0372ec8be9fcae8f0aa3f0b6fd.tar.xz
crosvm-dadb7625ea382b0372ec8be9fcae8f0aa3f0b6fd.tar.zst
crosvm-dadb7625ea382b0372ec8be9fcae8f0aa3f0b6fd.zip
allow plugin to query for KVM extensions
The guest may need to check for KVM extensions before blindly using
them.

TEST=cargo test --features plugin; cargo test -p kvm; ./build_test
BUG=chromium:800626

Change-Id: If87b928753cd71adeabac4fc7732c3fce7265834
Reviewed-on: https://chromium-review.googlesource.com/906008
Commit-Ready: Zach Reizner <zachr@chromium.org>
Tested-by: Zach Reizner <zachr@chromium.org>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b2bc83b..7be1203 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -18,7 +18,7 @@ name = "crosvm"
 version = "0.1.0"
 dependencies = [
  "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "crosvm_plugin 0.9.0",
+ "crosvm_plugin 0.10.0",
  "data_model 0.1.0",
  "devices 0.1.0",
  "io_jail 0.1.0",
@@ -28,7 +28,7 @@ dependencies = [
  "kvm_sys 0.1.0",
  "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
  "net_util 0.1.0",
- "plugin_proto 0.9.0",
+ "plugin_proto 0.10.0",
  "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "qcow 0.1.0",
  "qcow_utils 0.1.0",
@@ -41,12 +41,12 @@ dependencies = [
 
 [[package]]
 name = "crosvm_plugin"
-version = "0.9.0"
+version = "0.10.0"
 dependencies = [
  "kvm 0.1.0",
  "kvm_sys 0.1.0",
  "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
- "plugin_proto 0.9.0",
+ "plugin_proto 0.10.0",
  "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "sys_util 0.1.0",
 ]
@@ -160,7 +160,7 @@ dependencies = [
 
 [[package]]
 name = "plugin_proto"
-version = "0.9.0"
+version = "0.10.0"
 dependencies = [
  "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
  "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",