summaryrefslogtreecommitdiff
path: root/hw/ppc/mac_newworld.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-05-11ppc: add qemu_vga.ndrv ROM to fw_cfg interface for NewWorld MacsMark Cave-Ayland1-1/+17
2017-02-22mac99: replace debug printf with trace pointsLaurent Vivier1-12/+3
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-07-04hw/ppc: realize the PCI root bus as part of mac99 initMarcel Apfelbaum1-0/+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-5/+6
2015-11-12PPC: mac99: Always add USB controllerAlexander Graf1-1/+2
2015-09-25ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite1-2/+2
2015-09-19machine: Set MachineClass::name automaticallyEduardo Habkost1-1/+0
2015-09-19mac99: Use MACHINE_TYPE_NAME to encode class nameEduardo Habkost1-1/+1
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-5/+5
2015-06-10fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparcGabriel L. Somlo1-1/+1
2015-03-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+0
2015-03-25powerpc: fix -machine usb=no for newworld and pseries machinesPaolo Bonzini1-1/+1
2015-03-25fw_cfg: factor out initialization of FW_CFG_ID (rev. number)Gabriel L. Somlo1-1/+0
2015-02-18PPC: Don't use legacy -usbdevice support for setting up boardMarkus Armbruster1-2/+5
2015-01-08hw/ppc/mac_newworld: simplify usb controller creation logicMarcel Apfelbaum1-2/+2
2015-01-08hw/ppc/mac_newworld: QOMified mac99 machinesMarcel Apfelbaum1-10/+19
2015-01-08hw/usb: simplified usb_enabledMarcel Apfelbaum1-1/+1
2015-01-08hw/ppc: modified the condition for usb controllers to be created for some ppc...Marcel Apfelbaum1-1/+2
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-2/+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/+10
2014-09-08PPC: mac99: Move NVRAM to page boundary when necessaryAlexander Graf1-1/+10
2014-09-08PPC: KVM: Fix g3beige and mac99 when HV is loadedAlexander Graf1-0/+7
2014-08-15ppc: convert g_new(qemu_irq usages to g_new0Peter Crosthwaite1-1/+1
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/+3
2014-06-27mac99: Add motherboard devices before PCI cardsBALATON Zoltan1-8/+10
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