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