summary refs log tree commit diff
path: root/devices/src/virtio/descriptor_utils.rs
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master'Alyssa Ross2020-06-14
|\
| * sys_util: Refactor IntoIovecChirantan Ekbote2020-05-28
| * Make VolatileSlice ABI-compatible with iovecChirantan Ekbote2020-05-25
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-22
|\|
| * descriptor_utils: Remove need for temporary vectorsChirantan Ekbote2020-05-14
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-10
|\|
| * descriptor_utils: Add write_iter methodChirantan Ekbote2020-05-01
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-03-26
|\|
| * descriptor_utils: Add `iter` methodChirantan Ekbote2020-03-10
* | devices: don't make virtio device Results pubAlyssa Ross2020-03-20
|/
* devices: virtio: Implement Reader::collect() and Writer::consume()Charles William Dick2020-02-19
* devices: use File rather than shm in testsDaniel Verkamp2019-12-06
* devices: virtio: ensure all block data is transferredDaniel Verkamp2019-11-11
* Remove duplicated semicolonsDaniel Verkamp2019-11-08
* devices: add into_iovec() for DescriptorUtilsDaniel Verkamp2019-11-05
* descriptor_utils: Use copy_nonoverlappingChirantan Ekbote2019-10-28
* descriptor_utils: check for size overflow in new()Daniel Verkamp2019-10-25
* descriptor_utils: Consume all buffers when reading or writingChirantan Ekbote2019-10-23
* devices: Refactor DescriptorChainConsumer, Reader, and WriterChirantan Ekbote2019-10-15
* virtio: queue: Enforce DescriptorChain orderingChirantan Ekbote2019-10-06
* virtio: Make Reader interface cloneable.David Riley2019-09-17
* use `SharedMemory::{named, anon}` to replace `::new`Zach Reizner2019-09-11
* Extract disk creation logic out of qcow and src.Cody Schuffelen2019-08-28
* devices: virtio: make create_descriptor_chain pubDaniel Verkamp2019-08-13
* devices: virtio: add volatile read/write for desc chainsDaniel Verkamp2019-08-13
* devices: virtio: add seek() for descriptor chainsDaniel Verkamp2019-08-13
* devices: virtio: add Error type for descriptorsDaniel Verkamp2019-08-13
* tree-wide: Use new trait object syntaxDylan Reid2019-07-24
* devices: remove use of mem::uninitializedDaniel Verkamp2019-07-09
* crosvm: Implement Reader/Writer interface over DescriptorChain.Jakub Staron2019-06-21