summaryrefslogtreecommitdiffstats
path: root/hw/ppc/mac_oldworld.c
Commit message (Expand)AuthorAgeFilesLines
* hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé2021-03-181-13/+0Star
* macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland2021-01-131-34/+32Star
* mac_oldworld: move initialisation of grackle before heathrowMark Cave-Ayland2021-01-131-15/+15
* mac_oldworld: remove duplicate bus check for PPC_INPUT(env)Mark Cave-Ayland2021-01-131-6/+0Star
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* ppc: remove bios_namePaolo Bonzini2020-12-101-3/+1Star
* mac_oldworld: Change PCI address of macio to match real hardwareBALATON Zoltan2020-10-191-1/+1
* mac_oldworld: Drop some variablesBALATON Zoltan2020-10-191-18/+17Star
* mac_oldworld: Drop a variable, use get_system_memory() directlyBALATON Zoltan2020-10-191-3/+2Star
* mac_oldworld: Allow loading binary ROM imageBALATON Zoltan2020-10-191-9/+20
* grackle: use qdev gpios for PCI IRQsMark Cave-Ayland2020-10-181-2/+5
* macio: don't reference serial_hd() directly within the deviceMark Cave-Ayland2020-10-181-0/+6
* load_elf: Remove unused address variables from callersBALATON Zoltan2020-09-261-4/+2Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-3/+3
* pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw/ppc: Eliminate two superfluous QOM castsMarkus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-10/+10
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2020-03-191-1/+0Star
|\
| * hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan2020-03-171-1/+0Star
* | hw/ppc: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-2/+1Star
|/
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* ppc/mac_oldworld: use memdev for RAMIgor Mammedov2020-02-191-4/+2Star
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-2/+2
* 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