summary refs log tree commit diff
path: root/devices/src/virtio/virtio_pci_common_config.rs
Commit message (Expand)AuthorAge
* Make lots of things DebugAlyssa Ross2020-07-02
* devices: return Vec from queue_max_sizesAlyssa Ross2020-06-15
* Virtio: Add queue ack_features() interfaceXiong Zhang2020-03-01
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* devices: finish the functions to enable MSI-XZide Chen2019-10-24
* devices: implement MsixConfig struct and generic MSI-X functionsZide Chen2019-10-24
* devices: virtio: replace byteorder with {to,from}_le_bytes()Daniel Verkamp2019-08-26
* clippy: Resolve ptr_argDavid Tolnay2019-04-17
* edition: Fill in macro importsDavid Tolnay2019-04-15
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* 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: Implement virtio PCI transportDylan Reid2018-10-01