aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/mac_oldworld.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+1
2020-03-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-1/+0
2020-03-17hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan1-1/+0
2020-03-17hw/ppc: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-2/+1
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2020-02-19ppc/mac_oldworld: use memdev for RAMIgor Mammedov1-4/+2
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-2/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-07-05hw/ppc: Replace global smp variables with machine smp propertiesLike Xu1-1/+2
2019-07-02hw/ppc/mac_oldworld: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-2/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+2
2019-03-12mac_oldworld: use node name instead of alias name for hd device in FWPathProv...Mark Cave-Ayland1-2/+2
2019-03-05hw/boards: Add a MachineState parameter to kvm_type callbackEric Auger1-1/+1
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-2/+3
2019-02-04hw/ppc: Don't include m48t59.h if it is not necessaryThomas Huth1-1/+0
2018-12-14hw/ppc/mac_newworld, mac_oldworld: Don't use load_image()Peter Maydell1-6/+4
2018-08-30mac_oldworld: implement custom FWPathProviderMark Cave-Ayland1-1/+57
2018-08-30grackle: set device fw_name and address for correct fw path generationMark Cave-Ayland1-0/+1
2018-08-21mac_oldworld: don't use legacy fw_cfg_init_mem() functionMark Cave-Ayland1-1/+11
2018-07-07ppc: fix default VGA display for Mac machinesMark Cave-Ayland1-0/+1
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-5/+4
2018-04-27mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()Mark Cave-Ayland1-14/+0
2018-04-27mac_oldworld: remove pics IRQ array and wire up macio to heathrow directlyMark Cave-Ayland1-13/+14
2018-04-27grackle: move PCI IO (ISA) memory region into the grackle deviceMark Cave-Ayland1-6/+3
2018-04-27grackle: remove deprecated pci_grackle_init() functionMark Cave-Ayland1-3/+18
2018-04-27grackle: general tidy-up and QOMifyMark Cave-Ayland1-1/+1
2018-04-27heathrow: remove obsolete heathow_init() functionMark Cave-Ayland1-8/+12
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth1-1/+0
2018-03-06macio: remove macio_init() functionMark Cave-Ayland1-3/+1
2018-03-06mac_oldworld: use object link to pass heathrow PIC object to macioMark Cave-Ayland1-3/+5
2018-03-06macio: move macio related structures and defines into separate macio.h fileMark Cave-Ayland1-0/+1
2018-03-06heathrow: change heathrow_pic_init() to return the heathrow deviceMark Cave-Ayland1-4/+5
2018-03-06macio: move ESCC device within the macio deviceMark Cave-Ayland1-28/+10
2018-02-16hw/char: remove legacy interface escc_init()Laurent Vivier1-2/+17
2018-02-06hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-1/+1
2017-10-17ppc: mac_oldworld: use generic cpu_model parsingIgor Mammedov1-4/+2
2017-09-27ppc: QOMify g3beige machineMark Cave-Ayland1-2/+15
2017-09-26Replace round_page() with TARGET_PAGE_ALIGN()Kamil Rytarowski1-8/+3
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov1-1/+2
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-05-11ppc: add qemu_vga.ndrv ROM to fw_cfg interface for OldWorld MacsMark Cave-Ayland1-1/+17
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster1-0/+1
2016-11-16fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov1-0/+1
2016-06-13vl: Eliminate usb_enabled()Eduardo Habkost1-1/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1