summaryrefslogtreecommitdiffstats
path: root/hw/ppc4xx_devs.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Make the decr interrupt type overridableEdgar E. Iglesias2010-09-241-1/+1
* ppc4xx: don't unregister RAM at resetHollis Blanchard2010-08-261-1/+0
* ppc4xx: correct SDRAM controller warning message conditionHollis Blanchard2010-08-261-1/+1
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-1/+3
* PPC: Make DCR uint32_tAlexander Graf2009-12-211-7/+7
* PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl2009-11-071-1/+1
* PPC: remove unneeded calls to device resetBlue Swirl2009-11-071-2/+0
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-35/+35
* Get rid of _t suffixmalc2009-10-011-35/+35
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-161-5/+6
* Replace always_inline with inlineBlue Swirl2009-08-161-1/+1
* PPC: clean up ppc405Blue Swirl2009-08-151-195/+0
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-3/+3
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-3/+3
* Yet more phys_ram_base elimination.pbrook2009-04-101-8/+8
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-39/+33
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-4/+1
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-40/+18
* target-ppc: create a helper function to allow more flexible RAM allocation fo...aurel322008-12-151-0/+42
* target-ppc: rename ppc405_sdram_init() to ppc4xx_sdram_init()aurel322008-12-151-1/+1
* target-ppc: move PPC4xx SDRAM controller emulation from ppc405_uc.c to ppc4xx...aurel322008-12-151-0/+341
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-4/+4
* Use qemu-log.hblueswir12008-10-041-3/+1
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-1/+1
* Move CPU save/load registration to common code.pbrook2008-06-301-1/+0
* Remember the state of level-triggered interruptsaurel322008-05-041-2/+7
* PPC UIC: Remove interrupt polarity codeaurel322008-05-041-5/+1
* qemu ppc uic: Order IRQ bit number as described in the UIC documentation.aurel322008-04-281-1/+1
* More PowerPC debug print fixes - hardware emulation pass.j_mayer2007-11-241-19/+22
* Break up vl.h.pbrook2007-11-171-1/+3
* added cpu_model parameter to cpu_init()bellard2007-11-101-8/+5
* Share devices that might be useful for all PowerPC 40x & 440 implementationsj_mayer2007-10-071-0/+534
OpenPOWER on IntegriCloud