aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/ppc405_boards.c
AgeCommit message (Expand)Author
2021-01-19hw/ppc/ppc405_uc: Drop use of ppcuic_init()Peter Maydell
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10ppc: remove bios_namePaolo Bonzini
2020-10-18ppc405_boards: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland
2020-03-24ppc/ppc405_boards: Remove unnecessary NULL checkPhilippe Mathieu-Daudé
2020-03-17hw/ppc/ppc405: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé
2020-02-19ppc/ppc405_boards: use memdev for RAMIgor Mammedov
2020-02-19ppc/ppc405_boards: add RAM size checksIgor Mammedov
2019-10-24hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster
2019-03-11ppc405_boards: Don't size flash memory to match backing imageMarkus Armbruster
2019-03-11ppc405_boards: Delete stale, disabled DEBUG_BOARD_INIT codeMarkus Armbruster
2018-12-21ppc405_boards: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-14hw/ppc/ppc405_boards: Don't use load_image()Peter Maydell
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth
2018-08-21hw/ppc/ppc_boards: Don't use old_mmio for ref405ep_fpgaPeter Maydell
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-02-06hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-01-27ppc: Deprecate qemu-system-ppcembthuth@redhat.com
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2016-10-28clean-up: removed duplicate #includesAnand J
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost
2016-01-29ppc: Clean up includesPeter Maydell
2015-11-30hw/ppc/ppc405_boards: Fix infinite recursion by converting taihu_cpld from ol...Peter Maydell
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-03-10m48t59: introduce new base-year qdev propertyMark Cave-Ayland
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
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-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-09-02ppc405_boards: Don't enforce presence of firmware for qtestAndreas Färber
2013-09-02ppc405_boards: Disable debug outputAndreas Färber
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-19Remove unneeded type castsStefan Weil
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini