summaryrefslogtreecommitdiffstats
path: root/hw/arm_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber2013-01-211-1/+1
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* hw/arm_sysctl: Use LOG_GUEST_ERRORPeter Maydell2012-10-301-2/+6
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* hw/arm_sysctl: Drop legacy init functionPeter Maydell2012-02-171-14/+2
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-8/+10
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-11/+20
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* hw/arm_sysctl: Fix RESETCTL for realview-pb-a8 and -pbx-a9Jean-Christophe DUBOIS2011-11-141-6/+21
* arm_sysctl: convert to memory APIAvi Kivity2011-08-221-17/+10
* versatilepb: Implement SYS_CLCD mux control register bitsPeter Maydell2011-08-171-3/+46
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno2011-03-211-1/+1
|\
| * change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-1/+1
* | hw/arm_sysctl.c: Add the Versatile Express system registersPeter Maydell2011-03-211-1/+63
|/
* hw/arm_sysctl.c: Wire MCI register MMC card status bits to GPIO inputsPeter Maydell2011-03-061-1/+46
* arm_sysctl: Implement save/restorePeter Maydell2011-01-201-0/+17
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* Realview/EB procid hacksPaul Brook2009-11-131-3/+5
* Fix ARM MCore secondary cpu bootPaul Brook2009-11-111-3/+13
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* Fix Linux task preemption on Versatile boardDaniel Jacobowitz2009-09-141-2/+3
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* qdev/prop: convert arm_sysctl.c to helper macros.Gerd Hoffmann2009-08-101-6/+2
* qdev: rework device properties.Gerd Hoffmann2009-07-161-4/+16
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* ARM RealView sytem controller qdev conversionPaul Brook2009-05-141-6/+25
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-4/+0
* Add statics and missing #includes for prototypes.pbrook2007-11-181-1/+1
* Break up vl.h.pbrook2007-11-171-2/+3
* ARMv7 support.pbrook2007-11-111-1/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Fix off-by-one memory region sizes.pbrook2007-06-031-1/+1
* ARM reabbot support (orginal patch by Aurelien Jarno).pbrook2007-03-111-1/+1
* Add ARM RealView Emulation Baseboard.pbrook2006-09-231-0/+208
OpenPOWER on IntegriCloud