summaryrefslogtreecommitdiffstats
path: root/hw/pckbd.c
Commit message (Expand)AuthorAgeFilesLines
* pc: move port 92 stuff back to pc.c from pckbd.cBlue Swirl2011-01-061-17/+2
* Keep track of ISA ports ISA device is using in qdev.Gleb Natapov2010-12-111-0/+3
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* pckbd: support for commands 0xf0-0xff: Pulse output bitBernhard Kohl2010-08-221-3/+20
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* pckbd: improve debuggingBlue Swirl2010-05-221-13/+15
* Compile pckbd only onceBlue Swirl2010-05-221-27/+59
* pckbd: don't use any static stateBlue Swirl2010-05-121-3/+1
* Add "static" to please SparseBlue Swirl2009-12-041-1/+1
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-1/+12
* Sparc64/x86: remove unneeded calls to device resetBlue Swirl2009-11-071-2/+0
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-5/+5
* Get rid of _t suffixmalc2009-10-011-5/+5
* vmstate: port pckbd deviceJuan Quintela2009-09-111-24/+15
* qdev/isa: finish pckbd conversionGerd Hoffmann2009-09-101-22/+0
* qdev: simplify isa irq assignmentsGerd Hoffmann2009-09-101-2/+2
* qdev: drop iobase properties from isa busGerd Hoffmann2009-09-101-4/+4
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* qdev/isa: add qdev support to i8042 (aka ps/2 kbd+mouse).Gerd Hoffmann2009-08-101-0/+40
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-2/+2
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-2/+0
* MIPS Magnum: fix memory-mapped i8042aurel322008-12-101-18/+11
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-4/+2
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* Revert "QEMU keyboard issue with Gujin-2.2" (Avi Kivity).balrog2008-07-191-1/+1
* Enhance PC kbd debugging (patch from Hervé Poussineau)balrog2008-02-101-6/+9
* Add statics and missing #includes for prototypes.pbrook2007-11-181-3/+3
* Break up vl.h.pbrook2007-11-171-1/+5
* "QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain.ths2007-10-201-1/+1
* 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-5/+5
* Fix incorrect target_ulong use in hw devicesblueswir12007-06-081-2/+2
* Support it_shift for mmapped pckbd.ths2007-04-161-12/+22
* Memory-mapped interface for PS/2 controller, by Herve Poussineau.ths2007-04-161-2/+59
* Unify IRQ handling.pbrook2007-04-071-12/+7
* VMMouse Emulation, by Anthony Liguori.ths2007-03-201-0/+3
* PS/2 interface - Allow custom IO ports + IRQ, by Herve Poussineau.ths2007-02-181-12/+23
* Keyboard savevm fix (malc).pbrook2006-04-081-3/+5
* Add support for raw AT keyboard scancodes.pbrook2006-02-081-0/+1
* PS2 mouse and keyboard separation (Paul Brook)bellard2005-11-261-378/+40
* cpu_single_env usage fixbellard2005-11-211-4/+4
* mouse reset fixbellard2005-01-271-0/+1
* enabled wheel mouse supportbellard2005-01-171-2/+0
* kbd save/restorebellard2004-07-101-0/+48
* new reset APIbellard2004-06-201-6/+5
* hid event handlingbellard2004-06-031-4/+8
* keyboard irq generation fixbellard2004-04-291-21/+18
OpenPOWER on IntegriCloud