summary refs log tree commit diff
path: root/devices/src/virtio/virtio_pci_device.rs
Commit message (Expand)AuthorAge
* Remove VirtioPciDevice debugAlyssa Ross2020-07-02
* debugAlyssa Ross2020-07-02
* poly_msg_socketAlyssa Ross2020-06-15
* hacky working out-of-process virtio_wlAlyssa Ross2020-06-15
* devices: make virtio::Interrupt a traitAlyssa Ross2020-06-15
* devices: pci: refactor PCI devices to use PciAddress.Tomasz Jeznach2020-05-01
* Remove redundant single-component importsDaniel Verkamp2020-04-26
* vhost-net: implement direct msix irq fdChuanxiao Dong2020-03-25
* Vfio: Create Msix capability for vfio deviceXiong Zhang2020-02-12
* vhost: impl on_device_sandboxed for virtio deviceChuanxiao Dong2020-01-19
* virtio: resolve some new introduced clippy warningsChuanxiao Dong2020-01-10
* virtio: call virtio device reset method for resetChuanxiao Dong2020-01-03
* devices: virtio: add support for VIRTIO_PCI_CAP_SHARED_MEMORY_CFGDaniel Prilik2019-12-12
* devices: clone the EventFds before activateChuanxiao Dong2019-12-09
* devices: virtio: enable MSI-X for all devicesDaniel Verkamp2019-12-06
* devices: virtio: remove unused VirtioPciDevice functionsDaniel Verkamp2019-11-18
* devices: virtio: use signal helper for config changesDaniel Verkamp2019-11-18
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* devices: pci: make get_bar_addr work for all BAR typesDaniel Verkamp2019-11-17
* resource: Rename device memory to mmioXiong Zhang2019-11-10
* Resource: Unify mmio allocatorXiong Zhang2019-11-10
* devices: virtio: initialize config MSI-X vectorDaniel Verkamp2019-11-06
* devices: implement MSI control socketXiong Zhang2019-10-24
* 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
* devices: virtio: set zero length mmio eventfd for VQ notification addressZide Chen2019-08-23
* pci: Let device could trap pci config read/writeXiong Zhang2019-07-03
* devices: pci: allocate BARs with correct alignmentDaniel Verkamp2019-06-25
* resources+pci: allocator rework (allocation tags)Daniel Prilik2019-04-20
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* clippy: Resolve redundant_closureDavid Tolnay2019-04-17
* clippy: Resolve absurd_extreme_comparisonsDavid Tolnay2019-04-15
* edition: Use 2018-style paths in devices crateDavid Tolnay2019-04-09
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* pci: match pci cap structs with linux/virtio_pci.hDaniel Prilik2019-03-28
* 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
* PCI: Return results from pci setup functionsDylan Reid2019-03-06
* devices: PCI: use configuration callbackGurchetan Singh2019-03-01
* devices: use PCI bar configuration when adding regionsGurchetan Singh2019-03-01
* crosvm: add debug labels to devices for improved SIGCHLD logsZach Reizner2019-01-26
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* devices: pci: support level-triggered interruptsDaniel Verkamp2018-10-29
* devices: virtio: pci: reset ISR status on readDaniel Verkamp2018-10-11
* arch: add virtio-pci eventfds with exact matchDaniel Verkamp2018-10-11
* cargo fmt all source codeZach Reizner2018-10-09
* devices: Implement virtio PCI transportDylan Reid2018-10-01