summary refs log tree commit diff
path: root/devices/src/virtio/p9.rs
Commit message (Expand)AuthorAge
* devices: return Vec from queue_max_sizesAlyssa Ross2020-06-15
* Remove redundant single-component importsDaniel Verkamp2020-04-26
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* devices: implement dedicated Interrupt struct for virtio WorkerZide Chen2019-10-25
* devices: implement MsixConfig struct and generic MSI-X functionsZide Chen2019-10-24
* devices: Refactor DescriptorChainConsumer, Reader, and WriterChirantan Ekbote2019-10-15
* devices: virtio: add copy_config() helper functionDaniel Verkamp2019-08-16
* tree-wide: use PollContext::build_with where possibleZach Reizner2019-07-24
* crosvm: Implement Reader/Writer interface over DescriptorChain.Jakub Staron2019-06-21
* crosvm: Removes used_desc_heads arrays from various virtio devices.Jakub Staron2019-05-23
* edition: Fill in macro importsDavid Tolnay2019-04-15
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* error: Print errors using Display implDavid Tolnay2019-02-20
* memory: Add methods to return error on short writes and readsDavid Tolnay2019-01-13
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* devices: convert virtio features to a u64Daniel Verkamp2018-11-21
* devices: pci: support level-triggered interruptsDaniel Verkamp2018-10-29
* cargo fmt all source codeZach Reizner2018-10-09
* virtio: Implement the 9P deviceChirantan Ekbote2018-08-08