aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pl190.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-2/+2
2009-10-01Get rid of _t suffixmalc1-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-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-26Remove qdev irq sink handlingPaul Brook1-1/+1
2009-05-14PL190 qdev conversionPaul Brook1-11/+15
2009-05-08Remove superfluous #includes.Paul Brook1-1/+0
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-4/+5
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-4/+0
2008-05-25Remove bogus DisplayState member.pbrook1-1/+0
2007-11-18Add statics and missing #includes for prototypes.pbrook1-1/+1
2007-11-17Break up vl.h.pbrook1-2/+3
2007-11-10Fix 64-bit host printf format mismatches.pbrook1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-06-03Fix off-by-one memory region sizes.pbrook1-1/+1
2007-04-09ARM IRQ fix.pbrook1-1/+1
2007-04-07Unify IRQ handling.pbrook1-10/+8
2006-04-09ARM Versatile Platform Baseboard emulation.pbrook1-0/+252