summary refs log tree commit diff
path: root/src/plugin
Commit message (Expand)AuthorAge
* plugin: only pause on EINTRMatt Delco2019-10-23
* plugin: rename signal callMatt Delco2019-10-23
* crosvm: defer IPC on set callsMatt Delco2019-10-23
* crosvm: delete resume response from protobufMatt Delco2019-10-23
* plugin: switch to using /mnt/empty for rootDmitry Torokhov2019-08-19
* split crosvm into a library and a main "crosvm" binaryZach Reizner2019-08-06
* tree-wide: use PollContext::build_with where possibleZach Reizner2019-07-24
* main: add seccomp-log-failures flag to command lineZach Reizner2019-06-27
* Initial BIOS support.Cody Schuffelen2019-05-31
* crosvm: only clear signal when neededMatt Delco2019-04-24
* 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 ref keywordDavid Tolnay2019-04-18
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* clippy: Resolve single_matchDavid Tolnay2019-04-17
* clippy: Resolve needless_returnDavid Tolnay2019-04-17
* clippy: Resolve match_ref_patsDavid Tolnay2019-04-17
* clippy: Resolve ptr_argDavid Tolnay2019-04-17
* edition: Fill in macro importsDavid Tolnay2019-04-15
* lints: Enforce sorted order for enum variantsDavid Tolnay2019-04-13
* protos: Merge plugin_proto crate under protos::pluginDavid Tolnay2019-04-12
* edition: Update crosvm crate to 2018 editionDavid Tolnay2019-04-08
* Remove "multiprocess" argument.Lepton Wu2019-03-14
* Drop capabilities before spawning any vcpu threadDmitry Torokhov2019-03-08
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* crosvm: allow mapping additional gids in plugin jailDmitry Torokhov2019-03-01
* error: Print errors using Display implDavid Tolnay2019-02-20
* crosvm: mount minimal set of devices in plugin jailDmitry Torokhov2019-02-16
* Add support for multiple network interfacesJorge E. Moreira2019-02-14
* plugin: allow retrieving and setting VM clockDmitry Torokhov2019-01-22
* plugin: remove unused EDEADLK importDaniel Verkamp2019-01-09
* Add support for plugin mountsChirantan Ekbote2019-01-07
* plugin: Add support for tap fd on the command lineChirantan Ekbote2019-01-07
* plugin: Fix uid and gid mapsChirantan Ekbote2019-01-07
* plugin: Fix tmpfs mount optionsChirantan Ekbote2019-01-07
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* crosvm/plugin: fix typo 'singal' -> 'signal'Dmitry Torokhov2018-11-29
* main: merge VirtIoDeviceInfo back into ConfigDaniel Verkamp2018-10-31
* kvm: fix clippy error about multiple mut referencesZach Reizner2018-10-12
* 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
* Arch: Big refactor and add an empty PCI busDylan Reid2018-09-10
* 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
* crosvm/plugin: allow specifying root directory for pluginDmitry Torokhov2018-05-16