summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAge
* 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