index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
input
/
ps2.c
Age
Commit message (
Expand
)
Author
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