aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/mac_oldworld.c
AgeCommit message (Expand)Author
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-03-18hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé
2021-01-13macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland
2021-01-13mac_oldworld: move initialisation of grackle before heathrowMark Cave-Ayland
2021-01-13mac_oldworld: remove duplicate bus check for PPC_INPUT(env)Mark Cave-Ayland
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10ppc: remove bios_namePaolo Bonzini
2020-10-19mac_oldworld: Change PCI address of macio to match real hardwareBALATON Zoltan
2020-10-19mac_oldworld: Drop some variablesBALATON Zoltan
2020-10-19mac_oldworld: Drop a variable, use get_system_memory() directlyBALATON Zoltan
2020-10-19mac_oldworld: Allow loading binary ROM imageBALATON Zoltan
2020-10-18grackle: use qdev gpios for PCI IRQsMark Cave-Ayland
2020-10-18macio: don't reference serial_hd() directly within the deviceMark Cave-Ayland
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster
2020-06-15hw/ppc: Eliminate two superfluous QOM castsMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-03-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2020-03-17hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan
2020-03-17hw/ppc: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé
2020-02-19ppc/mac_oldworld: use memdev for RAMIgor Mammedov
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-05hw/ppc: Replace global smp variables with machine smp propertiesLike Xu
2019-07-02hw/ppc/mac_oldworld: Drop useless CONFIG_KVM ifdeferyGreg Kurz
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-03-12mac_oldworld: use node name instead of alias name for hd device in FWPathProv...Mark Cave-Ayland
2019-03-05hw/boards: Add a MachineState parameter to kvm_type callbackEric Auger
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2019-02-04hw/ppc: Don't include m48t59.h if it is not necessaryThomas Huth
2018-12-14hw/ppc/mac_newworld, mac_oldworld: Don't use load_image()Peter Maydell
2018-08-30mac_oldworld: implement custom FWPathProviderMark Cave-Ayland
2018-08-30grackle: set device fw_name and address for correct fw path generationMark Cave-Ayland
2018-08-21mac_oldworld: don't use legacy fw_cfg_init_mem() functionMark Cave-Ayland
2018-07-07ppc: fix default VGA display for Mac machinesMark Cave-Ayland
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-04-27mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()Mark Cave-Ayland
2018-04-27mac_oldworld: remove pics IRQ array and wire up macio to heathrow directlyMark Cave-Ayland
2018-04-27grackle: move PCI IO (ISA) memory region into the grackle deviceMark Cave-Ayland
2018-04-27grackle: remove deprecated pci_grackle_init() functionMark Cave-Ayland
2018-04-27grackle: general tidy-up and QOMifyMark Cave-Ayland
2018-04-27heathrow: remove obsolete heathow_init() functionMark Cave-Ayland
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth