summary refs log tree commit diff
path: root/devices/src/virtio/virtio_device.rs
Commit message (Expand)AuthorAge
* devices: pci: refactor PCI devices to use PciAddress.Tomasz Jeznach2020-05-01
* vhost-net: implement direct msix irq fdChuanxiao Dong2020-03-25
* vhost: impl on_device_sandboxed for virtio deviceChuanxiao Dong2020-01-19
* devices: clone the EventFds before activateChuanxiao Dong2019-12-09
* devices: virtio: enable MSI-X for all devicesDaniel Verkamp2019-12-06
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* devices: implement MsixConfig struct and generic MSI-X functionsZide Chen2019-10-24
* devices: implement msix capability structureZide Chen2019-10-24
* devices: modify get_device_bars(..) interfaceGurchetan Singh2019-09-20
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* devices: improve get_device_bars/caps interfaceDaniel Prilik2019-03-28
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* devices: PCI: add capabilities callbackDaniel Prilik2019-03-11
* devices: virtio: add PCI configuration callback functionGurchetan Singh2019-03-01
* crosvm: add debug labels to devices for improved SIGCHLD logsZach Reizner2019-01-26
* devices: make all virtio devices report version 1Daniel Verkamp2018-11-26
* 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
* devices: Move VirtioDevice to its own fileDylan Reid2018-09-10