summary refs log tree commit diff
path: root/devices/src/virtio/input
Commit message (Expand)AuthorAge
* devices: return Vec from queue_max_sizesAlyssa Ross2020-06-15
* Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-10
|\
| * Remove unnecessary parentheses in constsDaniel Verkamp2020-04-26
* | devices: don't make virtio device Results pubAlyssa Ross2020-03-20
|/
* Use simple virtio_input_events where possible.Noah Gold2020-03-06
* virtio-input: implement the reset methodChuanxiao Dong2020-02-06
* Remove warning for VIRTIO_INPUT_CFG_UNSET.Noah Gold2020-01-21
* gpu_display: add X11 input bindings.Noah Gold2020-01-03
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* Remove unneeded return statementsDaniel Verkamp2019-11-08
* devices: implement dedicated Interrupt struct for virtio WorkerZide Chen2019-10-25
* descriptor_utils: check for size overflow in new()Daniel Verkamp2019-10-25
* devices: implement MsixConfig struct and generic MSI-X functionsZide Chen2019-10-24
* devices: Refactor DescriptorChainConsumer, Reader, and WriterChirantan Ekbote2019-10-15
* devices: virtio: input: use descriptor reader/writerDaniel Verkamp2019-10-01
* devices: join worker threads in drop()Daniel Verkamp2019-09-17
* devices: virtio: add copy_config() helper functionDaniel Verkamp2019-08-16
* Fix compiling warnings in test codeJianxun Zhang2019-08-09
* tree-wide: use PollContext::build_with where possibleZach Reizner2019-07-24
* Refactor input devices interactions with buffers in guest memoryJorge E. Moreira2019-07-17
* Don't call UNGRAB IOCTL on a socketJorge E. Moreira2019-07-17
* crosvm: Ensure slices are the same size when copying.Jorge E. Moreira2019-06-21
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* devices: input: Removes used_desc_heads array.Jakub Staron2019-05-24
* crosvm: Removes used_desc_heads arrays from various virtio devices.Jakub Staron2019-05-23
* crosvm: Moves logic of consuming a DescriptorHead to Queue.Jakub Staron2019-05-23
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* clippy: Resolve string_lit_as_bytesDavid Tolnay2019-04-17
* clippy: Resolve redundant_closureDavid Tolnay2019-04-17
* clippy: Resolve const_static_lifetimeDavid Tolnay2019-04-17
* edition: Fill in macro importsDavid Tolnay2019-04-15
* edition: Use 2018-style paths in devices crateDavid Tolnay2019-04-09
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* Add tests for virtio input deviceJorge E. Moreira2019-03-12
* Add a (single touch only) touch screen input deviceJorge E. Moreira2019-03-09
* Input device: Don't send more events than received from the sourceJorge E. Moreira2019-03-08
* Don't grab input devices created from sockets.Jorge E. Moreira2019-03-06
* error: Print errors using Display implDavid Tolnay2019-02-20
* Adds Virtio-Input device simulationJorge E. Moreira2019-02-01