]> git.proxmox.com Git - mirror_qemu.git/history - hw/ps2.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / hw / ps2.c
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-03-20 thsVMMouse Emulation, by Anthony Liguori.
2007-01-05 thsDynamic handling of guest mice, by Lonnie Mendez.
2006-04-12 bellardUSB tablet support (Brad Campbell, Anthony Liguori)
2006-04-08 pbrookKeyboard savevm fix (malc).
2006-02-08 pbrookAdd support for raw AT keyboard scancodes.
2005-11-26 bellardPS2 mouse and keyboard separation (Paul Brook)