summaryrefslogtreecommitdiff
path: root/hw/escc.c
Commit message (Expand)AuthorAgeFilesLines
* sparc32 (mostly): remove unneeded calls to device resetBlue Swirl2009-11-071-1/+0
* escc: add chipset docsBlue Swirl2009-10-241-0/+4
* escc: convert to VMState, vmsd and resetBlue Swirl2009-10-241-62/+38
* New qdev_init_nofail()Markus Armbruster2009-10-071-2/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-8/+8
* Get rid of _t suffixmalc2009-10-011-8/+8
* escc: fix another coding style nitMichael S. Tsirkin2009-09-301-2/+2
* escc: fix coding style nitMichael S. Tsirkin2009-09-301-2/+2
* escc: fix IRQ routing, broken by 6c319c82223a1766c5d64a20051e5c6ab7b53951Aurelien Jarno2009-09-161-2/+2
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Unbreak Sparc32 and PPCBlue Swirl2009-08-131-4/+4
* qdev/prop: convert escc.c to helper macros.Gerd Hoffmann2009-08-101-37/+10
* Sparc32: fix escc devices broken by ee6847d19be16c789b8bd4e553b7cd6701ba1245Blue Swirl2009-07-171-4/+4
* qdev: rework device properties.Gerd Hoffmann2009-07-161-35/+57
* Sparc32/PPC: convert escc to qdevBlue Swirl2009-07-151-57/+97
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-2/+2
* Introduce reset notifier orderJan Kiszka2009-05-221-2/+2
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-9/+9
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-4/+0
* escc: allow one IRQ per serial channelaurel322009-01-141-3/+5
* ESCC: swap the two CharDriverState argumentsaurel322009-01-131-4/+4
* Rename slavio_serial functions to escc, add clock rate and it_shift parametersblueswir12009-01-121-64/+81
* Rename slavio_serial to esccblueswir12009-01-121-0/+922