summary refs log tree commit diff
path: root/devices/Cargo.toml
Commit message (Expand)AuthorAge
* devices: virtio: Initial implementation of virtio-video deviceKeiichi Watanabe2020-05-23
* devices: irqchip: new irqchip moduleColin Downs-Razouk2020-05-18
* acpi: refactor the ACPI PM deviceChuanxiao Dong2020-05-11
* audio: Create AC97 device with --ac97 optionJudy Hsiao2020-03-20
* virtio-gpu: gfxstream backendLingfeng Yang2020-02-19
* gpu_display: add X11 input bindings.Noah Gold2020-01-03
* devices: fs: Implement virtio-fs serverChirantan Ekbote2019-10-27
* usb: replace libusb with Rust usb_util libraryDaniel Verkamp2019-10-17
* devices: fs: Add fuse constants and struct definitionsChirantan Ekbote2019-10-16
* vfio: Implement PciDevice Trait for vfio deviceXiong Zhang2019-09-18
* Extract disk creation logic out of qcow and src.Cody Schuffelen2019-08-28
* devices: pci: replace byteorder with from_le_bytes()Daniel Verkamp2019-08-26
* gpu_display: add X11 backendZach Reizner2019-07-25
* tempfile: Unify the two tempdir implementationsDavid Tolnay2019-07-11
* edition: Update devices crate to 2018 editionDavid Tolnay2019-04-15
* lints: Enforce sorted order for enum variantsDavid Tolnay2019-04-13
* protos: Merge plugin_proto crate under protos::pluginDavid Tolnay2019-04-12
* protos: Compile protos for trunks daemonDavid Tolnay2019-04-12
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-09
* usb: remove unused usb-emulation feature flagZach Reizner2019-03-17
* implement xhci and add it to pci busJingkui Wang2019-03-17
* usb: add usb hub, transfer and usb backend interfaceJingkui Wang2019-03-16
* Implement PIT.Miriam Zimmerman2019-01-31
* devices: Add an Ac97 PCI deviceDylan Reid2019-01-26
* tpm: Virtio tpm deviceDavid Tolnay2019-01-24
* 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
* virtio: Implement the 9P deviceChirantan Ekbote2018-08-08
* gpu: implement virtio-gpuZach Reizner2018-07-20
* Move gpu allocator to resourcesDylan Reid2018-07-09
* virtwl: Add DMABuf allocation support.David Reveman2018-05-16
* Use minijail_forkDylan Reid2017-10-25
* Move crosvm/hw to a new devices moduleDylan Reid2017-10-09