Age | Commit message (Expand) | Author | Files | Lines |
2019-12-17 | hw: replace hw/i386/pc.h with a header just for the i8259 | Paolo Bonzini | 1 | -1/+0 |
2019-11-25 | virtio-input: fix memory leak on unrealize | Marc-André Lureau | 1 | -0/+3 |
2019-10-15 | hw/input/lm832x: Convert reset handler to DeviceReset | Philippe Mathieu-Daudé | 1 | -7/+5 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2 | -2/+2 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 6 | -4/+5 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 7 | -7/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 13 | -0/+14 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 8 | -0/+9 |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster | 5 | -0/+7 |
2019-07-26 | stellaris_input: Fix vmstate description of buttons field | Peter Maydell | 1 | -4/+6 |
2019-06-12 | Supply missing header guards | Markus Armbruster | 1 | -0/+4 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 9 | -1/+12 |
2019-05-15 | hw/input: Add a CONFIG_PS2 switch for the ps2.c file | Thomas Huth | 2 | -1/+6 |
2019-05-13 | virtio-input: fix Kconfig dependency and Makefile | Gerd Hoffmann | 2 | -4/+2 |
2019-05-10 | Add vhost-user-input-pci | Marc-André Lureau | 3 | -0/+135 |
2019-04-29 | hw/devices: Move TI touchscreen declarations into a new header | Philippe Mathieu-Daudé | 2 | -3/+3 |
2019-04-29 | hw/devices: Move Gamepad declarations into a new header | Philippe Mathieu-Daudé | 1 | -1/+1 |
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 |