- 8cc63c4 devices: virtio: make Queue track its own Interrupt by Daniel Verkamp · 3 months ago
- bc985e5 devices: virtio-rng: avoid heap allocation in worker by Daniel Verkamp · 8 months ago
- 299e820 devices: virtio-rng: worker thread cleanups by Daniel Verkamp · 8 months ago
- 2038c21 devices: virtio: return Result from device reset functions by Daniel Verkamp · 8 months ago
- 881b6bc devices: virtio: change snapshot to take mutable ref by Elie Kheirallah · 1 year ago
- c3622e7 devices: virtio: make Queue own its Event by Daniel Verkamp · 1 year, 3 months ago
- b3c8e72 devices: virtio: pass GuestMemory to queue activate by Daniel Verkamp · 1 year, 4 months ago
- e678ede Reland "virtio: pass explicit queue indices on device activation" by Frederick Mayle · 1 year, 4 months ago
- 0efcbc5 Revert "virtio: pass explicit queue indices on device activation" by Keiichi Watanabe · 1 year, 4 months ago
- 6199bb3 virtio: pass explicit queue indices on device activation by Frederick Mayle · 1 year, 4 months ago
- 3964fb1 virtio: don't alias BTreeMap as Map by Frederick Mayle · 1 year, 4 months ago
- 019d6ba devices: virtio: remove SignalableInterrupt trait by Daniel Verkamp · 1 year, 5 months ago
- 414311b devices: use BTreeMap for storing queues on sleep/wake. by Noah Gold · 1 year, 5 months ago
- 525a7d7 devices: make virtio queues optional in snapshotting. by Noah Gold · 1 year, 5 months ago
- 3ec1ac8 virtio: rng: implement snapshot-restore by Frederick Mayle · 1 year, 5 months ago
- a6f1a56 devices: virtio: delete Suspendable impls by Frederick Mayle · 1 year, 5 months ago
- f01fd97 devices: virtio: Remove VirtioDeviceSaved and cleanup by Elie Kheirallah · 1 year, 5 months ago
- b654b15 devices: virtio: create Reader and Writer in DescriptorChain by Daniel Verkamp · 1 year, 7 months ago
- 63f5036 devices: virtio: overhaul DescriptorChain API by Daniel Verkamp · 1 year, 7 months ago
- 2686efd devices: convert various devices to use WorkerThread by Daniel Verkamp · 1 year, 9 months ago
- 41654c9 devices: virtio: remove mem from VirtioDeviceSaved by Daniel Verkamp · 1 year, 9 months ago
- f7aa9cf devices: virtio: rng: add stop impl for Rng by Elie Kheirallah · 1 year, 10 months ago
- acc0e6f devices: virtio: group Queue + Event pairs in activate by Daniel Verkamp · 1 year, 11 months ago
- a3cb4af devices: virtio: return a Result from activate() by Daniel Verkamp · 1 year, 11 months ago
- 5e35436 devices: virtio: Shorten virtio worker threads' names by Keiichi Watanabe · 2 years ago
- 47a7306 devices: add empty Suspendable impl for virtio devices by Elie Kheirallah · 2 years ago
- 3d4b480 base: cross platform Event API by Frederick Mayle · 2 years, 2 months ago
- 1dab58a Update all copyright headers to match new style by Dennis Kempin · 2 years, 2 months ago
- 600ad38 Remove redundant {self} imports by Daniel Verkamp · 2 years, 3 months ago
- 4fea399 Reformat imports by Dennis Kempin · 2 years, 3 months ago
- d4505a7 base: replace PollToken with EventToken tree-wide by Daniel Verkamp · 2 years, 6 months ago
- a19d6ce devices: Update rng devices to be platform agnostic by Richard · 2 years, 6 months ago
- 78c474d virtio: create a DeviceType wrapper enum by Daniel Verkamp · 2 years, 7 months ago
- 5225377 devices: convert to ThisError and sort by Daniel Verkamp · 3 years, 3 months ago
- c013a65 devices: Trigger interrupts via the Queue by Chirantan Ekbote · 3 years, 4 months ago
- 4786cee devices: Add a trait for Interrupt by Dylan Reid · 3 years, 10 months ago
- d32098d Restore default virtio features for virtio-rng by Alistair Delva · 4 years ago
- cd23bc2 base: keep_fds -> keep_rds rename by Michael Hoyle · 4 years, 1 month ago
- e392c46 base: Add WaitContext by Michael Hoyle · 4 years, 1 month ago
- 685316f base: EventFd -> Event renaming by Michael Hoyle · 4 years, 2 months ago
- 371a021 devices: Add ability to consume descriptor offsets by Dylan Reid · 4 years, 4 months ago
- 6b19695 Add "base" crate and transition crosvm usages to it from sys_util by Michael Hoyle · 4 years, 3 months ago
- ec058d6 vm_memory: A crate to hold vm-specific memory objects by Dylan Reid · 4 years, 4 months ago
- e1952dd Remove redundant single-component imports by Daniel Verkamp · 4 years, 7 months ago
- 81c804c virtio: resolve some new introduced clippy warnings by Chuanxiao Dong · 4 years, 10 months ago
- 313f641 virtio: implement reset for balloon/rng/blk/net by Chuanxiao Dong · 5 years ago
- 24eeed2 devices: virtio: pass Interrupt to activate() by Daniel Verkamp · 5 years ago
- 8a7e4e9 devices: implement dedicated Interrupt struct for virtio Worker by Zide Chen · 5 years ago
- 1f20497 devices: implement MsixConfig struct and generic MSI-X functions by Zide Chen · 5 years ago
- b596416 devices: Refactor DescriptorChainConsumer, Reader, and Writer by Chirantan Ekbote · 5 years ago
- d9c4398 crosvm: Use Reader/Writer interfaces in various virtio devices. by Jakub Staron · 5 years ago
- 9dd75d0 devices: join worker threads in drop() by Daniel Verkamp · 5 years ago
- b2110be tree-wide: use PollContext::build_with where possible by Zach Reizner · 5 years ago
- 127453d eliminate mut from non-mut references by Zach Reizner · 5 years ago
- 6b7373a crosvm: Removes used_desc_heads arrays from various virtio devices. by Jakub Staron · 5 years ago
- 64cd5ea edition: Eliminate ref keyword by David Tolnay · 6 years ago
- 633426a edition: Fill in macro imports by David Tolnay · 6 years ago
- b4bd00f error: Print errors using Display impl by David Tolnay · 6 years ago
- 2bac1e7 toolchain: Update to Rust 1.31.0 by David Tolnay · 6 years ago
- 5bbbf61 lint: Resolve the easier clippy lints by David Tolnay · 6 years ago
- 120d95e devices: pci: support level-triggered interrupts by Daniel Verkamp · 6 years ago
- 55a9e50 cargo fmt all source code by Zach Reizner · 6 years ago
- fc62c45 devices: use PollContext for all virtio deivces by Zach Reizner · 7 years ago
- e56e045 rng: switch to /dev/urandom by Mike Frysinger · 7 years ago factory-soraka-10323.39.B release-R65-10323.B stabilize-10323.29.B stabilize-10323.30.B stabilize-10323.31.B stabilize-10323.58.B stabilize-10323.62.B stabilize-10323.67.B
- ce37479 crosvm/devices: set thread names by Stephen Barber · 7 years ago
- d169a8d Move crosvm/hw to a new devices module by Dylan Reid · 7 years ago[Renamed from src/hw/virtio/rng.rs]
- bb493dd convert println logs to logging macros by Zach Reizner · 7 years ago
- c28f6a6 crosvm: Add virtio random by Dylan Reid · 7 years ago