index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
input
/
ps2.c
Age
Commit message (
Expand
)
Author
2020-11-17
hw/input/ps2.c: Remove remnants of printf debug
Peter Maydell
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
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
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 sysemu/reset.h a lot less
Markus Armbruster
2018-12-18
qmp hmp: Make system_wakeup check wake-up support and run state
Daniel Henrique Barboza
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-18
ps2: check PS2Queue wptr pointer in post_load routine
liujunjie
2018-05-15
ps2: Fix mouse stream corruption due to lost data
Geoffrey McRae
2018-05-15
ps2: Clear the PS/2 queue and obey disable
Geoffrey McRae
2018-01-29
hw: convert ps2 device to keycodemapdb
Daniel P. Berrange
2018-01-29
ps2: check PS2Queue pointers in post_load routine
Prasad J Pandit
2017-10-23
ps2: fix scancodes sent for Ctrl+Pause key combination
Daniel P. Berrange
2017-10-23
ps2: fix scancodess sent for Pause key in AT set 1
Daniel P. Berrange
2017-10-23
ps2: fix scancodes sent for Shift/Ctrl+Print key combination
Daniel P. Berrange
2017-10-23
ps2: fix scancodes sent for Alt-Print key combination (aka SysRq)
Daniel P. Berrange
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2017-07-28
ui: drop ac_search and ac_stop
Gerd Hoffmann
2017-07-27
ui: drop altgr and altgr_r QKeyCodes
Gerd Hoffmann
2017-07-27
ps2: enable multimedia keys
Gerd Hoffmann
2017-06-23
ps2: reset queue in ps2_reset_keyboard
Gerd Hoffmann
2017-06-23
ps2: add ps2_reset_queue
Gerd Hoffmann
2017-06-23
ps2: add and use PS2State typedef
Gerd Hoffmann
2017-01-31
ps2: add support for mice with extra/side buttons
Fabian Lesniak
2017-01-10
ps2: Fix lost scancodes by recent changes
OGAWA Hirofumi
2016-09-28
ps2: do not generate invalid key codes for unknown keys
Hervé Poussineau
2016-09-28
ps2: use QEMU qcodes instead of scancodes
Hervé Poussineau
2016-09-28
ps2: allow keycode translation for all scancode sets
Hervé Poussineau
2016-09-28
ps2: correctly handle 'get/set scancode' command
Hervé Poussineau
2016-09-28
ps2: reject unknown commands, instead of blindly accepting them
Hervé Poussineau
2016-04-08
ps2kbd: default to scancode_set 2, as with KBD_CMD_RESET
Hervé Poussineau
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-05
ui: Shorten references into InputEvent
Eric Blake
2016-03-01
qapi: rename input buttons
Gerd Hoffmann
2016-01-29
hw: Clean up includes
Peter Maydell
2015-12-17
qapi: Change munging of CamelCase enum values
Eric Blake
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
2015-11-02
input: Convert to new qapi union layout
Eric Blake
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-02-10
Add trace to ps2.c.
Don Koch
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-05-16
input: switch ps/2 mouse to new input api
Gerd Hoffmann
2014-05-16
input: switch ps/2 kbd to new input api
Gerd Hoffmann
2014-05-16
ps2: set ps/2 output buffer size as the same as kernel
Gonglei
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini