summary refs log tree commit diff
path: root/src/main.rs
Commit message (Expand)AuthorAge
* main: only show plugin options when feature is onDaniel Verkamp2019-01-08
* Add support for plugin mountsChirantan Ekbote2019-01-07
* devices: balloon: fix the 'crosvm balloon' commandDaniel Verkamp2019-01-05
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* crosvm: use msg_socket in vm_controlJingkui Wang2018-11-19
* main: merge VirtIoDeviceInfo back into ConfigDaniel Verkamp2018-10-31
* main: increase child wait timeout to 1 secondStephen Barber2018-10-30
* main: remove unused wayland-group optionZach Reizner2018-10-24
* main: autodetect disk image typeDaniel Verkamp2018-10-19
* cargo fmt all source codeZach Reizner2018-10-09
* fix warning and bit rotted tests uncovered by kokoroZach Reizner2018-09-22
* 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
* main: replace block writable option with read_onlyDaniel Verkamp2018-08-13
* virtio: Implement the 9P deviceChirantan Ekbote2018-08-08
* balloon: Implement device policyChirantan Ekbote2018-07-27
* main: Fix help for create_qcow2Dylan Reid2018-07-23
* gpu: implement virtio-gpuZach Reizner2018-07-20
* qcow: Set refcounts for initial clusters.Dylan Reid2018-07-16
* Remove the device manager and use the new resource allocatorDylan Reid2018-06-29
* net: Allow passing in a configured tap fd on the command lineChirantan Ekbote2018-06-12
* virtwl: Fix wayland-dmabuf argument typo.David Reveman2018-05-18
* virtwl: Add DMABuf allocation support.David Reveman2018-05-16
* crosvm/plugin: allow specifying root directory for pluginDmitry Torokhov2018-05-16
* crosvm: add a feature to disable sandbox by defaultDmitry Torokhov2018-05-11
* crosvm: aarch64 guest supportSonny Rao2018-04-03
* crosvm: create a LinuxArch trait and use it for x86Sonny Rao2018-03-15
* crosvm: move device_manager to it's own crateSonny Rao2018-02-26
* net_util: add tap support for mac addressStephen Barber2018-02-21
* crosvm: add flag to enable vhost networkingRob Bradford2018-02-19
* crosvm: fix run_vm return values for pluginStephen Barber2018-02-15
* main: Exit with non-zero exit code on failureDylan Reid2018-02-13
* 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
* crosvm: move kernel_cmdline to it's own crateSonny Rao2018-02-02
* hw/virtio/vhost: Add simple tests backed by fakesJason D. Clinton2018-02-02
* Change the group for the wayland process to crosvmChirantan Ekbote2018-01-25
* main: Allow qcow files to be used as disksDylan Reid2018-01-19
* main: Add inflate/deflate interface for balloonDylan Reid2018-01-02
* crosvm: move run_config to its own moduleZach Reizner2017-12-14
* main: Use /var/empty for jailed rootsDylan Reid2017-12-11
* crosvm: fix MPTable, enable apicSlava Malyugin2017-11-15
* crosvm: don't die on suspend/resumeStephen Barber2017-11-02
* crosvm: remove stdin from pollables at EOF/errorStephen Barber2017-10-31
* crosvm/devices: set thread namesStephen Barber2017-10-30
* crosvm: allow specifying wayland path and groupStephen Barber2017-10-26
* Use minijail_forkDylan Reid2017-10-25