summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAge
* 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
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* Change the group for the wayland process to crosvmChirantan Ekbote2018-01-25
* main: Allow qcow files to be used as disksDylan Reid2018-01-19
* crosvm: use tsync for seccomp jailsStephen Barber2018-01-08
* Clean up wayland device jailChirantan Ekbote2018-01-06
* crosvm: remove stderr from preserved FDsStephen Barber2018-01-05
* crosvm: refactor linux vm running sequenceZach Reizner2018-01-04
* crosvm: have DeviceManager make direct VM changesZach Reizner2018-01-04
* main: Add inflate/deflate interface for balloonDylan Reid2018-01-02
* devices: Add balloonDylan Reid2017-12-18
* 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
* Move crosvm/hw to a new devices moduleDylan Reid2017-10-09
* Move vm_control to a top-level crateDylan Reid2017-10-09
* main: Default to sandboxed devicesDylan Reid2017-10-03
* main: use - instead of _ for seccomp policy argumentDylan Reid2017-10-03
* Load seccomp files from standard locationChirantan Ekbote2017-10-02
* convert println logs to logging macrosZach Reizner2017-09-29
* Implement virtio-vsockChirantan Ekbote2017-09-18
* Improve guest memory error handlingDylan Reid2017-09-11
* vhost: Fix-up failing tests and add a little more coverageJason D. Clinton2017-09-09
* crosvm: add virtio wayland deviceZach Reizner2017-09-08
* crosvm: add uid_map/gid_map support to jailed devicesZach Reizner2017-09-08
* sys_util: use libc's openlog to connect to syslogZach Reizner2017-09-06
* crosvm: jailed child processes inherit stderrZach Reizner2017-09-06
* io_jail: implement Display for ErrorZach Reizner2017-09-06
* crosvm: argument parsing without clapZach Reizner2017-09-02
* fix armv7a and aarch64 build errors and warningsZach Reizner2017-09-01
* Refactor the VhostNet virtio deviceChirantan Ekbote2017-08-30
* crosvm: unlink control sockets bound to filesZach Reizner2017-08-30
* fix compiler errors and warningsZach Reizner2017-08-30
* Refactor VhostNet into separate vhost and net piecesChirantan Ekbote2017-08-28
* sys_util: add safe wrappers getpid,geteuid,getguid,waitpid,killZach Reizner2017-08-28
* crosvm: refactor and expand vm control socket IPCZach Reizner2017-08-25
* crosvm: add pure virtio net deviceStephen Barber2017-08-16
* crosvm: Add barrier before updating used_ring indexDylan Reid2017-08-14
* crosvm: Add virtio randomDylan Reid2017-08-10
* crosvm: rename Net virtio device to VhostNetStephen Barber2017-08-09
* crosvm: fix queue wrapping behavior over u16Zach Reizner2017-08-03
* crosvm: main - Allow read/write block devicesDylan Reid2017-07-31
* crosvm: block - Fill upper 4 bytes of disk sizeDylan Reid2017-07-20
* crosvm: add vhost_net virtio deviceStephen Barber2017-07-20