aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppc4xx_devs.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-1/+2
2011-10-06PPC: booke timersFabien Chouteau1-1/+1
2011-08-22ppc4xx_sdram: convert to memory APIAvi Kivity1-15/+35
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-05-08Fix typos in comments (instanciation -> instantiation)Stefan Weil1-1/+1
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2010-09-24powerpc: Make the decr interrupt type overridableEdgar E. Iglesias1-1/+1
2010-08-26ppc4xx: don't unregister RAM at resetHollis Blanchard1-1/+0
2010-08-26ppc4xx: correct SDRAM controller warning message conditionHollis Blanchard1-1/+1
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+3
2009-12-21PPC: Make DCR uint32_tAlexander Graf1-7/+7
2009-11-07PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl1-1/+1
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl1-2/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-35/+35
2009-10-01Get rid of _t suffixmalc1-35/+35
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl1-5/+6
2009-08-16Replace always_inline with inlineBlue Swirl1-1/+1
2009-08-15PPC: clean up ppc405Blue Swirl1-195/+0
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-3/+3
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-3/+3
2009-04-10Yet more phys_ram_base elimination.pbrook1-8/+8
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-39/+33
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-4/+1
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori1-40/+18
2008-12-15target-ppc: create a helper function to allow more flexible RAM allocation fo...aurel321-0/+42
2008-12-15target-ppc: rename ppc405_sdram_init() to ppc4xx_sdram_init()aurel321-1/+1
2008-12-15target-ppc: move PPC4xx SDRAM controller emulation from ppc405_uc.c to ppc4xx...aurel321-0/+341
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-4/+4
2008-10-04Use qemu-log.hblueswir11-3/+1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-1/+1
2008-06-30Move CPU save/load registration to common code.pbrook1-1/+0
2008-05-04Remember the state of level-triggered interruptsaurel321-2/+7
2008-05-04PPC UIC: Remove interrupt polarity codeaurel321-5/+1
2008-04-28qemu ppc uic: Order IRQ bit number as described in the UIC documentation.aurel321-1/+1
2007-11-24More PowerPC debug print fixes - hardware emulation pass.j_mayer1-19/+22
2007-11-17Break up vl.h.pbrook1-1/+3
2007-11-10added cpu_model parameter to cpu_init()bellard1-8/+5
2007-10-07Share devices that might be useful for all PowerPC 40x & 440 implementationsj_mayer1-0/+534