Age | Commit message (Expand) | Author | Files | Lines |
2019-03-22 | trace-events: Fix attribution of trace points to source | Markus Armbruster | 1 | -1/+1 |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster | 1 | -8/+8 |
2019-03-11 | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán | 1 | -1/+1 |
2019-03-07 | virtio: express virtio dependencies with Kconfig | Yang Zhong | 1 | -1/+3 |
2019-03-07 | i2c: express dependencies with Kconfig | Paolo Bonzini | 1 | -0/+1 |
2019-03-07 | isa: express dependencies with kconfig | Paolo Bonzini | 1 | -0/+2 |
2019-03-07 | build: switch to Kconfig | Paolo Bonzini | 1 | -0/+5 |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini | 1 | -0/+23 |
2019-02-27 | i2c: have I2C receive operation return uint8_t | Corey Minyard | 1 | -1/+1 |
2019-02-14 | pckbd: Convert DPRINTF->trace | Dr. David Alan Gilbert | 2 | -13/+13 |
2019-02-06 | hw/input/tsc210x: Fix building with no verbosity | Philippe Mathieu-Daudé | 1 | -12/+6 |
2019-01-30 | hw: input: set category of the i8042 device | kumar sourav | 1 | -0/+1 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 3 | -3/+3 |
2018-12-18 | qmp hmp: Make system_wakeup check wake-up support and run state | Daniel Henrique Barboza | 1 | -3/+3 |
2018-12-13 | input/pl050: Convert sysbus init function to realize function | Mao Zhongyi | 1 | -6/+5 |
2018-12-13 | milkymist-softusb: Convert sysbus init function to realize function | Mao Zhongyi | 1 | -9/+7 |
2018-11-27 | ps2kbd: default to scan enabled after reset | Hervé Poussineau | 1 | -1/+1 |
2018-10-02 | ps2: prevent changing irq state on save and load | Pavel Dovgalyuk | 1 | -2/+6 |
2018-06-29 | hw/input/tsc2005: Convert a fprintf() call to trace events | Philippe Mathieu-Daudé | 2 | -4/+6 |
2018-06-26 | hw/input/tsc2005: Use qemu_log_mask(GUEST_ERROR) instead of fprintf | Philippe Mathieu-Daudé | 1 | -5/+8 |
2018-06-26 | hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf | Philippe Mathieu-Daudé | 1 | -1/+3 |
2018-06-19 | Merge remote-tracking branch 'remotes/kraxel/tags/input-20180618-pull-request... | Peter Maydell | 1 | -1/+1 |
2018-06-18 | ps2: check PS2Queue wptr pointer in post_load routine | liujunjie | 1 | -1/+1 |
2018-06-16 | adb: add property to disable direct reg 3 writes | Mark Cave-Ayland | 3 | -28/+41 |
2018-06-16 | adb: fix read reg 3 byte ordering | Mark Cave-Ayland | 2 | -4/+4 |
2018-06-15 | hw/input/pckbd: Convert away from old_mmio | Peter Maydell | 1 | -6/+8 |
2018-06-01 | hw: make virtio devices configurable via default-configs/ | Paolo Bonzini | 1 | -3/+3 |
2018-06-01 | hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init | Philippe Mathieu-Daudé | 1 | -5/+4 |
2018-05-15 | ps2: Fix mouse stream corruption due to lost data | Geoffrey McRae | 1 | -29/+95 |
2018-05-15 | ps2: Clear the PS/2 queue and obey disable | Geoffrey McRae | 1 | -0/+11 |
2018-03-12 | hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-03-06 | adb: add trace-events for monitoring keyboard/mouse during bus enumeration | Mark Cave-Ayland | 3 | -0/+14 |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé | 2 | -4/+4 |
2018-01-29 | Merge remote-tracking branch 'remotes/kraxel/tags/input-20180129-v2-pull-requ... | Peter Maydell | 2 | -540/+31 |
2018-01-29 | hw: convert virtio-input-hid device to keycodemapdb | Daniel P. Berrange | 1 | -127/+9 |
2018-01-29 | hw: convert ps2 device to keycodemapdb | Daniel P. Berrange | 1 | -399/+7 |
2018-01-29 | ps2: check PS2Queue pointers in post_load routine | Prasad J Pandit | 1 | -12/+9 |
2018-01-29 | input: virtio: don't send mouse wheel event twice | Miika S | 1 | -2/+4 |
2018-01-29 | input: add mouse side buttons to virtio input | Miika S | 1 | -0/+2 |
2018-01-27 | input: add missing newline from trace-events | Mark Cave-Ayland | 1 | -0/+1 |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 4 | -12/+12 |
2017-12-21 | Split adb.c into adb.c, adb-mouse.c and adb-kbd.c | Laurent Vivier | 6 | -621/+714 |
2017-12-18 | i386/pc: move vmmouse.c to hw/i386/ | Philippe Mathieu-Daudé | 2 | -304/+0 |
2017-12-18 | hw/input/vmmouse: remove unused #include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2017-12-18 | misc: avoid "include/" in include path | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-12-18 | hw/input/hid: Add support for several keys. | Tao Wu | 1 | -4/+4 |
2017-10-23 | ps2: fix scancodes sent for Ctrl+Pause key combination | Daniel P. Berrange | 1 | -16/+35 |
2017-10-23 | ps2: fix scancodess sent for Pause key in AT set 1 | Daniel P. Berrange | 1 | -1/+1 |
2017-10-23 | ps2: fix scancodes sent for Shift/Ctrl+Print key combination | Daniel P. Berrange | 1 | -0/+19 |
2017-10-23 | ps2: fix scancodes sent for Alt-Print key combination (aka SysRq) | Daniel P. Berrange | 2 | -20/+118 |