summaryrefslogtreecommitdiffstats
path: root/hw/ppc/mac_newworld.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* ppc: add qemu_vga.ndrv ROM to fw_cfg interface for NewWorld MacsMark Cave-Ayland2017-05-111-1/+17
* mac99: replace debug printf with trace pointsLaurent Vivier2017-02-221-12/+3Star
* hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster2017-02-211-0/+1
* fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov2016-11-161-0/+1
* hw/ppc: realize the PCI root bus as part of mac99 initMarcel Apfelbaum2016-07-041-0/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-2/+3
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster2016-01-131-5/+6
* PPC: mac99: Always add USB controllerAlexander Graf2015-11-121-1/+2
* ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite2015-09-251-2/+2
* machine: Set MachineClass::name automaticallyEduardo Habkost2015-09-191-1/+0Star
* mac99: Use MACHINE_TYPE_NAME to encode class nameEduardo Habkost2015-09-191-1/+1
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* ppc: Update cpu_model in MachineStateBharata B Rao2015-07-071-5/+5
* fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparcGabriel L. Somlo2015-06-101-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-03-261-1/+0Star
|\