aboutsummaryrefslogtreecommitdiff
path: root/hw/arm_sysctl.c
AgeCommit message (Expand)Author
2012-02-17hw/arm_sysctl: Drop legacy init functionPeter Maydell
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity
2011-11-14hw/arm_sysctl: Fix RESETCTL for realview-pb-a8 and -pbx-a9Jean-Christophe DUBOIS
2011-08-22arm_sysctl: convert to memory APIAvi Kivity
2011-08-17versatilepb: Implement SYS_CLCD mux control register bitsPeter Maydell
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-03-21Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno
2011-03-21hw/arm_sysctl.c: Add the Versatile Express system registersPeter Maydell
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-03-06hw/arm_sysctl.c: Wire MCI register MMC card status bits to GPIO inputsPeter Maydell
2011-01-20arm_sysctl: Implement save/restorePeter Maydell
2010-12-11Add endianness as io mem parameterAlexander Graf
2009-11-13Realview/EB procid hacksPaul Brook
2009-11-11Fix ARM MCore secondary cpu bootPaul Brook
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-14Fix Linux task preemption on Versatile boardDaniel Jacobowitz
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-10qdev/prop: convert arm_sysctl.c to helper macros.Gerd Hoffmann
2009-07-16qdev: rework device properties.Gerd Hoffmann
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-14ARM RealView sytem controller qdev conversionPaul Brook
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-11-11ARMv7 support.pbrook
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-06-03Fix off-by-one memory region sizes.pbrook
2007-03-11ARM reabbot support (orginal patch by Aurelien Jarno).pbrook
2006-09-23Add ARM RealView Emulation Baseboard.pbrook