summaryrefslogtreecommitdiffstats
path: root/hw/pl080.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-421/+0
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-1/+1
* Make all static TypeInfos constAndreas Färber2013-01-101-2/+2
* hw/pl080: Use LOG_GUEST_ERROR and LOG_UNIMPPeter Maydell2012-10-301-4/+7
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-14/+18
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-12/+26
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* pl080: convert to memory APIAvi Kivity2011-11-241-17/+10
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* pl080: use specific endian ld/st_physAlexander Graf2011-07-121-4/+4
* pl080: Implement save/restorePeter Maydell2011-01-201-3/+55
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-5/+6
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* PL080 qdev conversionPaul Brook2009-05-141-10/+26
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-7/+6
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-4/+0
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-1/+1
* Break up vl.h.pbrook2007-11-171-1/+2
* Fix 64-bit host printf format mismatches.pbrook2007-11-101-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-2/+2
* Fix off-by-one memory region sizes.pbrook2007-06-031-1/+1
* Unify IRQ handling.pbrook2007-04-071-6/+4
* Add ARM RealView Emulation Baseboard.pbrook2006-09-231-8/+24
* ARM Versatile Platform Baseboard emulation.pbrook2006-04-091-0/+328
OpenPOWER on IntegriCloud