summaryrefslogtreecommitdiffstats
path: root/hw/input
Commit message (Expand)AuthorAgeFilesLines
* 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
* input: switch ps/2 kbd to new input apiGerd Hoffmann2014-05-161-1/+24
* ps2: set ps/2 output buffer size as the same as kernelGonglei2014-05-161-6/+68
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell2014-05-152-6/+3
|\
| * savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-142-6/+3
* | savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-133-8/+4
|/
* tsc210x: fix buffer overrun on invalid state loadMichael S. Tsirkin2014-05-051-0/+12
* pckbd: return 'keyboard enabled' on read input port commandHervé Poussineau2014-03-091-1/+1
* lm832x: QOM'ifyAndreas Färber2014-02-141-9/+13
* Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori2014-01-092-2/+2
|\
| * isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-232-2/+2
| * qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-232-2/+2
* | pxa27x: Add 'const' attribute to keyboard mapsStefan Weil2014-01-011-3/+3
|/
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-224-27/+27
* aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh2013-08-222-4/+4
* aio / timers: Rename qemu_timer_* functionsAlex Bligh2013-08-222-2/+2
* pl050: QOM'ify pl050_keyboard and pl050_mouseAndreas Färber2013-07-291-28/+34
OpenPOWER on IntegriCloud