summary refs log tree commit diff
path: root/src/plugin
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master'Alyssa Ross2020-06-14
|\
| * kvm: use MappedRegion traitGurchetan Singh2020-06-12
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-06-14
|\|
| * sys_util: Refactor IntoIovecChirantan Ekbote2020-05-28
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-10
|\|
| * remove instantes of using IntoRawFd in unsafe blocksZach Reizner2020-05-07
| * Remove redundant single-component importsDaniel Verkamp2020-04-26
* | crosvm: collapse simple boolean matchesAlyssa Ross2020-04-11
|/
* handle mmap of large offsets on 32 bit systemsDylan Reid2020-04-05
* Virtio-net: Add multi queues in multi threadsXiong Zhang2020-04-04
* 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 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