aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppc405_boards.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-6/+12
2011-10-10ppc405_boards: convert to memory APIAvi Kivity1-48/+37
2011-10-09Merge remote-tracking branch 'upstream' into memory/batchAvi Kivity1-2/+3
2011-10-06ppc405: use RAM_ADDR_FMT instead of %08lxStefan Hajnoczi1-2/+3
2011-10-02ppc405: Pass in address_space_mem to ppc405{cr, ep}_initRichard Henderson1-4/+4
2011-09-04pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity1-22/+27
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-35/+28
2011-08-25pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity1-28/+35
2011-08-22ppc4xx_sdram: convert to memory APIAvi Kivity1-5/+13
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-02-20ppc405: Fix memory leakStefan Weil1-0/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-2/+4
2010-10-13Delete write only variablesBlue Swirl1-3/+2
2010-09-18Check for errors during BIOS or kernel loadBlue Swirl1-10/+13
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-9/+9
2010-04-25ppc: remove dead assignments, spotted by clang analyzerBlue Swirl1-4/+0
2010-03-29Compile pflash_cfi02 only onceBlue Swirl1-3/+6
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl1-2/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-26/+26
2009-10-01Get rid of _t suffixmalc1-26/+26
2009-09-20Compile loader only onceBlue Swirl1-0/+1
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-4/+4
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl1-6/+6
2009-07-27kill drives_tableGerd Hoffmann1-17/+17
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-2/+2
2009-05-30Use relative path for biosPaul Brook1-9/+20
2009-05-22Introduce reset notifier orderJan Kiszka1-2/+2
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-2/+10
2009-05-19Remove obsolete BIOS_SIZE from sysemu.hPaul Brook1-1/+0
2009-05-13Remove vga_ram_sizePaul Brook1-2/+2
2009-04-11Add named initializers.pbrook1-3/+3
2009-04-11Remove redundant ram_require machine properly.pbrook1-2/+0
2009-04-11Remove more redundant ram size checks.pbrook1-0/+1
2009-04-10Yet more phys_ram_base elimination.pbrook1-26/+26
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-14/+10
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-2/+2
2008-12-11PPC405EP: fix fpga write functionaurel321-3/+3
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-8/+0
2008-10-28Set default max_cpus to one.balrog1-1/+0
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+1
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori1-4/+4
2008-10-04Use qemu-log.hblueswir11-3/+1
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-2/+2
2008-04-24RAM usage information in machine definition.balrog1-0/+2
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-2/+2
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-2/+2
2008-04-16Emulate address wrap in CFI02 chips mapping (Jan Kiszka).balrog1-6/+6
2008-04-16Allow a custom unlock address in CFI02 flash (Jan Kiszka).balrog1-3/+3