aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/mac_oldworld.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster1-0/+1
2016-11-16fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov1-0/+1
2016-06-13vl: Eliminate usb_enabled()Eduardo Habkost1-1/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-2/+3
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster1-7/+9
2015-09-25ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite1-2/+2
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-14/+9
2015-09-19mac_world: Break long lineEduardo Habkost1-1/+2
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-07-07ppc: Update cpu_model in MachineStateBharata B Rao1-4/+3
2015-06-10fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparcGabriel L. Somlo1-1/+1
2015-03-25fw_cfg: factor out initialization of FW_CFG_ID (rev. number)Gabriel L. Somlo1-1/+0
2015-01-08hw/usb: simplified usb_enabledMarcel Apfelbaum1-1/+1
2014-12-22fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek1-1/+1
2014-12-22bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei1-3/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow1-1/+1
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+2
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+2
2014-09-08PPC: Cuda: Use cuda timer to expose tbfreq to guestAlexander Graf1-0/+1
2014-09-08PPC: Mac: Move tbfreq into local variableAlexander Graf1-3/+9
2014-09-08PPC: KVM: Fix g3beige and mac99 when HV is loadedAlexander Graf1-0/+7
2014-07-22ppc: fix -mem-path failureHu Tao1-2/+3
2014-07-15ppc: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Shreyas B. Prabhu1-4/+4
2014-06-16mac99: Added FW_CFG_PPC_BUSFREQ to match CLOCKFREQ and TBFREQ already thereBALATON Zoltan1-1/+4
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-7/+7
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-2/+2
2013-07-25ppc_oldworld: do not use isa_mmioPaolo Bonzini1-1/+4
2013-07-11PPC: g3beige: Move secondary IDE bus to mac-ioAlexander Graf1-9/+8
2013-07-11PPC: Mac: Fix guest exported tbfreq valuesAlexander Graf1-2/+3
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-3/+3
2013-07-01PPC: Add clock-frequency export for Mac machinesAlexander Graf1-0/+2
2013-04-08hw: move headers to include/Paolo Bonzini1-6/+6
2013-01-27fw_cfg: Remove FW_CFG_MAX_CPUS from fw_cfg_init()Eduardo Habkost1-0/+1
2013-01-25cuda: Move ADB bus into CUDA stateAndreas Färber1-2/+5
2013-01-25adb: QOM'ify ADB devicesAndreas Färber1-2/+4
2013-01-25cuda: QOM'ify CUDAAndreas Färber1-10/+8
2013-01-25ide/macio: QOM'ify MacIO IDEAndreas Färber1-17/+19
2013-01-25mac_nvram: QOM'ify MacIO NVRAMAndreas Färber1-5/+1
2013-01-25macio: Split MacIO in twoAndreas Färber1-1/+3
2013-01-25ppc: Move Mac machines to hw/ppc/Andreas Färber1-0/+352