summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Enable seccomp for virtio-fsChirantan Ekbote2019-11-19
* Add fs device to --shared-dirChirantan Ekbote2019-11-19
* fuzz: block_fuzzer: add sparse param to Block::newDaniel Verkamp2019-11-19
* devices: block: add option to control sparsenessDaniel Verkamp2019-11-18
* vfio: Don't exit at get_region_info failureXiong Zhang2019-11-18
* Revert "devices: virtio: disable MSI-X for block and net"Daniel Verkamp2019-11-18
* devices: virtio: remove unused VirtioPciDevice functionsDaniel Verkamp2019-11-18
* devices: virtio: use signal helper for config changesDaniel Verkamp2019-11-18
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* devices: virtio: block: refactor status_writer setupDaniel Verkamp2019-11-18
* devices: update the msix route table regardless msix mask statusChuanxiao Dong2019-11-18
* devices: pci: make get_bar_addr work for all BAR typesDaniel Verkamp2019-11-17
* main: remove EPOLLHUP epoll item from host kernel synchronouslyZide Chen2019-11-17
* devices: virtio: add missing virtio type IDsZach Reizner2019-11-16
* guest_memory: remove optional memfdGurchetan Singh2019-11-16
* io_jail: add additional apisMatt Delco2019-11-16
* devices: net: remove rx_buf from receive pathStephen Barber2019-11-16
* devices: fs: Allow running as users other than rootChirantan Ekbote2019-11-12
* devices: virtio: ensure all block data is transferredDaniel Verkamp2019-11-11
* Vfio: Suitably allocate bar for vfio deviceXiong Zhang2019-11-11
* kvm: Allow low mmio added into kvmXiong Zhang2019-11-11
* io_jail: Add minijail_rlimitChirantan Ekbote2019-11-11
* resource: Rename device memory to mmioXiong Zhang2019-11-10
* Resource: Unify mmio allocatorXiong Zhang2019-11-10
* devices: virtio: add peek operation to queueDaniel Verkamp2019-11-09
* ensure libc crate is at least 0.2.44Zach Reizner2019-11-09
* devices: virtio: wl: use descriptor reader/writerDaniel Verkamp2019-11-08
* disk: replace into_iter() with equivalent iter()Daniel Verkamp2019-11-08
* kvm: replace unused Err with is_err() checkDaniel Verkamp2019-11-08
* kvm: silence clippy warning about pointer alignmentDaniel Verkamp2019-11-08
* Remove unneeded return statementsDaniel Verkamp2019-11-08
* Remove unnecessary static str lifetimesDaniel Verkamp2019-11-08
* Remove unnecessary ? when returning ErrDaniel Verkamp2019-11-08
* arch: replace is_some + unwrap with `if let`Daniel Verkamp2019-11-08
* devices: virtio: block: advertise seg_maxDaniel Verkamp2019-11-08
* devices: fs: Disable HANDLE_KILLPRIV when writeback caching is enabledChirantan Ekbote2019-11-08
* fuzz: Add virtio-fs server fuzzerChirantan Ekbote2019-11-08
* Remove duplicated semicolonsDaniel Verkamp2019-11-08
* Allow use of newer versions of the libc crate.Allen Webb2019-11-07
* crosvm: add plugin API for async writesMatt Delco2019-11-06
* devices: proxy: print failed command on errorDaniel Verkamp2019-11-06
* devices: virtio: factor out interrupt signal functionDaniel Verkamp2019-11-06
* devices: virtio: do not trigger MSI-X with no vectorDaniel Verkamp2019-11-06
* devices: virtio: simplify interrupt status updateDaniel Verkamp2019-11-06
* devices: virtio: initialize config MSI-X vectorDaniel Verkamp2019-11-06
* crosvm: update OWNERS to *Stephen Barber2019-11-06
* devices: Add virtio-fs deviceChirantan Ekbote2019-11-06
* devices: fix fuse compilation on 32-bit platformsDaniel Verkamp2019-11-06
* devices: net: use FileReadWriteVolatile trait for txStephen Barber2019-11-05
* net_util: impl FileReadWriteVolatile for TapStephen Barber2019-11-05