summary refs log tree commit diff
path: root/tests/plugins.rs
Commit message (Expand)AuthorAge
* crosvm: Apply cargo fix for some clippy errorsKeiichi Watanabe2020-04-15
* crosvm: add ability to enable caps on vcpuMatt Delco2020-02-20
* crosvm: add plugin API for async writesMatt Delco2019-11-06
* crosvm: pre-cache answers to plugin get callsMatt Delco2019-10-31
* use `SharedMemory::{named, anon}` to replace `::new`Zach Reizner2019-09-11
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* error: Print errors using Display implDavid Tolnay2019-02-20
* remove rand crateDaniel Prilik2019-01-17
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* cargo fmt all source codeZach Reizner2018-10-09
* fix warning and bit rotted tests uncovered by kokoroZach Reizner2018-09-22
* plugin: do not fail crosvm_vcpu_get_msrs() if we failed to fetch someDmitry Torokhov2018-08-31
* plugin: allow retrieving list of supported MSRsDmitry Torokhov2018-07-31
* plugin: allow retrieving and setting VCPU eventsSlava Malyugin2018-07-11
* plugin: allow retrieving and setting XCR VCPU statesDmitry Torokhov2018-05-18
* plugin: allow retrieving and setting VM and VCPU statesDmitry Torokhov2018-03-30
* plugin: add crosvm_net_get_configStephen Barber2018-03-08
* allow plugin to query KVM for supported/emulated CPUIDsDmitry Torokhov2018-02-28
* Ensure we are not holding per-cpu data lock when pausing VCPUDmitry Torokhov2018-02-16
* allow plugin to query for KVM extensionsZach Reizner2018-02-12
* add plugin support for configuring CPUIDZach Reizner2018-02-12
* add plugin support for model specific registersZach Reizner2018-02-12
* add support for accessing debug registers in the plugin processZach Reizner2018-02-12
* crosvm: run plugin process in a jail by defaultZach Reizner2018-02-12
* crosvm: add support for plugin processZach Reizner2018-02-09