summary refs log tree commit diff
Commit message (Expand)AuthorAge
* 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
* sys_util: split volatile_impl macro into volatile_{,at_}implStephen Barber2019-11-05
* devices: add into_iovec() for DescriptorUtilsDaniel Verkamp2019-11-05
* sys_util: make IntoIovec return an actual vectorDaniel Verkamp2019-11-05
* data_model: remove unused importDylan Reid2019-11-05
* x86_64: Correct the start address of device memoryXiong Zhang2019-11-05
* x86_64: Correct guest ram memory region layoutXiong Zhang2019-11-04
* kvm: Fix build_test error on register_irqfdXiong Zhang2019-11-04
* crosvm: compile out statsMatt Delco2019-11-02
* devices: fs: Fix available_bytes() callChirantan Ekbote2019-11-01
* devices: fs: Add a passthrough file systemChirantan Ekbote2019-11-01
* devices: virtio: disable MSI-X for block and netDaniel Verkamp2019-10-31
* crosvm: pre-cache answers to plugin get callsMatt Delco2019-10-31
* tests: test to see if crosvm can boot a kernelZach Reizner2019-10-31
* docker: upgrade to Rust 1.38.0Daniel Verkamp2019-10-30
* crosvm: Linux VM use immediate exitMatt Delco2019-10-30
* plugin: plugin VM use immediate exitMatt Delco2019-10-30
* kvm: add methods to set/clear immediate exit bitMatt Delco2019-10-30
* virtio: Convert ring index to u64 earlier in Queue::popChirantan Ekbote2019-10-29
* devices: virtio: block: use FileReadWriteAtVolatileDaniel Verkamp2019-10-29
* qcow: implement FileReadWriteAtVolatile traitDaniel Verkamp2019-10-29
* qcow: do not modify current_offset in read_cb/write_cbDaniel Verkamp2019-10-29
* fuzz: Refactor and improve virtqueue_fuzzer performanceChirantan Ekbote2019-10-29
* vfio: Add vfio msi routing information into kvmXiong Zhang2019-10-29
* fuzz: convert fuzzers to cros_fuzz frameworkDaniel Verkamp2019-10-28