summaryrefslogtreecommitdiff
path: root/hw/ppc/ppc405_boards.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-06hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-9/+6
2018-01-27ppc: Deprecate qemu-system-ppcembthuth@redhat.com1-0/+14
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-6/+3
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-3/+3
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost1-1/+1
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-11-30hw/ppc/ppc405_boards: Fix infinite recursion by converting taihu_cpld from ol...Peter Maydell1-44/+8
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber1-4/+24
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-15/+11
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-3/+4
2015-03-10m48t59: introduce new base-year qdev propertyMark Cave-Ayland1-1/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-13/+13
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-9/+16
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-3/+5
2014-07-22ppc: fix -mem-path failureHu Tao1-10/+18
2014-07-15ppc: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Shreyas B. Prabhu1-12/+9
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-9/+9
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-2/+0
2013-09-02ppc405_boards: Don't enforce presence of firmware for qtestAndreas Färber1-15/+20
2013-09-02ppc405_boards: Disable debug outputAndreas Färber1-2/+2
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-2/+0
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-9/+9
2013-04-19Remove unneeded type castsStefan Weil1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-3/+3
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+662