aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ps2.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-24suspend: make ps/2 devices wakeup the guestGerd Hoffmann1-0/+6
2011-11-01ps2: migrate ledstateChristophe Fergeau1-2/+44
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-02-21PS/2 keyboard Scancode Set 3 supportRoy Tam1-13/+27
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2010-03-09kbd leds: ps/2 kbdGerd Hoffmann1-0/+2
2009-11-07Sparc64/x86: remove unneeded calls to device resetBlue Swirl1-2/+0
2009-10-05vmstate: remove ps2_kbd_load_old()Juan Quintela1-12/+4
2009-08-27Port PS2 devices to VMState designJuan Quintela1-67/+52
2009-07-16Initialize PS2 keyboard / mouse state on resetDinesh Subhraveti1-6/+32
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-2/+2
2009-05-22Introduce reset notifier orderJan Kiszka1-2/+2
2009-01-26Add reset irq state for ps2 reboot callback (Dor Laor)aliguori1-0/+1
2008-04-13Fix keyboard emulation for ARM versatile board:aurel321-3/+11
2008-03-18Add KBD_CMD_SCANCODE command.aurel321-5/+34
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths1-18/+18
2007-11-17Break up vl.h.pbrook1-1/+3
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-7/+7
2007-03-20VMMouse Emulation, by Anthony Liguori.ths1-0/+5
2007-01-05Dynamic handling of guest mice, by Lonnie Mendez.ths1-1/+1
2006-04-12USB tablet support (Brad Campbell, Anthony Liguori)bellard1-1/+1
2006-04-08Keyboard savevm fix (malc).pbrook1-12/+34
2006-02-08Add support for raw AT keyboard scancodes.pbrook1-1/+33
2005-11-26PS2 mouse and keyboard separation (Paul Brook)bellard1-0/+512