From 9786573e07992d43bfd5304ca7490a35aca2c61f Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Mon, 26 Feb 2018 15:17:53 -0800 Subject: allow plugin to query KVM for supported/emulated CPUIDs This plumbs calls to KVM_GET_SUPPORTED_CPUID and KVM_GET_EMULATED_CPUID to be available to plugins. TEST=cargo test --features plugin; cargo test -p kvm BUG=chromium:800626 Change-Id: I98879599b5f970c6c2720772658689a505d8abe1 Signed-off-by: Dmitry Torokhov Reviewed-on: https://chromium-review.googlesource.com/938674 Reviewed-by: Zach Reizner --- tests/plugins.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/plugins.rs') diff --git a/tests/plugins.rs b/tests/plugins.rs index 1a99a43..d036e97 100644 --- a/tests/plugins.rs +++ b/tests/plugins.rs @@ -230,6 +230,11 @@ fn test_extensions() { test_plugin(include_str!("plugin_extensions.c")); } +#[test] +fn test_supported_cpuid() { + test_plugin(include_str!("plugin_supported_cpuid.c")); +} + #[test] fn test_vcpu_pause() { test_plugin(include_str!("plugin_vcpu_pause.c")); -- cgit 1.4.1