summaryrefslogtreecommitdiff
path: root/hw/ps2.c
Commit message (Expand)AuthorAgeFilesLines
* Sparc64/x86: remove unneeded calls to device resetBlue Swirl2009-11-071-2/+0
* vmstate: remove ps2_kbd_load_old()Juan Quintela2009-10-051-12/+4
* Port PS2 devices to VMState designJuan Quintela2009-08-271-67/+52
* Initialize PS2 keyboard / mouse state on resetDinesh Subhraveti2009-07-161-6/+32
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-2/+2
* Introduce reset notifier orderJan Kiszka2009-05-221-2/+2
* Add reset irq state for ps2 reboot callback (Dor Laor)aliguori2009-01-261-0/+1
* Fix keyboard emulation for ARM versatile board:aurel322008-04-131-3/+11
* Add KBD_CMD_SCANCODE command.aurel322008-03-181-5/+34
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-161-18/+18
* Break up vl.h.pbrook2007-11-171-1/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-7/+7
* VMMouse Emulation, by Anthony Liguori.ths2007-03-201-0/+5
* Dynamic handling of guest mice, by Lonnie Mendez.ths2007-01-051-1/+1
* USB tablet support (Brad Campbell, Anthony Liguori)bellard2006-04-121-1/+1
* Keyboard savevm fix (malc).pbrook2006-04-081-12/+34
* Add support for raw AT keyboard scancodes.pbrook2006-02-081-1/+33
* PS2 mouse and keyboard separation (Paul Brook)bellard2005-11-261-0/+512