summaryrefslogtreecommitdiffstats
path: root/hw/input
Commit message (Expand)AuthorAgeFilesLines
* 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
* pl050: Rename pl050_state to PL050StateAndreas Färber2013-07-291-12/+12
* milkymist-softusb: QOM cast cleanupAndreas Färber2013-07-291-5/+9
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-043-6/+8
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-044-8/+8
* isa: Use realizefn for ISADeviceAndreas Färber2013-06-072-16/+21
* vmmouse: QOM'ifyAndreas Färber2013-04-291-5/+9
* pckbd: QOM'ifyAndreas Färber2013-04-291-5/+11
* input: introduce keyboard handler listGerd Hoffmann2013-04-241-2/+2
* arm: fix location of some include filesPeter Maydell2013-04-153-3/+3
* hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini2013-04-084-0/+1966
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-0810-0/+3994
OpenPOWER on IntegriCloud