summaryrefslogtreecommitdiffstats
path: root/hw/ppc/mac_newworld.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_newworld: Drop useless CONFIG_KVM ifdeferyGreg Kurz2019-07-021-4/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+2
* mac_newworld: 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-2/+1Star
* mac_newworld: change default NIC to sungem for mac99 machineMark Cave-Ayland2019-02-171-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
* mac_newworld: simplify IRQ wiringGreg Kurz2018-12-201-17/+13Star
* hw/ppc/mac_newworld, mac_oldworld: Don't use load_image()Peter Maydell2018-12-141-6/+4Star
* hw/ppc/mac_newworld: Free openpic_irqs array after usePeter Maydell2018-11-081-0/+1
* mac_newworld: implement custom FWPathProviderMark Cave-Ayland2018-08-301-1/+57
* uninorth: add ofw-addr property to allow correct fw path generationMark Cave-Ayland2018-08-301-0/+1
* mac_newworld: 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
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell2018-07-031-2/+2
|\
| * mac_newworld: always enable disable_direct_reg3_writes for ADB machinesMark Cave-Ayland2018-07-031-2/+2
* | hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+0Star
|/
* mac_newworld: add PMU deviceMark Cave-Ayland2018-06-161-1/+9
* mac_newworld: add via machine option to control mac99 VIA/ADB configurationMark Cave-Ayland2018-06-161-7/+62
* ppc: introduce Core99MachinesState for the mac99 machineMark Cave-Ayland2018-06-161-0/+7
* mac_newworld: move wiring of macio IRQs to macio_newworld_realize()Mark Cave-Ayland2018-05-041-14/+0Star
* mac_newworld: remove pics IRQ array and wire up macio to OpenPIC directlyMark Cave-Ayland2018-05-041-14/+15
* uninorth: create new uninorth deviceMark Cave-Ayland2018-05-041-35/+6Star
* uninorth: rename UNINState to UNINHostStateMark Cave-Ayland2018-04-271-1/+1
* uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland2018-04-271-6/+6
* uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland2018-04-271-4/+8
* uninorth: remove obsolete pci_pmac_u3_init() functionMark Cave-Ayland2018-04-271-1/+12
* uninorth: remove obsolete pci_pmac_init() functionMark Cave-Ayland2018-04-271-1/+29
* uninorth: move PCI host bridge bus initialisation into device realizeMark Cave-Ayland2018-04-271-4/+2Star
* uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth deviceMark Cave-Ayland2018-04-271-2/+8
* uninorth: remove stray PCIBus realize from mac_newworld.cMark Cave-Ayland2018-04-271-1/+0Star
* uninorth: remove second set of uninorth token registersMark Cave-Ayland2018-04-271-4/+0Star
* 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_newworld: use object link to pass OpenPIC object to macioMark Cave-Ayland2018-03-061-9/+11
* macio: move macio related structures and defines into separate macio.h fileMark Cave-Ayland2018-03-061-0/+1
* macio: move ESCC device within the macio deviceMark Cave-Ayland2018-03-061-28/+9Star
* 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_newworld: use generic cpu_model parsingIgor Mammedov2017-10-171-9/+6Star
* ppc: Fix OpenPIC modelBenjamin Herrenschmidt2017-09-271-1/+1
* ppc/mac: Advertise a high clock frequency for NewWorld MacsBenjamin Herrenschmidt2017-09-271-1/+1
* 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