summaryrefslogtreecommitdiffstats
path: root/hw/input
Commit message (Expand)AuthorAgeFilesLines
* ui: Shorten references into InputEventEric Blake2019-11-293-39/+57
* qapi: rename input buttonsGerd Hoffmann2019-11-293-6/+6
* cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau2019-11-291-8/+10
* Adds keycode 86 to the hid_usage_keys translation table.Daniel Serpell2019-11-291-1/+1
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2019-11-291-8/+16
* hw: Clean up includesPeter Maydell2019-11-296-0/+6
* arm devices: Clean up includesPeter Maydell2019-11-292-0/+2
* virtio: Clean up includesPeter Maydell2019-11-293-0/+3
* arm: Clean up includesPeter Maydell2019-11-293-0/+3
* lm32: Clean up includesPeter Maydell2019-11-291-0/+1
* qapi: Change munging of CamelCase enum valuesEric Blake2019-11-293-6/+6
* qapi: Don't let implicit enum MAX member collideEric Blake2019-11-293-6/+6
* hw/input/tsc210x: Remove superfluous memsetThomas Huth2015-11-061-6/+2
* input: Convert to new qapi union layoutEric Blake2015-11-023-41/+42
* adb: add to input categoryLaurent Vivier2015-10-231-0/+2
* virtio-input: ignore events until the guest driver is readyGerd Hoffmann2015-10-201-0/+4
* virtio-input: Fix device introspection on non-Linux hostsMarkus Armbruster2015-10-091-1/+1
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-2/+2
* typofixes - v4Veres Lajos2015-09-111-1/+1
* arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-071-2/+2
* virtio: get_features() can failJason Wang2015-07-271-1/+2
* hid: clarify hid_keyboard_process_keycodePaolo Bonzini2015-07-171-4/+28
* virtio-input: move sys/ioctl.h includeGerd Hoffmann2015-07-161-0/+1
* virtio-input: fix segfault in virtio_input_hid_propertiesLin Ma2015-07-161-0/+1
* virtio-input: add input routing supportGerd Hoffmann2015-07-031-0/+11
* virtio-input: evdev passthroughGerd Hoffmann2015-06-232-0/+189
* virtio-input: move properties, use virtio_instance_init_commonGerd Hoffmann2015-06-231-1/+7
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-122-19/+14
* virtio: make features 64bit wideGerd Hoffmann2015-06-011-1/+1
* virtio-input: emulated devices [device]Gerd Hoffmann2015-05-292-0/+503
* virtio-input: core code & base class [device]Gerd Hoffmann2015-05-292-0/+286
* adb.c: include ADBDevice parent state in KBDState and MouseStateMark Cave-Ayland2015-03-091-4/+18
* Add trace to ps2.c.Don Koch2015-02-101-0/+16
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* hw/input/hid.c Fix capslock hid codeDinar Valeev2015-01-221-1/+1
* hid: handle full ptr queues in post_loadGerd Hoffmann2015-01-221-0/+21
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-01-091-2/+8
|\
| * pckbd: set bits 2-3-6-7 of the output port by defaultPaolo Bonzini2015-01-031-2/+8
* | milkymist: softmmu: fix event handlingMichael Walle2014-12-291-7/+12
|/
* hw/input/tsc210x.c: Delete unused array tsc2101_ratesPeter Maydell2014-09-291-30/+0
* pckbd: adding new fields to vmstatePavel Dovgalyuk2014-09-111-0/+51
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+2
* Fix debug print warningGonglei2014-09-021-2/+2
* input: fix jumpy mouse cursor with USB mouse emulationChristian Burger2014-07-011-2/+2
* Fix new typos (found by codespell)Stefan Weil2014-06-241-1/+1
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-163-14/+7
* hw/misc/milkymist-softusb: Remove unused softusb_{read, write}_pmem()Peter Maydell2014-06-101-25/+0
* input: switch hid mouse and tablet to the new input layer api.Gerd Hoffmann2014-05-261-70/+123
* input: switch hid keyboard to new input layer api.Gerd Hoffmann2014-05-261-7/+22
* input: switch ps/2 mouse to new input apiGerd Hoffmann2014-05-161-15/+52
OpenPOWER on IntegriCloud