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