Age | Commit message (Expand) | Author |
2022-05-03 | ui: replace qemu_set_nonblock() | Marc-André Lureau |
2020-10-15 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2020-10-14 | input-linux: Reset il->fd handler before closing it | Colin Xu |
2020-10-13 | input-linux: Register properties as class properties | Eduardo Habkost |
2020-09-18 | qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros | Eduardo Habkost |
2020-09-18 | qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE | Eduardo Habkost |
2020-09-09 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-09 | Use OBJECT_DECLARE_TYPE where possible | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |
2020-03-25 | ui/input-linux: Do not ignore ioctl() return value | Philippe Mathieu-Daudé |
2019-08-21 | input-linux: add shift+shift as a grab toggle | Niklas Haas |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-01-24 | input-linux: customizable grab toggle keys | Ryan El Kochta |
2017-07-27 | ui: move qemu_input_linux_to_qcode() | Gerd Hoffmann |
2017-05-11 | ui: input-linux: Add absolute event support | Philippe Voinov |
2017-04-03 | Fix input-linux reading from device | Javier Celaya |
2017-01-31 | ui: add support for mice with extra/side buttons | Fabian Lesniak |
2016-10-13 | input-linux: initialize key state | Gerd Hoffmann |
2016-07-12 | input-linux: better capability checks, merge input_linux_event_{mouse, keyboard} | Gerd Hoffmann |
2016-07-12 | input-linux: factor out input_linux_handle_keyboard | Gerd Hoffmann |
2016-07-12 | input-linux: factor out input_linux_handle_mouse | Gerd Hoffmann |
2016-04-13 | input-linux: refine mouse detection | Gerd Hoffmann |
2016-03-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-03-24 | input-linux: fix Coverity warning | Gerd Hoffmann |
2016-03-24 | input-linux: switch over to -object | Gerd Hoffmann |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-16 | module: Rename machine_init() to opts_init() | Eduardo Habkost |
2016-03-08 | input-linux: add switch to enable auto-repeat events | Gerd Hoffmann |
2016-03-08 | input-linux: add option to toggle grab on all devices | Gerd Hoffmann |
2016-03-08 | input: linux evdev support | Gerd Hoffmann |