summaryrefslogtreecommitdiffstats
path: root/hw/ppc/mac_newworld.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * fw_cfg: factor out initialization of FW_CFG_ID (rev. number)Gabriel L. Somlo2015-03-251-1/+0Star
* | powerpc: fix -machine usb=no for newworld and pseries machinesPaolo Bonzini2015-03-251-1/+1
|/
* PPC: Don't use legacy -usbdevice support for setting up boardMarkus Armbruster2015-02-181-2/+5
* hw/ppc/mac_newworld: simplify usb controller creation logicMarcel Apfelbaum2015-01-081-2/+2
* hw/ppc/mac_newworld: QOMified mac99 machinesMarcel Apfelbaum2015-01-081-10/+19
* hw/usb: simplified usb_enabledMarcel Apfelbaum2015-01-081-1/+1
* hw/ppc: modified the condition for usb controllers to be created for some ppc...Marcel Apfelbaum2015-01-081-1/+2
* fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek2014-12-231-1/+1
* bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei2014-12-221-2/+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/+10
* | PPC: mac99: Move NVRAM to page boundary when necessaryAlexander Graf2014-09-081-1/+10
* | PPC: KVM: Fix g3beige and mac99 when HV is loadedAlexander Graf2014-09-081-0/+7
|/
* ppc: convert g_new(qemu_irq usages to g_new0Peter Crosthwaite2014-08-151-1/+1
* 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/+3Star
* mac99: Add motherboard devices before PCI cardsBALATON Zoltan2014-06-271-8/+10
* 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_newworld: do not use isa_mmioPaolo Bonzini2013-07-251-1/+4
* 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
|\
| * pci: Add root bus parameter to pci_nic_init()David Gibson2013-07-071-1/+1