summary refs log tree commit diff
path: root/src/plugin/process.rs
Commit message (Expand)AuthorAge
* kvm: use MappedRegion traitGurchetan Singh2020-06-12
* sys_util: Refactor IntoIovecChirantan Ekbote2020-05-28
* remove instantes of using IntoRawFd in unsafe blocksZach Reizner2020-05-07
* Remove redundant single-component importsDaniel Verkamp2020-04-26
* handle mmap of large offsets on 32 bit systemsDylan Reid2020-04-05
* resource: Rename device memory to mmioXiong Zhang2019-11-10
* crosvm: add plugin API for async writesMatt Delco2019-11-06
* crosvm: pre-cache answers to plugin get callsMatt Delco2019-10-31
* crosvm: use pipe instead of socket for vcpu communicationMatt Delco2019-04-24
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* clippy: Resolve ptr_argDavid 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
* Add support for multiple network interfacesJorge E. Moreira2019-02-14
* plugin: allow retrieving and setting VM clockDmitry Torokhov2019-01-22
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* crosvm/plugin: fix typo 'singal' -> 'signal'Dmitry Torokhov2018-11-29
* kvm: refactor ioeventfd datamatch interfaceDaniel Verkamp2018-10-11
* cargo fmt all source codeZach Reizner2018-10-09
* sys_util: remove Scm struct and sock_ctrl_msg C libraryZach Reizner2018-09-17
* plugin: allow retrieving list of supported MSRsDmitry Torokhov2018-07-31
* crosvm/plugin: fmt plugin module and remove negative error codeZach Reizner2018-04-26
* crovm/plugin: fix PerVcpuState to be per vcpuZach Reizner2018-04-26
* plugin: allow retrieving and setting VM and VCPU statesDmitry Torokhov2018-03-30
* crosvm/plugin: refactor poll loop to use PollContextZach Reizner2018-03-08
* plugin: add crosvm_net_get_configStephen Barber2018-03-08
* plugin: use positive error values for errno-based errorsDmitry Torokhov2018-03-06
* allow plugin to query KVM for supported/emulated CPUIDsDmitry Torokhov2018-02-28
* sys_util: factor out signal manipulation from signalfd into signalDmitry Torokhov2018-02-26
* allow plugin to query for KVM extensionsZach Reizner2018-02-12
* crosvm/plugin: allow plugins to exit early succesfullyZach Reizner2018-02-12
* allow non-dirty log memory regions from the plugin processZach Reizner2018-02-12
* crosvm: support passing command line arguments to 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