summary refs log tree commit diff
path: root/devices/src/pci/pci_device.rs
Commit message (Expand)AuthorAge
* devices: pci: refactor PCI devices to use PciAddress.Tomasz Jeznach2020-05-01
* Remove redundant single-component importsDaniel Verkamp2020-04-26
* audio: Create AC97 device with --ac97 optionJudy Hsiao2020-03-20
* pci: Let device could trap pci config read/writeXiong Zhang2019-07-03
* resources+pci: allocator rework (allocation tags)Daniel Prilik2019-04-20
* 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
* error: Print errors using Display implDavid Tolnay2019-02-20
* crosvm: add debug labels to devices for improved SIGCHLD logsZach Reizner2019-01-26
* devices: add on_sandboxedJingkui Wang2018-12-25
* devices: Remove duplicated doc comments in impl blockDavid Tolnay2018-12-02
* devices: pci: support level-triggered interruptsDaniel Verkamp2018-10-29
* arch: add virtio-pci eventfds with exact matchDaniel Verkamp2018-10-11
* cargo fmt all source codeZach Reizner2018-10-09
* devices: pci: add ioeventfds to PciDevice traitDylan Reid2018-10-01
* devices: pci: add keep_fds to PciDeviceDaniel Verkamp2018-10-01
* Remove sync requirements of pci device traitJingkui Wang2018-08-29
* devices: pci - Add PciDeviceDylan Reid2018-07-11