aboutsummaryrefslogtreecommitdiff
path: root/hw/input
AgeCommit message (Expand)Author
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-28ui: drop ac_search and ac_stopGerd Hoffmann
2017-07-27ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann
2017-07-27ps2: enable multimedia keysGerd Hoffmann
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-06-23ps2: reset queue in ps2_reset_keyboardGerd Hoffmann
2017-06-23ps2: add ps2_reset_queueGerd Hoffmann
2017-06-23ps2: add and use PS2State typedefGerd Hoffmann
2017-06-23hid: Reset kbd modifiers on resetAlexander Graf
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-05-11ui: Support non-zero minimum values for absolute input axesPhilippe Voinov
2017-05-03input: Add trace event for empty keyboard queueAlexander Graf
2017-03-27virtio-input: fix eventq batchingLadi Prosek
2017-03-27virtio-input: free event queue when finalizingLadi Prosek
2017-02-02Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2017-01-31trace: clean up trace-events filesStefan Hajnoczi
2017-01-31ps2: add support for mice with extra/side buttonsFabian Lesniak
2017-01-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into st...Peter Maydell
2017-01-10ps2: Fix lost scancodes by recent changesOGAWA Hirofumi
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard
2016-11-10hw/input/hid: support alternative sysrq/break scancodes for gtk-vncPeter Korsgaard
2016-10-28adb: change handler only when recognizedHervé Poussineau
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-input: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-04vmstateify tsc210xDr. David Alan Gilbert
2016-10-04vmstateify tsc2005Dr. David Alan Gilbert
2016-09-28ps2: do not generate invalid key codes for unknown keysHervé Poussineau
2016-09-28ps2: use QEMU qcodes instead of scancodesHervé Poussineau
2016-09-28ps2: allow keycode translation for all scancode setsHervé Poussineau
2016-09-28ps2: correctly handle 'get/set scancode' commandHervé Poussineau
2016-09-28ps2: reject unknown commands, instead of blindly accepting themHervé Poussineau
2016-09-23adb.c: prevent NO_KEY value from going to guestJohn Arbuckle
2016-09-23adb.c: correct several key assignmentsJohn Arbuckle
2016-09-23adb.c: add support for QKeyCodeJohn Arbuckle
2016-09-08pc: simplify passing qemu_irqMarc-André Lureau
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-08-08virtio-input: free config listMarc-André Lureau
2016-07-21virtio-input: Wrap in vmstateDr. David Alan Gilbert
2016-07-12input: add trace events for full queuesGerd Hoffmann
2016-06-29pckbd: handle A20 IRQ as GPIOEfimov Vasily
2016-06-20trace: split out trace events for hw/input/ directoryDaniel P. Berrange
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-04-13virtio-input: support absolute axis config in pass-throughLadi Prosek
2016-04-13virtio-input: fix emulated tablet axis rangesLadi Prosek
2016-04-13virtio-input: add live migration supportGerd Hoffmann