summary refs log tree commit diff
path: root/src/plugin/vcpu.rs
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-10
|\
| * Remove redundant single-component importsDaniel Verkamp2020-04-26
* | crosvm: collapse simple boolean matchesAlyssa Ross2020-04-11
|/
* crosvm: add handling for hyperv exitsMatt Delco2020-03-05
* crosvm: add ability to enable caps on vcpuMatt Delco2020-02-20
* crosvm: support kvm's hyper-v cpuid ioctlMatt Delco2020-02-20
* crosvm: add plugin API for async writesMatt Delco2019-11-06
* crosvm: pre-cache answers to plugin get callsMatt Delco2019-10-31
* crosvm: defer IPC on set callsMatt Delco2019-10-23
* crosvm: delete resume response from protobufMatt Delco2019-10-23
* 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