aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2018-07-09sam460ex: Make sam460ex_load_device_tree() handle all errors internallyDavid Gibson
2018-07-09sam460ex: Don't check for errors from qemu_fdt_*()David Gibson
2018-07-09sam460ex: Check for errors from libfdt functionsDavid Gibson
2018-07-07ppc: fix default VGA display for PReP machinesMark Cave-Ayland
2018-07-07ppc440_uc: Fix a copy/paste errorPhilippe Mathieu-Daudé
2018-07-07spapr/vio: quiet down the "irq" property accessorsCédric Le Goater
2018-07-07ppc: fix default VGA display for Mac machinesMark Cave-Ayland
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell
2018-07-03ppc: Include vga cirrus card into the compiling processSebastian Bauer
2018-07-03spapr: compute default value of "hpt-max-page-size" laterGreg Kurz
2018-07-03ppc440_uc: Basic emulation of PPC440 DMA controllerBALATON Zoltan
2018-07-03sam460ex: Add RTC deviceBALATON Zoltan
2018-07-03hw/ppc: Give sam46ex its own config optionDavid Gibson
2018-07-03ppc/pnv: fix pnv_core_realize() error handlingCédric Le Goater
2018-07-03ppc/xics: rework the ICS classes inheritance treeCédric Le Goater
2018-07-03sam460ex: Fix sam460ex device tree when booting the Linux kernelGuenter Roeck
2018-07-03mac_newworld: always enable disable_direct_reg3_writes for ADB machinesMark Cave-Ayland
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-07-02hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-06-28pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand
2018-06-28pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand
2018-06-22spapr: Don't rewrite mmu capabilities in KVM modeDavid Gibson
2018-06-22spapr: Limit available pagesizes to provide a consistent guest environmentDavid Gibson
2018-06-22spapr: Use maximum page size capability to simplify memory backend checkingDavid Gibson
2018-06-22spapr: Maximum (HPT) pagesize propertyDavid Gibson
2018-06-21spapr: remove unused spapr_irq routinesCédric Le Goater
2018-06-21spapr: split the IRQ allocation sequenceCédric Le Goater
2018-06-21spapr: Add cpu_apply hook to capabilitiesDavid Gibson
2018-06-21spapr: Compute effective capability values earlierDavid Gibson
2018-06-21target/ppc: Allow cpu compatiblity checks based on type, not instanceDavid Gibson
2018-06-21ppc/pnv: consolidate the creation of the ISA bus device treeCédric Le Goater
2018-06-21ppc/pnv: introduce Pnv8Chip and Pnv9Chip modelsCédric Le Goater
2018-06-21spapr_cpu_core: migrate VPA related stateGreg Kurz
2018-06-21spapr_cpu_core: migrate per-CPU dataGreg Kurz
2018-06-21ppc/pnv: introduce a new isa_create() operation to the chip modelCédric Le Goater
2018-06-21ppc/pnv: introduce a new intc_create() operation to the chip modelCédric Le Goater
2018-06-18spapr: fix xics_system_init() error pathGreg Kurz
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson
2018-06-16ppc/pnv: introduce a pnv_chip_core_realize() routineCédric Le Goater
2018-06-16spapr_cpu_core: introduce spapr_create_vcpu()Greg Kurz
2018-06-16spapr_cpu_core: add missing rollback on realization pathGreg Kurz
2018-06-16spapr_cpu_core: fix potential leak in spapr_cpu_core_realize()Greg Kurz
2018-06-16spapr_cpu_core: convert last snprintf() to g_strdup_printf()Greg Kurz
2018-06-16pnv: Add cpu unrealize pathDavid Gibson
2018-06-16pnv: Clean up cpu realize pathDavid Gibson
2018-06-16pnv_core: Allocate cpu thread objects individuallyDavid Gibson
2018-06-16pnv: Fix some error handling cpu realize()David Gibson
2018-06-16spapr: Clean up cpu realize/unrealize pathsDavid Gibson
2018-06-16mac_newworld: add PMU deviceMark Cave-Ayland