Age | Commit message (Expand) | Author |
2020-02-04 | hw/input: Do not enable CONFIG_PCKBD by default | Thomas Huth |
2020-02-04 | hw/*/Makefile.objs: Move many .o files to common-objs | Thomas Huth |
2020-01-27 | hppa: add emulation of LASI PS2 controllers | Sven Schnelle |
2020-01-27 | ps2: accept 'Set Key Make and Break' commands | Sven Schnelle |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-20 | migration: Define VMSTATE_INSTANCE_ID_ANY | Peter Xu |
2020-01-07 | Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int... | Peter Maydell |
2020-01-07 | vmmouse: replace PROP_PTR with PROP_LINK | Marc-André Lureau |
2020-01-05 | virtio-input: convert to new virtio_delete_queue | Michael S. Tsirkin |
2019-12-17 | hw: replace hw/i386/pc.h with a header just for the i8259 | Paolo Bonzini |
2019-11-25 | virtio-input: fix memory leak on unrealize | Marc-André Lureau |
2019-10-15 | hw/input/lm832x: Convert reset handler to DeviceReset | Philippe Mathieu-Daudé |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-07-26 | stellaris_input: Fix vmstate description of buttons field | Peter Maydell |
2019-06-12 | Supply missing header guards | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-05-15 | hw/input: Add a CONFIG_PS2 switch for the ps2.c file | Thomas Huth |
2019-05-13 | virtio-input: fix Kconfig dependency and Makefile | Gerd Hoffmann |
2019-05-10 | Add vhost-user-input-pci | Marc-André Lureau |
2019-04-29 | hw/devices: Move TI touchscreen declarations into a new header | Philippe Mathieu-Daudé |
2019-04-29 | hw/devices: Move Gamepad declarations into a new header | Philippe Mathieu-Daudé |
2019-03-22 | trace-events: Fix attribution of trace points to source | Markus Armbruster |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster |
2019-03-11 | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán |
2019-03-07 | virtio: express virtio dependencies with Kconfig | Yang Zhong |
2019-03-07 | i2c: express dependencies with Kconfig | Paolo Bonzini |
2019-03-07 | isa: express dependencies with kconfig | Paolo Bonzini |
2019-03-07 | build: switch to Kconfig | Paolo Bonzini |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini |
2019-02-27 | i2c: have I2C receive operation return uint8_t | Corey Minyard |
2019-02-14 | pckbd: Convert DPRINTF->trace | Dr. David Alan Gilbert |
2019-02-06 | hw/input/tsc210x: Fix building with no verbosity | Philippe Mathieu-Daudé |
2019-01-30 | hw: input: set category of the i8042 device | kumar sourav |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini |
2018-12-18 | qmp hmp: Make system_wakeup check wake-up support and run state | Daniel Henrique Barboza |
2018-12-13 | input/pl050: Convert sysbus init function to realize function | Mao Zhongyi |
2018-12-13 | milkymist-softusb: Convert sysbus init function to realize function | Mao Zhongyi |
2018-11-27 | ps2kbd: default to scan enabled after reset | Hervé Poussineau |
2018-10-02 | ps2: prevent changing irq state on save and load | Pavel Dovgalyuk |
2018-06-29 | hw/input/tsc2005: Convert a fprintf() call to trace events | Philippe Mathieu-Daudé |
2018-06-26 | hw/input/tsc2005: Use qemu_log_mask(GUEST_ERROR) instead of fprintf | Philippe Mathieu-Daudé |
2018-06-26 | hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf | Philippe Mathieu-Daudé |
2018-06-19 | Merge remote-tracking branch 'remotes/kraxel/tags/input-20180618-pull-request... | Peter Maydell |
2018-06-18 | ps2: check PS2Queue wptr pointer in post_load routine | liujunjie |