aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pckbd.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-10qdev/isa: finish pckbd conversionGerd Hoffmann1-22/+0
2009-09-10qdev: simplify isa irq assignmentsGerd Hoffmann1-2/+2
2009-09-10qdev: drop iobase properties from isa busGerd Hoffmann1-4/+4
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-08-10qdev/isa: add qdev support to i8042 (aka ps/2 kbd+mouse).Gerd Hoffmann1-0/+40
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-2/+2
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-2/+0
2008-12-10MIPS Magnum: fix memory-mapped i8042aurel321-18/+11
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-4/+2
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-07-19Revert "QEMU keyboard issue with Gujin-2.2" (Avi Kivity).balrog1-1/+1
2008-02-10Enhance PC kbd debugging (patch from Hervé Poussineau)balrog1-6/+9
2007-11-18Add statics and missing #includes for prototypes.pbrook1-3/+3
2007-11-17Break up vl.h.pbrook1-1/+5
2007-10-20"QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain.ths1-1/+1
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-5/+5
2007-06-08 Fix incorrect target_ulong use in hw devicesblueswir11-2/+2
2007-04-16Support it_shift for mmapped pckbd.ths1-12/+22
2007-04-16Memory-mapped interface for PS/2 controller, by Herve Poussineau.ths1-2/+59
2007-04-07Unify IRQ handling.pbrook1-12/+7
2007-03-20VMMouse Emulation, by Anthony Liguori.ths1-0/+3
2007-02-18PS/2 interface - Allow custom IO ports + IRQ, by Herve Poussineau.ths1-12/+23
2006-04-08Keyboard savevm fix (malc).pbrook1-3/+5
2006-02-08Add support for raw AT keyboard scancodes.pbrook1-0/+1
2005-11-26PS2 mouse and keyboard separation (Paul Brook)bellard1-378/+40
2005-11-21cpu_single_env usage fixbellard1-4/+4
2005-01-27mouse reset fixbellard1-0/+1
2005-01-17enabled wheel mouse supportbellard1-2/+0
2004-07-10kbd save/restorebellard1-0/+48
2004-06-20new reset APIbellard1-6/+5
2004-06-03hid event handlingbellard1-4/+8
2004-04-29keyboard irq generation fixbellard1-21/+18
2004-04-16NT mouse fix (Mark Jonckheere)bellard1-0/+4
2004-04-10fixed keyboard random bug (Mike Nordell)bellard1-2/+2
2004-03-31win32 port (initial patch by kazu)bellard1-20/+0
2004-03-14io port API changebellard1-17/+19
2004-03-14separated more devices from emulatorbellard1-0/+672