summaryrefslogtreecommitdiffstats
path: root/hw/pckbd.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-527/+0
* hw: move headers to include/Paolo Bonzini2013-04-081-3/+3
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-4/+4
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* pckbd: convert PIO to new memory api read/writeAlexander Graf2012-10-291-21/+27
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-4/+4
* qom: Unify type registrationAndreas Färber2012-02-151-2/+3
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-7/+9
* isa: pic: convert to QEMU Object ModelAnthony Liguori2012-01-271-6/+12
* pckbd: Convert to MemoryRegionRichard Henderson2011-09-251-23/+36
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* 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
OpenPOWER on IntegriCloud