summary refs log tree commit diff
path: root/devices/src/virtio/virtio_device.rs
Commit message (Expand)AuthorAge
* 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