summary refs log tree commit diff
path: root/crosvm_plugin (follow)
Commit message (Expand)AuthorAge
* sys_util: Refactor IntoIovecChirantan Ekbote2020-05-28
* 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
* Remove unneeded return statementsDaniel Verkamp2019-11-08
* crosvm: add plugin API for async writesMatt Delco2019-11-06
* crosvm: compile out statsMatt Delco2019-11-02
* crosvm: pre-cache answers to plugin get callsMatt Delco2019-10-31
* crosvm: defer IPC on set callsMatt 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 toplevel_ref_argDavid Tolnay2019-04-17
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* protos: Merge plugin_proto crate under protos::pluginDavid Tolnay2019-04-12
* protos: Update to protobuf 2.3David Tolnay2019-04-12
* edition: Update crosvm_plugin crate to 2018 editionDavid Tolnay2019-04-09
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-09
* require protobuf version match that of top-level Cargo.tomlZach Reizner2019-03-25
* plugin: allow retrieving and setting VM clockDmitry Torokhov2019-01-22
* crosvm_plugin: Remove underscores in variable nameChirantan Ekbote2018-11-20
* cargo fmt all source codeZach Reizner2018-10-09
* sys_util: remove Scm struct and sock_ctrl_msg C libraryZach Reizner2018-09-17
* plugin: do not fail crosvm_vcpu_get_msrs() if we failed to fetch someDmitry Torokhov2018-08-31
* plugin: return number of supported MSRS even if buffer is too smallDmitry Torokhov2018-08-29
* 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: measure max/avg latencies of all plugin APISlava Malyugin2018-05-04
* plugin: allow retrieving and setting VM and VCPU statesDmitry Torokhov2018-03-30
* crosvm_plugin: be more RustyDmitry Torokhov2018-03-08
* plugin: add crosvm_net_get_configStephen Barber2018-03-08
* plugin: only convert to negative errors on crosvm.h boundaryDmitry Torokhov2018-03-07
* allow plugin to query KVM for supported/emulated CPUIDsDmitry Torokhov2018-02-28
* plugin_proto: add helpers to convert CPUID data between KVM and protobufDmitry Torokhov2018-02-27
* crosvm_plugin: fix errno conversionsDmitry Torokhov2018-02-27
* allow plugin to query for KVM extensionsZach Reizner2018-02-12
* add plugin support for configuring CPUIDZach Reizner2018-02-12
* allow non-dirty log memory regions from the plugin processZach 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
* add crosvm_plugin dynamic library crateZach Reizner2018-02-07
* add crosvm plugin C header fileZach Reizner2018-01-26