aboutsummaryrefslogtreecommitdiff
path: root/hw/input
AgeCommit message (Expand)Author
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
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh
2013-07-29pl050: QOM'ify pl050_keyboard and pl050_mouseAndreas Färber
2013-07-29pl050: Rename pl050_state to PL050StateAndreas Färber
2013-07-29milkymist-softusb: QOM cast cleanupAndreas Färber
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber
2013-04-29vmmouse: QOM'ifyAndreas Färber
2013-04-29pckbd: QOM'ifyAndreas Färber
2013-04-24input: introduce keyboard handler listGerd Hoffmann