aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pl031.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-17hw/pl031: Actually raise interrupt on timer expiryPeter Maydell1-1/+1
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-7/+9
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-6/+13
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+2
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-1/+1
2011-11-24pl031: convert to memory APIAvi Kivity1-20/+10
2011-05-08Fix typos in comments (interupt -> interrupt)Stefan Weil1-1/+1
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-4/+4
2011-01-20pl031: Implement save/restorePeter Maydell1-1/+24
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-2/+2
2009-10-01Get rid of _t suffixmalc1-2/+2
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-3/+3
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