summaryrefslogtreecommitdiff
path: root/hw/ppc/e500.c
AgeCommit message (Expand)Author
2018-09-24Drop "qemu:" prefix from error_report() argumentsMao Zhongyi
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-05-10platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov
2018-05-08ppc: e500: use g_strdup_printf() instead of snprintf()Greg Kurz
2018-04-27ppc: e500: switch E500 based machines to full machine definitionIgor Mammedov
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-03-18PPC e500: Fix gap between u-boot and kernelDavid Engraf
2018-03-12net: allow using any PCI NICs in -net or -nicPaolo Bonzini
2018-03-06PPC: e500: Fix duplicate kernel load and device tree overlapDavid Engraf
2018-03-06hw/ppc/spapr,e500: Use new property "stdout-path" for boot consoleNikunj A Dadhania
2018-03-06openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-06hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2017-12-15e500: name openpic and pci host bridgeMichael Davidsaver
2017-11-08e500: ppce500_init_mpic() return device instead of IRQ arrayMichael Davidsaver
2017-10-17ppc: mpc8544ds/e500plat: use generic cpu_model parsingIgor Mammedov
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-09-08e500: Use cpu_index instead of vcpu_dt_idSam Bobroff
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-02-02target-ppc: Add MMU model check for booke machinesValentin Plotkin
2017-01-31hw/ppc: QOM'ify e500.cxiaoqiang zhao
2016-09-27sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson
2016-07-01target-ppc: Eliminate redundant and incorrect function booke206_page_size_to_tlbAaron Larson
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-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster
2015-09-25ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite
2015-09-20kvm_ppc: remove kvmppc_timer_hackPaolo Bonzini
2015-06-03hw/ppc/e500.c: Fix memory leakShannon Zhao
2015-03-11machine: query kernel-irqchip propertyMarcel Apfelbaum
2015-03-10e500: fix memory leakMichael Tokarev
2015-03-09PPC: Clean up misuse of qdev_init() in kvm-openpic creationMarkus Armbruster
2015-01-07PPC: e500: Fix GPIO controller interrupt numberAmit Tomar
2015-01-07PPC: e500 pci host: Add support for ATMUsAlexander Graf
2015-01-07PPC: e500: Move CCSR definition to paramsAlexander Graf
2014-11-04e500: Add support for eTSEC in device treeAlexander Graf
2014-11-04PPC: e500: Support dynamically spawned sysbus devicesAlexander Graf
2014-11-04PPC: E500: Hook up power off GPIO to GPIO controllerAlexander Graf
2014-11-04PPC: E500: Instantiate MPC8XXX gpio controller on virt machineAlexander Graf
2014-11-03hw/core/loader: implement address translation in uimage loaderMax Filippov
2014-08-15ppc: convert g_new(qemu_irq usages to g_new0Peter Crosthwaite
2014-07-15ppc: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Shreyas B. Prabhu
2014-06-27PPC: e500: Only create dt entries for existing serial portsAlexander Graf
2014-06-16PPC: e500: Move to u-boot as firmwareAlexander Graf
2014-06-16PPC: e500: Expose kernel load address in dtAlexander Graf
2014-06-16PPC: e500: implement PCI INTx routingBharat Bhushan
2014-06-16PPC: e500: some pci related cleanupBharat Bhushan
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum