index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
input
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/input/tsc2005: Convert a fprintf() call to trace events
Philippe Mathieu-Daudé
2018-06-29
2
-4
/
+6
*
hw/input/tsc2005: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
Philippe Mathieu-Daudé
2018-06-26
1
-5
/
+8
*
hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
Philippe Mathieu-Daudé
2018-06-26
1
-1
/
+3
*
Merge remote-tracking branch 'remotes/kraxel/tags/input-20180618-pull-request...
Peter Maydell
2018-06-19
1
-1
/
+1
|
\
|
*
ps2: check PS2Queue wptr pointer in post_load routine
liujunjie
2018-06-18
1
-1
/
+1
*
|
adb: add property to disable direct reg 3 writes
Mark Cave-Ayland
2018-06-16
3
-28
/
+41
*
|
adb: fix read reg 3 byte ordering
Mark Cave-Ayland
2018-06-16
2
-4
/
+4
|
/
*
hw/input/pckbd: Convert away from old_mmio
Peter Maydell
2018-06-15
1
-6
/
+8
*
hw: make virtio devices configurable via default-configs/
Paolo Bonzini
2018-06-01
1
-3
/
+3
*
hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
Philippe Mathieu-Daudé
2018-06-01
1
-5
/
+4
*
ps2: Fix mouse stream corruption due to lost data
Geoffrey McRae
2018-05-15
1
-29
/
+95
*
ps2: Clear the PS/2 queue and obey disable
Geoffrey McRae
2018-05-15
1
-0
/
+11
*
hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h
Philippe Mathieu-Daudé
2018-03-12
1
-1
/
+1
*
adb: add trace-events for monitoring keyboard/mouse during bus enumeration
Mark Cave-Ayland
2018-03-06
3
-0
/
+14
*
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
2018-02-05
2
-4
/
+4
*
Merge remote-tracking branch 'remotes/kraxel/tags/input-20180129-v2-pull-requ...
Peter Maydell
2018-01-29
2
-540
/
+31
|
\
|
*
hw: convert virtio-input-hid device to keycodemapdb
Daniel P. Berrange
2018-01-29
1
-127
/
+9
|
*
hw: convert ps2 device to keycodemapdb
Daniel P. Berrange
2018-01-29
1
-399
/
+7
|
*
ps2: check PS2Queue pointers in post_load routine
Prasad J Pandit
2018-01-29
1
-12
/
+9
|
*
input: virtio: don't send mouse wheel event twice
Miika S
2018-01-29
1
-2
/
+4
|
*
input: add mouse side buttons to virtio input
Miika S
2018-01-29
1
-0
/
+2
*
|
input: add missing newline from trace-events
Mark Cave-Ayland
2018-01-27
1
-0
/
+1
|
/
*
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2018-01-22
4
-12
/
+12
*
Split adb.c into adb.c, adb-mouse.c and adb-kbd.c
Laurent Vivier
2017-12-21
6
-621
/
+714
*
i386/pc: move vmmouse.c to hw/i386/
Philippe Mathieu-Daudé
2017-12-18
2
-304
/
+0
*
hw/input/vmmouse: remove unused #include
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+0
*
misc: avoid "include/" in include path
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+1
*
hw/input/hid: Add support for several keys.
Tao Wu
2017-12-18
1
-4
/
+4
*
ps2: fix scancodes sent for Ctrl+Pause key combination
Daniel P. Berrange
2017-10-23
1
-16
/
+35
*
ps2: fix scancodess sent for Pause key in AT set 1
Daniel P. Berrange
2017-10-23
1
-1
/
+1
*
ps2: fix scancodes sent for Shift/Ctrl+Print key combination
Daniel P. Berrange
2017-10-23
1
-0
/
+19
*
ps2: fix scancodes sent for Alt-Print key combination (aka SysRq)
Daniel P. Berrange
2017-10-23
2
-20
/
+118
*
input: use hex in ps2 keycode trace events
Daniel P. Berrange
2017-10-23
1
-1
/
+1
*
virtio-input: send rel-wheel events for wheel buttons
Gerd Hoffmann
2017-09-29
1
-5
/
+114
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
2
-3
/
+9
*
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-09-04
1
-2
/
+2
*
trace-events: fix code style: print 0x before hex numbers
Vladimir Sementsov-Ogievskiy
2017-08-01
1
-2
/
+2
*
trace-events: fix code style: %# -> 0x%
Vladimir Sementsov-Ogievskiy
2017-08-01
1
-1
/
+1
*
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
2017-07-31
1
-1
/
+1
*
ui: drop ac_search and ac_stop
Gerd Hoffmann
2017-07-28
1
-4
/
+4
*
ui: drop altgr and altgr_r QKeyCodes
Gerd Hoffmann
2017-07-27
2
-3
/
+0
*
ps2: enable multimedia keys
Gerd Hoffmann
2017-07-27
1
-4
/
+0
*
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-14
1
-2
/
+2
*
vmstate: error hint for failed equal checks
Halil Pasic
2017-06-28
1
-1
/
+1
*
ps2: reset queue in ps2_reset_keyboard
Gerd Hoffmann
2017-06-23
1
-0
/
+1
*
ps2: add ps2_reset_queue
Gerd Hoffmann
2017-06-23
1
-5
/
+10
*
ps2: add and use PS2State typedef
Gerd Hoffmann
2017-06-23
1
-7
/
+5
*
hid: Reset kbd modifiers on reset
Alexander Graf
2017-06-23
1
-0
/
+1
*
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
2017-05-23
1
-2
/
+2
*
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-05-17
1
-1
/
+1
[next]