Age | Commit message (Expand) | Author | Files | Lines |
2016-07-21 | virtio-input: Wrap in vmstate | Dr. David Alan Gilbert | 1 | -20/+6 |
2016-07-12 | input: add trace events for full queues | Gerd Hoffmann | 3 | -2/+10 |
2016-06-29 | pckbd: handle A20 IRQ as GPIO | Efimov Vasily | 1 | -14/+7 |
2016-06-20 | trace: split out trace events for hw/input/ directory | Daniel P. Berrange | 1 | -0/+25 |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini | 1 | -0/+1 |
2016-04-13 | virtio-input: support absolute axis config in pass-through | Ladi Prosek | 2 | -5/+47 |
2016-04-13 | virtio-input: fix emulated tablet axis ranges | Ladi Prosek | 1 | -2/+2 |
2016-04-13 | virtio-input: add live migration support | Gerd Hoffmann | 1 | -0/+40 |
2016-04-13 | virtio-input: implement pass-through evdev writes | Ladi Prosek | 1 | -0/+23 |
2016-04-13 | virtio-input: retrieve EV_LED host config bits | Ladi Prosek | 1 | -0/+1 |
2016-04-13 | virtio-input: add missing key mappings | Ladi Prosek | 1 | -0/+2 |
2016-04-08 | ps2kbd: default to scancode_set 2, as with KBD_CMD_RESET | Hervé Poussineau | 1 | -1/+1 |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah | 3 | -3/+5 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 3 | -0/+3 |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake | 3 | -11/+11 |
2016-03-05 | ui: Shorten references into InputEvent | Eric Blake | 3 | -39/+57 |
2016-03-01 | qapi: rename input buttons | Gerd Hoffmann | 3 | -6/+6 |
2016-02-17 | cuda: port SET_DEVICE_LIST command to new framework | Hervé Poussineau | 1 | -8/+10 |
2016-02-11 | Adds keycode 86 to the hid_usage_keys translation table. | Daniel Serpell | 1 | -1/+1 |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini | 1 | -8/+16 |
2016-01-29 | hw: Clean up includes | Peter Maydell | 6 | -0/+6 |
2016-01-29 | arm devices: Clean up includes | Peter Maydell | 2 | -0/+2 |
2016-01-29 | virtio: Clean up includes | Peter Maydell | 3 | -0/+3 |
2016-01-29 | arm: Clean up includes | Peter Maydell | 3 | -0/+3 |
2016-01-29 | lm32: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-12-17 | qapi: Change munging of CamelCase enum values | Eric Blake | 3 | -6/+6 |
2015-12-17 | qapi: Don't let implicit enum MAX member collide | Eric Blake | 3 | -6/+6 |
2015-11-06 | hw/input/tsc210x: Remove superfluous memset | Thomas Huth | 1 | -6/+2 |
2015-11-02 | input: Convert to new qapi union layout | Eric Blake | 3 | -41/+42 |
2015-10-23 | adb: add to input category | Laurent Vivier | 1 | -0/+2 |
2015-10-20 | virtio-input: ignore events until the guest driver is ready | Gerd Hoffmann | 1 | -0/+4 |
2015-10-09 | virtio-input: Fix device introspection on non-Linux hosts | Markus Armbruster | 1 | -1/+1 |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster | 1 | -2/+2 |
2015-09-11 | typofixes - v4 | Veres Lajos | 1 | -1/+1 |
2015-09-07 | arm: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -2/+2 |
2015-07-27 | virtio: get_features() can fail | Jason Wang | 1 | -1/+2 |
2015-07-17 | hid: clarify hid_keyboard_process_keycode | Paolo Bonzini | 1 | -4/+28 |
2015-07-16 | virtio-input: move sys/ioctl.h include | Gerd Hoffmann | 1 | -0/+1 |
2015-07-16 | virtio-input: fix segfault in virtio_input_hid_properties | Lin Ma | 1 | -0/+1 |
2015-07-03 | virtio-input: add input routing support | Gerd Hoffmann | 1 | -0/+11 |
2015-06-23 | virtio-input: evdev passthrough | Gerd Hoffmann | 2 | -0/+189 |
2015-06-23 | virtio-input: move properties, use virtio_instance_init_common | Gerd Hoffmann | 1 | -1/+7 |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela | 2 | -19/+14 |
2015-06-01 | virtio: make features 64bit wide | Gerd Hoffmann | 1 | -1/+1 |
2015-05-29 | virtio-input: emulated devices [device] | Gerd Hoffmann | 2 | -0/+503 |
2015-05-29 | virtio-input: core code & base class [device] | Gerd Hoffmann | 2 | -0/+286 |
2015-03-09 | adb.c: include ADBDevice parent state in KBDState and MouseState | Mark Cave-Ayland | 1 | -4/+18 |
2015-02-10 | Add trace to ps2.c. | Don Koch | 1 | -0/+16 |
2015-01-26 | vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* | Paolo Bonzini | 1 | -1/+1 |
2015-01-22 | hw/input/hid.c Fix capslock hid code | Dinar Valeev | 1 | -1/+1 |