summary refs log tree commit diff
path: root/devices/src/virtio/queue.rs
Commit message (Expand)AuthorAge
* virtio: Add VIRTIO_RING_F_EVENT_IDX test caseXiong Zhang2020-03-06
* Virtio: Add blk VIRTIO_RING_F_EVENT_IDX featureXiong Zhang2020-03-05
* Virtio: Add queue ack_features() interfaceXiong Zhang2020-03-01
* Virtio: Add virtio block irq suppressXiong Zhang2020-02-19
* virtio: Inject virtio-blk interrupt quicklyXiong Zhang2020-02-19
* Virtio: Add fence(Acquire) after avail_index readXiong Zhang2020-02-07
* virtio: call virtio device reset method for resetChuanxiao Dong2020-01-03
* devices: virtio: add peek operation to queueDaniel Verkamp2019-11-09
* devices: virtio: initialize config MSI-X vectorDaniel Verkamp2019-11-06
* virtio: Convert ring index to u64 earlier in Queue::popChirantan Ekbote2019-10-29
* devices: finish the functions to enable MSI-XZide Chen2019-10-24
* virtio: queue: Enforce DescriptorChain orderingChirantan Ekbote2019-10-06
* devices: fix virtio-queue range checkJorge E. Moreira2019-08-07
* crosvm: Implement Reader/Writer interface over DescriptorChain.Jakub Staron2019-06-21
* crosvm: Moves logic of consuming a DescriptorHead to Queue.Jakub Staron2019-05-23
* clippy: Resolve if_same_then_elseDavid Tolnay2019-04-17
* edition: Fill in macro importsDavid Tolnay2019-04-15
* cargo fmt all source codeZach Reizner2018-10-09
* virtio: set default queue size to maximumDaniel Verkamp2018-10-01
* virtio-queue: Add an iterator over a descriptor chainChirantan Ekbote2018-06-15
* virtio-queue: Add an is_read_only() method for DescriptorChainChirantan Ekbote2018-06-15
* virtio: Derive Clone for DescriptorChainChirantan Ekbote2018-06-15
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* devices: virtio - Limit avail_iter iterationsDylan Reid2018-01-31
* Move crosvm/hw to a new devices moduleDylan Reid2017-10-09