summary refs log tree commit diff
path: root/src/plugin/mod.rs
Commit message (Expand)AuthorAge
* kvm: use MappedRegion traitGurchetan Singh2020-06-12
* remove instantes of using IntoRawFd in unsafe blocksZach Reizner2020-05-07
* Virtio-net: Add multi queues in multi threadsXiong Zhang2020-04-04
* crosvm: add handling for hyperv exitsMatt Delco2020-03-05
* 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
* plugin: plugin VM use immediate exitMatt Delco2019-10-30
* plugin: only pause on EINTRMatt Delco2019-10-23
* plugin: rename signal callMatt 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: Iterate without calling .iter()David Tolnay2019-04-18
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* clippy: Resolve needless_returnDavid Tolnay2019-04-17
* edition: Fill in macro importsDavid Tolnay2019-04-15
* lints: Enforce sorted order for enum variantsDavid Tolnay2019-04-13
* 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
* 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
* 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
* Arch: Big refactor and add an empty PCI busDylan Reid2018-09-10
* crosvm/plugin: allow specifying root directory for pluginDmitry Torokhov2018-05-16
* crosvm/plugin: fmt plugin module and remove negative error codeZach Reizner2018-04-26
* crosvm: enable seccomp logging in debug buildsZach Reizner2018-04-04
* crosvm/plugin: create PIT for plugin VMsDmitry Torokhov2018-03-20
* crosvm/plugin: refactor poll loop to use PollContextZach Reizner2018-03-08
* plugin: add crosvm_net_get_configStephen Barber2018-03-08
* Fix race between un-pausing vcpu and requesting vcpu pauseDmitry Torokhov2018-03-08