summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAge
* 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
* crosvm: mmio register and queue check fixesZach Reizner2017-07-20
* crosvm: clean up waiting for childrenStephen Barber2017-07-18
* crosvm: add signalfd supportStephen Barber2017-07-18
* crosvm: refactor mmio device setupStephen Barber2017-07-13
* crosvm: Remove obsolete help messageDylan Reid2017-07-13
* crosvm: use sys_util::clone_process to create proxy deviceZach Reizner2017-07-13
* crosvm: fix ordering of args for ack_featuresStephen Barber2017-07-07
* crosvm: add device type for VirtioDeviceStephen Barber2017-07-07
* main: Dynamically create block device pivot rootDylan Reid2017-07-07
* crosvm: Put block device process in a minijailDylan Reid2017-07-06
* crosvm: fix serial device panic on write to read-only registersZach Reizner2017-07-05
* crosvm: Add crosvm main programZach Reizner2017-07-05
* crosvm: remove unusued error type from hw::virtio::queueZach Reizner2017-06-30
* crosvm: add control socket for crosvm inter-process controlZach Reizner2017-06-30
* sys_util: move handle_eintr!() to sys_util so it can be reusedZach Reizner2017-06-30
* crosvm: add kernel command line builderZach Reizner2017-06-27
* crosvm: add virtio block deviceZach Reizner2017-06-27
* crosvm: add virtio MMIO transport moduleZach Reizner2017-06-01
* crosvm: add virtio module with queue moduleZach Reizner2017-06-01
* crosvm: add child process device proxyZach Reizner2017-06-01
* crosvm: add bus module for address space routingZach Reizner2017-06-01
* crosvm: Add hardware moduleZach Reizner2017-05-29