summaryrefslogtreecommitdiffstats
path: root/hw/escc.c
Commit message (Expand)AuthorAgeFilesLines
* sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber2013-01-211-2/+2
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-191-1/+1
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-4/+4
* hw/escc: Drop duplicate definition of 'disabled' propertyPeter Maydell2012-07-281-1/+0
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-8/+10
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-17/+26
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-1/+1
* escc: replace DPRINTFs with tracepointsBlue Swirl2011-08-211-46/+14
* escc: avoid structure holes spotted by paholeBlue Swirl2011-08-211-4/+5
* ppc: convert to memory APIAvi Kivity2011-08-081-22/+20
* escc: fix interrupt flagsAurelien Jarno2011-01-291-2/+6
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* sparc escc IUS improvements (SunOS 4.1.4 fix)Artyom Tarasenko2010-08-151-26/+30
* escc: don't use reserved _t suffixBlue Swirl2010-02-071-4/+4
* 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
OpenPOWER on IntegriCloud