aboutsummaryrefslogtreecommitdiff
path: root/hw/input
AgeCommit message (Expand)Author
2015-11-06hw/input/tsc210x: Remove superfluous memsetThomas Huth
2015-11-02input: Convert to new qapi union layoutEric Blake
2015-10-23adb: add to input categoryLaurent Vivier
2015-10-20virtio-input: ignore events until the guest driver is readyGerd Hoffmann
2015-10-09virtio-input: Fix device introspection on non-Linux hostsMarkus Armbruster
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-11typofixes - v4Veres Lajos
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-07-27virtio: get_features() can failJason Wang
2015-07-17hid: clarify hid_keyboard_process_keycodePaolo Bonzini
2015-07-16virtio-input: move sys/ioctl.h includeGerd Hoffmann
2015-07-16virtio-input: fix segfault in virtio_input_hid_propertiesLin Ma
2015-07-03virtio-input: add input routing supportGerd Hoffmann
2015-06-23virtio-input: evdev passthroughGerd Hoffmann
2015-06-23virtio-input: move properties, use virtio_instance_init_commonGerd Hoffmann
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-01virtio: make features 64bit wideGerd Hoffmann
2015-05-29virtio-input: emulated devices [device]Gerd Hoffmann
2015-05-29virtio-input: core code & base class [device]Gerd Hoffmann
2015-03-09adb.c: include ADBDevice parent state in KBDState and MouseStateMark Cave-Ayland
2015-02-10Add trace to ps2.c.Don Koch
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2015-01-22hw/input/hid.c Fix capslock hid codeDinar Valeev
2015-01-22hid: handle full ptr queues in post_loadGerd Hoffmann
2015-01-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-01-03pckbd: set bits 2-3-6-7 of the output port by defaultPaolo Bonzini
2014-12-29milkymist: softmmu: fix event handlingMichael Walle
2014-09-29hw/input/tsc210x.c: Delete unused array tsc2101_ratesPeter Maydell
2014-09-11pckbd: adding new fields to vmstatePavel Dovgalyuk
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-09-02Fix debug print warningGonglei
2014-07-01input: fix jumpy mouse cursor with USB mouse emulationChristian Burger
2014-06-24Fix new typos (found by codespell)Stefan Weil
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-06-10hw/misc/milkymist-softusb: Remove unused softusb_{read, write}_pmem()Peter Maydell
2014-05-26input: switch hid mouse and tablet to the new input layer api.Gerd Hoffmann
2014-05-26input: switch hid keyboard to new input layer api.Gerd Hoffmann
2014-05-16input: switch ps/2 mouse to new input apiGerd Hoffmann
2014-05-16input: switch ps/2 kbd to new input apiGerd Hoffmann
2014-05-16ps2: set ps/2 output buffer size as the same as kernelGonglei
2014-05-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-05-05tsc210x: fix buffer overrun on invalid state loadMichael S. Tsirkin
2014-03-09pckbd: return 'keyboard enabled' on read input port commandHervé Poussineau
2014-02-14lm832x: QOM'ifyAndreas Färber
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori
2014-01-01pxa27x: Add 'const' attribute to keyboard mapsStefan Weil
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster