summaryrefslogtreecommitdiffstats
path: root/hw/ppc/mac_oldworld.c
Commit message (Expand)AuthorAgeFilesLines
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw/ppc: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-1/+2
* hw/ppc/mac_oldworld: Drop useless CONFIG_KVM ifdeferyGreg Kurz2019-07-021-2/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+2
* mac_oldworld: use node name instead of alias name for hd device in FWPathProv...Mark Cave-Ayland2019-03-121-2/+2
* hw/boards: Add a MachineState parameter to kvm_type callbackEric Auger2019-03-051-1/+1
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-2/+3
* hw/ppc: Don't include m48t59.h if it is not necessaryThomas Huth2019-02-041-1/+0Star
* hw/ppc/mac_newworld, mac_oldworld: Don't use load_image()Peter Maydell2018-12-141-6/+4Star
* mac_oldworld: implement custom FWPathProviderMark Cave-Ayland2018-08-301-1/+57
* grackle: set device fw_name and address for correct fw path generationMark Cave-Ayland2018-08-301-0/+1
* mac_oldworld: don't use legacy fw_cfg_init_mem() functionMark Cave-Ayland2018-08-211-1/+11
* ppc: fix default VGA display for Mac machinesMark Cave-Ayland2018-07-071-0/+1
* hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-5/+4Star
* mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()Mark Cave-Ayland2018-04-271-14/+0Star
* mac_oldworld: remove pics IRQ array and wire up macio to heathrow directlyMark Cave-Ayland2018-04-271-13/+14
* grackle: move PCI IO (ISA) memory region into the grackle deviceMark Cave-Ayland2018-04-271-6/+3Star
* grackle: remove deprecated pci_grackle_init() functionMark Cave-Ayland2018-04-271-3/+18
* grackle: general tidy-up and QOMifyMark Cave-Ayland2018-04-271-1/+1
* heathrow: remove obsolete heathow_init() functionMark Cave-Ayland2018-04-271-8/+12
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth2018-03-121-1/+0Star
* macio: remove macio_init() functionMark Cave-Ayland2018-03-061-3/+1Star
* mac_oldworld: use object link to pass heathrow PIC object to macioMark Cave-Ayland2018-03-061-3/+5
* macio: move macio related structures and defines into separate macio.h fileMark Cave-Ayland2018-03-061-0/+1
* heathrow: change heathrow_pic_init() to return the heathrow deviceMark Cave-Ayland2018-03-061-4/+5
* macio: move ESCC device within the macio deviceMark Cave-Ayland2018-03-061-28/+10Star
* hw/char: remove legacy interface escc_init()Laurent Vivier2018-02-161-2/+17
* hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-1/+1
* ppc: mac_oldworld: use generic cpu_model parsingIgor Mammedov2017-10-171-4/+2Star
* ppc: QOMify g3beige machineMark Cave-Ayland2017-09-271-2/+15
* Replace round_page() with TARGET_PAGE_ALIGN()Kamil Rytarowski2017-09-261-8/+3Star
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov2017-09-011-1/+2
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* ppc: add qemu_vga.ndrv ROM to fw_cfg interface for OldWorld MacsMark Cave-Ayland2017-05-111-1/+17
* hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster2017-02-211-0/+1
* fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov2016-11-161-0/+1
* vl: Eliminate usb_enabled()Eduardo Habkost2016-06-131-1/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-2/+3
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster2016-01-131-7/+9
* ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite2015-09-251-2/+2
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-14/+9Star
* mac_world: Break long lineEduardo Habkost2015-09-191-1/+2
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1