summaryrefslogtreecommitdiff
path: root/hw/ppc/ppc4xx_devs.c
AgeCommit message (Expand)Author
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-01-04ppc/ppc4xx: Convert printfs()Cédric Le Goater
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-01-19hw/ppc: Remove unused ppcuic_init()Peter Maydell
2021-01-06ppc: Convert PPC UIC to a QOM devicePeter Maydell
2021-01-06hw/ppc/ppc4xx_devs: Make code style fixes to UIC codePeter Maydell
2020-04-29bamboo, sam460ex: Tidy up error message for unsupported RAM sizeMarkus Armbruster
2020-02-19ppc/{ppc440_bamboo, sam460ex}: use memdev for RAMIgor Mammedov
2020-02-19ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixupIgor Mammedov
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-02-04ppc4xx: Pass array index to function instead of pointer into the arrayBALATON Zoltan
2019-02-04ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()BALATON Zoltan
2019-01-09ppc4xx: Disable debug logging by defaultBALATON Zoltan
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2017-10-17ppc: replace cpu_model with cpu_type on ref405ep,taihu boardsIgor Mammedov
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-09-08ppc4xx: Make MAL emulation more genericBALATON Zoltan
2017-09-08ppc4xx: Move MAL from ppc405_uc to ppc4xx_devsBALATON Zoltan
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-01-29ppc: Clean up includesPeter Maydell
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-18memory: convert memory_region_destroy to object_unparentPaolo Bonzini
2014-07-22ppc: fix -mem-path failureHu Tao
2014-07-15ppc: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Shreyas B. Prabhu
2014-03-27hw/ppc: Avoid shifting left into sign bitPeter Maydell
2014-02-01hw/ppc: Remove unused definesStefan Weil
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-01ppc: move files referencing CPU to hw/ppc/Paolo Bonzini