summary refs log tree commit diff
path: root/src/plugin/vcpu.rs
Commit message (Expand)AuthorAge
* crosvm: use pipe instead of socket for vcpu communicationMatt Delco2019-04-24
* crosvm: reduce excess chatter with pluginMatt Delco2019-04-24
* clippy: Resolve cast_ptr_alignmentDavid Tolnay2019-04-18
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* clippy: Resolve single_matchDavid Tolnay2019-04-17
* clippy: Resolve match_ref_patsDavid Tolnay2019-04-17
* edition: Fill in macro importsDavid Tolnay2019-04-15
* protos: Merge plugin_proto crate under protos::pluginDavid Tolnay2019-04-12
* edition: Update crosvm crate to 2018 editionDavid Tolnay2019-04-08
* error: Print errors using Display implDavid Tolnay2019-02-20
* plugin: remove unused EDEADLK importDaniel Verkamp2019-01-09
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* cargo fmt all source codeZach Reizner2018-10-09
* plugin: allow retrieving and setting VCPU eventsSlava Malyugin2018-07-11
* plugin: allow retrieving and setting XCR VCPU statesDmitry Torokhov2018-05-18
* crosvm/plugin: fmt plugin module and remove negative error codeZach Reizner2018-04-26
* plugin: allow retrieving and setting VM and VCPU statesDmitry Torokhov2018-03-30
* plugin: use positive error values for errno-based errorsDmitry Torokhov2018-03-06
* Ensure we are not holding per-cpu data lock when pausing VCPUDmitry Torokhov2018-02-16
* 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: add support for plugin processZach Reizner2018-02-09