summary refs log tree commit diff
path: root/devices/src/lib.rs
Commit message (Expand)AuthorAge
* devices: irqchip: new irqchip moduleColin Downs-Razouk2020-05-18
* devices: pci: refactor device location address.Tomasz Jeznach2020-04-29
* devices: add SerialDevice traitDaniel Verkamp2020-04-23
* arch, devices: move serial creation to archDaniel Verkamp2020-04-23
* audio: Create AC97 device with --ac97 optionJudy Hsiao2020-03-20
* Vfio: multi vfio group supportXiong Zhang2020-03-06
* Add logic to setup PIC/IOAPIC.Zhuocheng Ding2020-03-05
* acpipm: implement suspend and resume mechanismChuanxiao Dong2020-02-19
* devices: add acpi device emulation code in devicesChuanxiao Dong2020-02-17
* devices: remove user_command from proxy deviceZach Reizner2020-01-09
* devices: jail serial deviceZach Reizner2019-10-10
* vfio: Implement PciDevice Trait for vfio deviceXiong Zhang2019-09-18
* crosvm: add cmdline flags for configuring serial outputs in guest machineTrent Begin2019-05-15
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* lints: Enforce sorted order for enum variantsDavid Tolnay2019-04-13
* Add PIC device.Miriam Zimmerman2019-04-03
* Move split_irqchip_common to devices/.Miriam Zimmerman2019-03-20
* implement xhci and add it to pci busJingkui Wang2019-03-17
* Add IOAPIC device skeleton.Miriam Zimmerman2019-03-16
* allow dead code for usb modulesJingkui Wang2019-03-13
* devices: compile usb module and update current codeJingkui Wang2019-03-13
* add utils for device implementationsJingkui Wang2019-03-13
* Move and rename mmio_register to devices/srcJingkui Wang2019-03-08
* Implement PIT.Miriam Zimmerman2019-01-31
* devices: Add an Ac97 PCI deviceDylan Reid2019-01-26
* tpm: Virtio tpm deviceDavid Tolnay2019-01-24
* Remove unused #[macro_use] attributesDaniel Verkamp2019-01-10
* usb: add xhci abi.Jingkui Wang2018-12-25
* devices: allow virtio-wayland to use virtgpu resourcesZach Reizner2018-12-11
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* Reland "devices: refactor proxy to use msg_socket"Jingkui Wang2018-11-19
* Revert "devices: refactor proxy to use msg_socket"Jingkui Wang2018-11-02
* devices: refactor proxy to use msg_socketJingkui Wang2018-10-31
* 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
* devices: pci: add MMIO config access mechanismDaniel Verkamp2018-10-01
* devices: pci: refactor config access mechanismDaniel Verkamp2018-10-01
* move pci root creation to archDylan Reid2018-10-01
* virtio: Implement the 9P deviceChirantan Ekbote2018-08-08
* devices: pci - Add a PCI root bridgeDylan Reid2018-07-19
* devices: proxy - Add support for proxying PciDevicesDylan Reid2018-07-18
* devices: pci - Add PciDeviceDylan Reid2018-07-11
* devices: Add pci_typesDylan Reid2018-07-11
* Move gpu allocator to resourcesDylan Reid2018-07-09
* devices: add an emulated ARM pl030 RTC clockSonny Rao2018-05-04
* Use minijail_forkDylan Reid2017-10-25
* Move crosvm/hw to a new devices moduleDylan Reid2017-10-09