summaryrefslogtreecommitdiff
path: root/hw/input
AgeCommit message (Expand)AuthorFilesLines
2015-11-06hw/input/tsc210x: Remove superfluous memsetThomas Huth1-6/+2
2015-11-02input: Convert to new qapi union layoutEric Blake3-41/+42
2015-10-23adb: add to input categoryLaurent Vivier1-0/+2
2015-10-20virtio-input: ignore events until the guest driver is readyGerd Hoffmann1-0/+4
2015-10-09virtio-input: Fix device introspection on non-Linux hostsMarkus Armbruster1-1/+1
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-2/+2
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2015-07-27virtio: get_features() can failJason Wang1-1/+2
2015-07-17hid: clarify hid_keyboard_process_keycodePaolo Bonzini1-4/+28
2015-07-16virtio-input: move sys/ioctl.h includeGerd Hoffmann1-0/+1
2015-07-16virtio-input: fix segfault in virtio_input_hid_propertiesLin Ma1-0/+1
2015-07-03virtio-input: add input routing supportGerd Hoffmann1-0/+11
2015-06-23virtio-input: evdev passthroughGerd Hoffmann2-0/+189
2015-06-23virtio-input: move properties, use virtio_instance_init_commonGerd Hoffmann1-1/+7
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2-19/+14
2015-06-01virtio: make features 64bit wideGerd Hoffmann1-1/+1
2015-05-29virtio-input: emulated devices [device]Gerd Hoffmann2-0/+503
2015-05-29virtio-input: core code & base class [device]Gerd Hoffmann2-0/+286
2015-03-09adb.c: include ADBDevice parent state in KBDState and MouseStateMark Cave-Ayland1-4/+18
2015-02-10Add trace to ps2.c.Don Koch1-0/+16
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2015-01-22hw/input/hid.c Fix capslock hid codeDinar Valeev1-1/+1
2015-01-22hid: handle full ptr queues in post_loadGerd Hoffmann1-0/+21
2015-01-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+8
2015-01-03pckbd: set bits 2-3-6-7 of the output port by defaultPaolo Bonzini1-2/+8
2014-12-29milkymist: softmmu: fix event handlingMichael Walle1-7/+12
2014-09-29hw/input/tsc210x.c: Delete unused array tsc2101_ratesPeter Maydell1-30/+0
2014-09-11pckbd: adding new fields to vmstatePavel Dovgalyuk1-0/+51
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+2
2014-09-02Fix debug print warningGonglei1-2/+2
2014-07-01input: fix jumpy mouse cursor with USB mouse emulationChristian Burger1-2/+2
2014-06-24Fix new typos (found by codespell)Stefan Weil1-1/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela3-14/+7
2014-06-10hw/misc/milkymist-softusb: Remove unused softusb_{read, write}_pmem()Peter Maydell1-25/+0
2014-05-26input: switch hid mouse and tablet to the new input layer api.Gerd Hoffmann1-70/+123
2014-05-26input: switch hid keyboard to new input layer api.Gerd Hoffmann1-7/+22
2014-05-16input: switch ps/2 mouse to new input apiGerd Hoffmann1-15/+52
2014-05-16input: switch ps/2 kbd to new input apiGerd Hoffmann1-1/+24
2014-05-16ps2: set ps/2 output buffer size as the same as kernelGonglei1-6/+68
2014-05-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell2-6/+3
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2-6/+3
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela3-8/+4
2014-05-05tsc210x: fix buffer overrun on invalid state loadMichael S. Tsirkin1-0/+12
2014-03-09pckbd: return 'keyboard enabled' on read input port commandHervé Poussineau1-1/+1
2014-02-14lm832x: QOM'ifyAndreas Färber1-9/+13
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori2-2/+2
2014-01-01pxa27x: Add 'const' attribute to keyboard mapsStefan Weil1-3/+3
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2-2/+2
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2-2/+2