summary refs log tree commit diff stats
path: root/hw/ppc/mac_oldworld.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth2018-03-121-1/+0
* macio: remove macio_init() functionMark Cave-Ayland2018-03-061-3/+1
* mac_oldworld: use object link to pass heathrow PIC object to macioMark Cave-Ayland2018-03-061-3/+5
* macio: move macio related structures and defines into separate macio.h fileMark Cave-Ayland2018-03-061-0/+1
* heathrow: change heathrow_pic_init() to return the heathrow deviceMark Cave-Ayland2018-03-061-4/+5
* macio: move ESCC device within the macio deviceMark Cave-Ayland2018-03-061-28/+10
* 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_oldworld: use generic cpu_model parsingIgor Mammedov2017-10-171-4/+2
* ppc: QOMify g3beige machineMark Cave-Ayland2017-09-271-2/+15
* Replace round_page() with TARGET_PAGE_ALIGN()Kamil Rytarowski2017-09-261-8/+3
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0
* 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/+1
* 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 OldWorld MacsMark Cave-Ayland2017-05-111-1/+17
* 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
* vl: Eliminate usb_enabled()Eduardo Habkost2016-06-131-1/+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-7/+9
* ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite2015-09-251-2/+2
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-14/+9
* mac_world: Break long lineEduardo Habkost2015-09-191-1/+2
* 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-4/+3
* fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparcGabriel L. Somlo2015-06-101-1/+1
* fw_cfg: factor out initialization of FW_CFG_ID (rev. number)Gabriel L. Somlo2015-03-251-1/+0
* hw/usb: simplified usb_enabledMarcel Apfelbaum2015-01-081-1/+1
* fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek2014-12-221-1/+1
* bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei2014-12-221-3/+2
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-1/+1
* ide: Update ide_drive_get to be HBA agnosticJohn Snow2014-10-031-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-09-121-1/+2
|\
| * memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+2
* | PPC: Cuda: Use cuda timer to expose tbfreq to guestAlexander Graf2014-09-081-0/+1
* | PPC: Mac: Move tbfreq into local variableAlexander Graf2014-09-081-3/+9
* | PPC: KVM: Fix g3beige and mac99 when HV is loadedAlexander Graf2014-09-081-0/+7
|/
* ppc: fix -mem-path failureHu Tao2014-07-221-2/+3
* ppc: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Shreyas B. Prabhu2014-07-151-4/+4
* mac99: Added FW_CFG_PPC_BUSFREQ to match CLOCKFREQ and TBFREQ already thereBALATON Zoltan2014-06-161-1/+4
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-7/+7
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-2/+2
* ppc_oldworld: do not use isa_mmioPaolo Bonzini2013-07-251-1/+4
* PPC: g3beige: Move secondary IDE bus to mac-ioAlexander Graf2013-07-111-9/+8
* PPC: Mac: Fix guest exported tbfreq valuesAlexander Graf2013-07-111-2/+3
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-081-1/+1
|\