summary refs log tree commit diff
path: root/src/plugin
Commit message (Expand)AuthorAge
* crosvm: add support for bpf policy filesMatt Delco2020-01-22
* plugin: mount read-only /proc into the jailDmitry Torokhov2019-12-31
* Add runnable vcpuDylan Reid2019-12-10
* 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
* plugin: plugin VM use immediate exitMatt Delco2019-10-30
* 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