aboutsummaryrefslogtreecommitdiffstats
path: root/hw/arm_sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-17hw/arm_sysctl: Drop legacy init functionPeter Maydell1-14/+2
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-8/+10
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-11/+20
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-1/+1
2011-11-14hw/arm_sysctl: Fix RESETCTL for realview-pb-a8 and -pbx-a9Jean-Christophe DUBOIS1-6/+21
2011-08-22arm_sysctl: convert to memory APIAvi Kivity1-17/+10
2011-08-17versatilepb: Implement SYS_CLCD mux control register bitsPeter Maydell1-3/+46
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2011-03-21Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno1-1/+1
2011-03-21hw/arm_sysctl.c: Add the Versatile Express system registersPeter Maydell1-1/+63
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-1/+1
2011-03-06hw/arm_sysctl.c: Wire MCI register MMC card status bits to GPIO inputsPeter Maydell1-1/+46
2011-01-20arm_sysctl: Implement save/restorePeter Maydell1-0/+17
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2009-11-13Realview/EB procid hacksPaul Brook1-3/+5
2009-11-11Fix ARM MCore secondary cpu bootPaul Brook1-3/+13
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-2/+2
2009-10-01Get rid of _t suffixmalc1-2/+2
2009-09-14Fix Linux task preemption on Versatile boardDaniel Jacobowitz1-2/+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-08-10qdev/prop: convert arm_sysctl.c to helper macros.Gerd Hoffmann1-6/+2
2009-07-16qdev: rework device properties.Gerd Hoffmann1-4/+16
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-14ARM RealView sytem controller qdev conversionPaul Brook1-6/+25
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-4/+0
2007-11-18Add statics and missing #includes for prototypes.pbrook1-1/+1
2007-11-17Break up vl.h.pbrook1-2/+3
2007-11-11ARMv7 support.pbrook1-1/+4
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-03-11ARM reabbot support (orginal patch by Aurelien Jarno).pbrook1-1/+1
2006-09-23Add ARM RealView Emulation Baseboard.pbrook1-0/+208