Sign in
qemu
/
qemu
/
10f45d98f28cb28a00fc646e6ad415d2a62487f9
/
hw
/
input
349632a
hw/input/tsc2005: Convert a fprintf() call to trace events
by Philippe Mathieu-Daudé
· 7 years ago
5611216
hw/input/tsc2005: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
by Philippe Mathieu-Daudé
· 6 years ago
c2e846b
hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
by Philippe Mathieu-Daudé
· 6 years ago
e8729c1
Merge remote-tracking branch 'remotes/kraxel/tags/input-20180618-pull-request' into staging
by Peter Maydell
· 7 years ago
b55a06d
ps2: check PS2Queue wptr pointer in post_load routine
by liujunjie
· 7 years ago
84051eb
adb: add property to disable direct reg 3 writes
by Mark Cave-Ayland
· 7 years ago
fb6649f
adb: fix read reg 3 byte ordering
by Mark Cave-Ayland
· 7 years ago
5876503
hw/input/pckbd: Convert away from old_mmio
by Peter Maydell
· 7 years ago
b5dfdb0
hw: make virtio devices configurable via default-configs/
by Paolo Bonzini
· 7 years ago
c8c9e10
hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
by Philippe Mathieu-Daudé
· 7 years ago
7abe7eb
ps2: Fix mouse stream corruption due to lost data
by Geoffrey McRae
· 7 years ago
143c04c
ps2: Clear the PS/2 queue and obey disable
by Geoffrey McRae
· 7 years ago
47973a2
hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h
by Philippe Mathieu-Daudé
· 7 years ago
9d9769c
adb: add trace-events for monitoring keyboard/mouse during bus enumeration
by Mark Cave-Ayland
· 7 years ago
bf85388
qdev: use device_class_set_parent_realize/unrealize/reset()
by Philippe Mathieu-Daudé
· 7 years ago
30d9fef
Merge remote-tracking branch 'remotes/kraxel/tags/input-20180129-v2-pull-request' into staging
by Peter Maydell
· 7 years ago
ae6b06a
hw: convert virtio-input-hid device to keycodemapdb
by Daniel P. Berrange
· 7 years ago
ab8f9d4
hw: convert ps2 device to keycodemapdb
by Daniel P. Berrange
· 7 years ago
802cbcb
ps2: check PS2Queue pointers in post_load routine
by Prasad J Pandit
· 7 years ago
a5f99be
input: virtio: don't send mouse wheel event twice
by Miika S
· 7 years ago
2416760
input: add mouse side buttons to virtio input
by Miika S
· 7 years ago
d0fcf3b
input: add missing newline from trace-events
by Mark Cave-Ayland
· 7 years ago
a89f364
Replace all occurances of __FUNCTION__ with __func__
by Alistair Francis
· 7 years ago
77cb0f5
Split adb.c into adb.c, adb-mouse.c and adb-kbd.c
by Laurent Vivier
· 7 years ago
664b4be
i386/pc: move vmmouse.c to hw/i386/
by Philippe Mathieu-Daudé
· 7 years ago
44ae27d
hw/input/vmmouse: remove unused #include
by Philippe Mathieu-Daudé
· 7 years ago
d6e3f50
misc: avoid "include/" in include path
by Philippe Mathieu-Daudé
· 7 years ago
160997f
hw/input/hid: Add support for several keys.
by Tao Wu
· 7 years ago
29fd23a
ps2: fix scancodes sent for Ctrl+Pause key combination
by Daniel P. Berrange
· 7 years ago
927f042
ps2: fix scancodess sent for Pause key in AT set 1
by Daniel P. Berrange
· 7 years ago
8f63458
ps2: fix scancodes sent for Shift/Ctrl+Print key combination
by Daniel P. Berrange
· 7 years ago
620775d
ps2: fix scancodes sent for Alt-Print key combination (aka SysRq)
by Daniel P. Berrange
· 7 years ago
700c85c
input: use hex in ps2 keycode trace events
by Daniel P. Berrange
· 7 years ago
f492497
virtio-input: send rel-wheel events for wheel buttons
by Gerd Hoffmann
· 7 years ago
44b1ff3
migration: pre_save return int
by Dr. David Alan Gilbert
· 7 years ago
977c736
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
by Markus Armbruster
· 7 years ago
8908eb1
trace-events: fix code style: print 0x before hex numbers
by Vladimir Sementsov-Ogievskiy
· 7 years ago
db73ee4
trace-events: fix code style: %# -> 0x%
by Vladimir Sementsov-Ogievskiy
· 7 years ago
87e0331
docs: fix broken paths to docs/devel/tracing.txt
by Philippe Mathieu-Daudé
· 7 years ago
103dce8
ui: drop ac_search and ac_stop
by Gerd Hoffmann
· 7 years ago
912092b
ui: drop altgr and altgr_r QKeyCodes
by Gerd Hoffmann
· 7 years ago
0500cb1
ps2: enable multimedia keys
by Gerd Hoffmann
· 7 years ago
1cfe48c
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
by Peter Maydell
· 7 years ago
d2164ad
vmstate: error hint for failed equal checks
by Halil Pasic
· 8 years ago
6e24ee0
ps2: reset queue in ps2_reset_keyboard
by Gerd Hoffmann
· 8 years ago
954ee55
ps2: add ps2_reset_queue
by Gerd Hoffmann
· 8 years ago
8498bb8
ps2: add and use PS2State typedef
by Gerd Hoffmann
· 8 years ago
51dbea7
hid: Reset kbd modifiers on reset
by Alexander Graf
· 8 years ago
cf83f14
shutdown: Add source information to SHUTDOWN and RESET
by Eric Blake
· 8 years ago
e90f2a8
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
by Eduardo Habkost
· 8 years ago
9cfa7ab
ui: Support non-zero minimum values for absolute input axes
by Philippe Voinov
· 8 years ago
2222e0a
input: Add trace event for empty keyboard queue
by Alexander Graf
· 8 years ago
5709454
virtio-input: fix eventq batching
by Ladi Prosek
· 8 years ago
0f5a15e
virtio-input: free event queue when finalizing
by Ladi Prosek
· 8 years ago
4e9f524
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 8 years ago
7f4076c
trace: clean up trace-events files
by Stefan Hajnoczi
· 8 years ago
8b0caab
ps2: add support for mice with extra/side buttons
by Fabian Lesniak
· 8 years ago
b44486d
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into staging
by Peter Maydell
· 8 years ago
e934644
ps2: Fix lost scancodes by recent changes
by OGAWA Hirofumi
· 8 years ago
d307c28
i2c: Allow I2C devices to NAK start events
by Corey Minyard
· 8 years ago
86f3bf0
hw/input/hid: support alternative sysrq/break scancodes for gtk-vnc
by Peter Korsgaard
· 8 years ago
a37eb9f
adb: change handler only when recognized
by Hervé Poussineau
· 8 years ago
5705653
virtio: cleanup VMSTATE_VIRTIO_DEVICE
by Halil Pasic
· 8 years ago
73a1734
virtio-input: convert VMSTATE_VIRTIO_DEVICE
by Halil Pasic
· 8 years ago
fa53b7f
vmstateify tsc210x
by Dr. David Alan Gilbert
· 8 years ago
a321bb5
vmstateify tsc2005
by Dr. David Alan Gilbert
· 8 years ago
ec044a8
ps2: do not generate invalid key codes for unknown keys
by Hervé Poussineau
· 8 years ago
8c10e0b
ps2: use QEMU qcodes instead of scancodes
by Hervé Poussineau
· 8 years ago
57d5c00
ps2: allow keycode translation for all scancode sets
by Hervé Poussineau
· 8 years ago
4df23b6
ps2: correctly handle 'get/set scancode' command
by Hervé Poussineau
· 8 years ago
06b3611
ps2: reject unknown commands, instead of blindly accepting them
by Hervé Poussineau
· 8 years ago
f366e72
adb.c: prevent NO_KEY value from going to guest
by John Arbuckle
· 8 years ago
25c01db
adb.c: correct several key assignments
by John Arbuckle
· 8 years ago
5a1f497
adb.c: add support for QKeyCode
by John Arbuckle
· 8 years ago
d80fe99
pc: simplify passing qemu_irq
by Marc-André Lureau
· 8 years ago
e723b87
trace-events: fix first line comment in trace-events
by Laurent Vivier
· 8 years ago
0137a55
virtio-input: free config list
by Marc-André Lureau
· 8 years ago
428d2ed
virtio-input: Wrap in vmstate
by Dr. David Alan Gilbert
· 8 years ago
c80276b
input: add trace events for full queues
by Gerd Hoffmann
· 9 years ago
3115b9e
pckbd: handle A20 IRQ as GPIO
by Efimov Vasily
· 9 years ago
d1d5119
trace: split out trace events for hw/input/ directory
by Daniel P. Berrange
· 9 years ago
03dd024
hw: explicitly include qemu/log.h
by Paolo Bonzini
· 9 years ago
b065e27
virtio-input: support absolute axis config in pass-through
by Ladi Prosek
· 9 years ago
0263b3a7
virtio-input: fix emulated tablet axis ranges
by Ladi Prosek
· 9 years ago
2d73837
virtio-input: add live migration support
by Gerd Hoffmann
· 9 years ago
1a78262
virtio-input: implement pass-through evdev writes
by Ladi Prosek
· 9 years ago
848c4d4
virtio-input: retrieve EV_LED host config bits
by Ladi Prosek
· 9 years ago
27a7bbc
virtio-input: add missing key mappings
by Ladi Prosek
· 9 years ago
089adaf
ps2kbd: default to scancode_set 2, as with KBD_CMD_RESET
by Hervé Poussineau
· 9 years ago
73bcb24
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
by Rutuja Shah
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
32bafa8
qapi: Don't special-case simple union wrappers
by Eric Blake
· 9 years ago
b5a1b44
ui: Shorten references into InputEvent
by Eric Blake
· 9 years ago
f22d0af
qapi: rename input buttons
by Gerd Hoffmann
· 9 years ago
216c906
cuda: port SET_DEVICE_LIST command to new framework
by Hervé Poussineau
· 9 years ago
91dbeed
Adds keycode 86 to the hid_usage_keys translation table.
by Daniel Serpell
· 9 years ago
51b19eb
virtio: move allocation to virtqueue_pop/vring_pop
by Paolo Bonzini
· 9 years ago
0430891
hw: Clean up includes
by Peter Maydell
· 9 years ago
17b7f2d
arm devices: Clean up includes
by Peter Maydell
· 9 years ago
9b8bfe2
virtio: Clean up includes
by Peter Maydell
· 9 years ago
Next »