summary refs log tree commit diff
path: root/devices
Commit message (Expand)AuthorAge
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* ac97: Fix setting the pci configDylan Reid2019-03-02
* tpm: Store TPM state under /run/vmDavid Tolnay2019-03-02
* devices: PCI: use configuration callbackGurchetan Singh2019-03-01
* devices: virtio: add PCI configuration callback functionGurchetan Singh2019-03-01
* devices: use PCI bar configuration when adding regionsGurchetan Singh2019-03-01
* devices: pci: define a PCI bar configuration structGurchetan Singh2019-03-01
* crosvm: use seqpacket rather than datagram socketsZach Reizner2019-02-28
* crosvm: pit: Convert two panics into warnings.Miriam Zimmerman2019-02-27
* tpm: Handle send+recv as a single descriptor chainDavid Tolnay2019-02-21
* tpm: Prepare device implementation for handling send+recv togetherDavid Tolnay2019-02-20
* error: Print errors using Display implDavid Tolnay2019-02-20
* crosvm: pit: Clarify comments, clean up TODOs.Miriam Zimmerman2019-02-07
* devices: pit: silence unused code warningsDaniel Verkamp2019-02-07
* Adds Virtio-Input device simulationJorge E. Moreira2019-02-01
* devices: block: add bounds checksDaniel Verkamp2019-01-31
* Implement PIT.Miriam Zimmerman2019-01-31
* devices: gpu: dup stdout to stderr to allow virglrenderer loggingDavid Riley2019-01-31
* devices: gpu: preserve stdout and stderr for virglrender loggingDavid Riley2019-01-31
* devices: gpu: name gpu threadDavid Riley2019-01-30
* devices: Add an Ac97 PCI deviceDylan Reid2019-01-26
* crosvm: add debug labels to devices for improved SIGCHLD logsZach Reizner2019-01-26
* tpm: Virtio tpm deviceDavid Tolnay2019-01-24
* devices: block: add resize VmControl requestDaniel Verkamp2019-01-16
* memory: Add methods to return error on short writes and readsDavid Tolnay2019-01-13
* Remove unused #[macro_use] attributesDaniel Verkamp2019-01-10
* devices: wl: add resource bridge to fds to keep when jailedDavid Riley2019-01-09
* devices: gpu: add resource bridge to fds to keep when jailedDavid Riley2019-01-09
* devices: block: protect disk_size with a mutexDaniel Verkamp2019-01-05
* devices: block: build config space on demandDaniel Verkamp2019-01-05
* usb: Add event ring implementationJingkui Wang2018-12-25
* usb: add xhci abi.Jingkui Wang2018-12-25
* usb: add xhci registers and mmio space.Jingkui Wang2018-12-25
* usb: Add mmio space.Jingkui Wang2018-12-25
* devices: add on_sandboxedJingkui Wang2018-12-25
* devices: gpu: add plane info response supportZach Reizner2018-12-14
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* 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
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* devices: Remove duplicated doc comments in impl blockDavid Tolnay2018-12-02
* devices: make all virtio devices report version 1Daniel Verkamp2018-11-26
* wl: silence unused code warningsDaniel Verkamp2018-11-21
* devices: convert virtio features to a u64Daniel Verkamp2018-11-21
* crosvm: use msg_socket in vm_controlJingkui Wang2018-11-19
* Reland "devices: refactor proxy to use msg_socket"Jingkui Wang2018-11-19
* devices: balloon: define features as shift countsDaniel Verkamp2018-11-07
* Revert "devices: refactor proxy to use msg_socket"Jingkui Wang2018-11-02
* devices: refactor proxy to use msg_socketJingkui Wang2018-10-31
* devices: virtio: remove virtio MMIO transportDaniel Verkamp2018-10-31