aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pl031.c
AgeCommit message (Expand)AuthorFilesLines
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-14PL031 qdev conversionPaul Brook1-8/+13
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-05-08Remove superfluous #includes.Paul Brook1-1/+0
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-6/+5
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-30pl031: remove unused variableaurel321-1/+0
2008-12-04Fix RTC initial date computationaurel321-1/+1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-5/+0
2008-02-17Unify RTCs that use host time, fix M48t59 alarm.balrog1-8/+3
2007-11-17Break up vl.h.pbrook1-1/+4
2007-06-30ARM PL031 RTC emulation.pbrook1-0/+219