summary refs log tree commit diff
path: root/devices/src/virtio/vhost/worker.rs
Commit message (Expand)AuthorAge
* devices: make virtio::Interrupt a traitAlyssa Ross2020-06-15
* vhost-net: implement direct msix irq fdChuanxiao Dong2020-03-25
* vhost: pass response_socket to activate threadChuanxiao Dong2020-03-25
* vhost-net: implement the reset methodChuanxiao Dong2020-02-06
* vhost: put kill eventfd to WorkerChuanxiao Dong2020-02-06
* vhost: impl on_device_sandboxed for virtio deviceChuanxiao Dong2020-01-19
* vhost: add cleanup_vqs to do some cleanup stuffChuanxiao Dong2020-01-19
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* devices: implement dedicated Interrupt struct for virtio WorkerZide Chen2019-10-25
* devices: enable MSI-X for virtio-net and viotio-block devicesXiong Zhang2019-10-25
* tree-wide: use PollContext::build_with where possibleZach Reizner2019-07-24
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* devices: Replace imports involving super::superDavid Tolnay2019-04-15
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* devices: pci: support level-triggered interruptsDaniel Verkamp2018-10-29
* cargo fmt all source codeZach Reizner2018-10-09
* devices: use PollContext for all virtio deivcesZach Reizner2018-04-05
* Move crosvm/hw to a new devices moduleDylan Reid2017-10-09