aboutsummaryrefslogtreecommitdiffstats
path: root/hw/escc.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-07escc: don't use reserved _t suffixBlue Swirl1-4/+4
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl1-1/+0
2009-10-24escc: add chipset docsBlue Swirl1-0/+4
2009-10-24escc: convert to VMState, vmsd and resetBlue Swirl1-62/+38
2009-10-07New qdev_init_nofail()Markus Armbruster1-2/+2
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-8/+8
2009-10-01Get rid of _t suffixmalc1-8/+8
2009-09-30escc: fix another coding style nitMichael S. Tsirkin1-2/+2
2009-09-30escc: fix coding style nitMichael S. Tsirkin1-2/+2
2009-09-16escc: fix IRQ routing, broken by 6c319c82223a1766c5d64a20051e5c6ab7b53951Aurelien Jarno1-2/+2
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-13Unbreak Sparc32 and PPCBlue Swirl1-4/+4
2009-08-10qdev/prop: convert escc.c to helper macros.Gerd Hoffmann1-37/+10
2009-07-17Sparc32: fix escc devices broken by ee6847d19be16c789b8bd4e553b7cd6701ba1245Blue Swirl1-4/+4
2009-07-16qdev: rework device properties.Gerd Hoffmann1-35/+57
2009-07-15Sparc32/PPC: convert escc to qdevBlue Swirl1-57/+97
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-2/+2
2009-05-22Introduce reset notifier orderJan Kiszka1-2/+2
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-9/+9
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-4/+0
2009-01-14escc: allow one IRQ per serial channelaurel321-3/+5
2009-01-13ESCC: swap the two CharDriverState argumentsaurel321-4/+4
2009-01-12Rename slavio_serial functions to escc, add clock rate and it_shift parametersblueswir11-64/+81
2009-01-12Rename slavio_serial to esccblueswir11-0/+922