aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/mac_oldworld.c
AgeCommit message (Expand)Author
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
2018-03-06macio: remove macio_init() functionMark Cave-Ayland
2018-03-06mac_oldworld: use object link to pass heathrow PIC object to macioMark Cave-Ayland
2018-03-06macio: move macio related structures and defines into separate macio.h fileMark Cave-Ayland
2018-03-06heathrow: change heathrow_pic_init() to return the heathrow deviceMark Cave-Ayland
2018-03-06macio: move ESCC device within the macio deviceMark Cave-Ayland
2018-02-16hw/char: remove legacy interface escc_init()Laurent Vivier
2018-02-06hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2017-10-17ppc: mac_oldworld: use generic cpu_model parsingIgor Mammedov
2017-09-27ppc: QOMify g3beige machineMark Cave-Ayland
2017-09-26Replace round_page() with TARGET_PAGE_ALIGN()Kamil Rytarowski
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-05-11ppc: add qemu_vga.ndrv ROM to fw_cfg interface for OldWorld MacsMark Cave-Ayland
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster
2016-11-16fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov
2016-06-13vl: Eliminate usb_enabled()Eduardo Habkost
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite
2016-01-29ppc: Clean up includesPeter Maydell
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster
2015-09-25ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-09-19mac_world: Break long lineEduardo Habkost
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-07-07ppc: Update cpu_model in MachineStateBharata B Rao
2015-06-10fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparcGabriel L. Somlo
2015-03-25fw_cfg: factor out initialization of FW_CFG_ID (rev. number)Gabriel L. Somlo
2015-01-08hw/usb: simplified usb_enabledMarcel Apfelbaum
2014-12-22fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek
2014-12-22bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-09-08PPC: Cuda: Use cuda timer to expose tbfreq to guestAlexander Graf
2014-09-08PPC: Mac: Move tbfreq into local variableAlexander Graf
2014-09-08PPC: KVM: Fix g3beige and mac99 when HV is loadedAlexander Graf
2014-07-22ppc: fix -mem-path failureHu Tao