summary refs log tree commit diff stats
path: root/hw/ppc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* sam460ex: Don't check for errors from qemu_fdt_*()David Gibson2018-07-091-20/+6
* sam460ex: Check for errors from libfdt functionsDavid Gibson2018-07-091-2/+3
* ppc: fix default VGA display for PReP machinesMark Cave-Ayland2018-07-071-0/+2
* ppc440_uc: Fix a copy/paste errorPhilippe Mathieu-Daudé2018-07-071-1/+1
* spapr/vio: quiet down the "irq" property accessorsCédric Le Goater2018-07-071-3/+12
* ppc: fix default VGA display for Mac machinesMark Cave-Ayland2018-07-072-0/+2
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell2018-07-038-11/+281
|\
| * ppc: Include vga cirrus card into the compiling processSebastian Bauer2018-07-031-0/+1
| * spapr: compute default value of "hpt-max-page-size" laterGreg Kurz2018-07-032-7/+19
| * ppc440_uc: Basic emulation of PPC440 DMA controllerBALATON Zoltan2018-07-033-0/+226
| * sam460ex: Add RTC deviceBALATON Zoltan2018-07-031-0/+1
| * hw/ppc: Give sam46ex its own config optionDavid Gibson2018-07-031-1/+2
| * ppc/pnv: fix pnv_core_realize() error handlingCédric Le Goater2018-07-031-0/+1
| * ppc/xics: rework the ICS classes inheritance treeCédric Le Goater2018-07-031-1/+1
| * sam460ex: Fix sam460ex device tree when booting the Linux kernelGuenter Roeck2018-07-031-0/+28
| * mac_newworld: always enable disable_direct_reg3_writes for ADB machinesMark Cave-Ayland2018-07-031-2/+2
* | hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-0216-59/+68
* | hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé2018-07-022-2/+2
* | hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-026-23/+23
|/
* pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand2018-06-281-10/+2
* pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand2018-06-281-3/+3
* spapr: Don't rewrite mmu capabilities in KVM modeDavid Gibson2018-06-221-0/+2
* spapr: Limit available pagesizes to provide a consistent guest environmentDavid Gibson2018-06-221-0/+34
* spapr: Use maximum page size capability to simplify memory backend checkingDavid Gibson2018-06-222-10/+28
* spapr: Maximum (HPT) pagesize propertyDavid Gibson2018-06-222-0/+68
* spapr: remove unused spapr_irq routinesCédric Le Goater2018-06-211-79/+1
* spapr: split the IRQ allocation sequenceCédric Le Goater2018-06-214-8/+93
* spapr: Add cpu_apply hook to capabilitiesDavid Gibson2018-06-212-0/+21
* spapr: Compute effective capability values earlierDavid Gibson2018-06-212-5/+10
* target/ppc: Allow cpu compatiblity checks based on type, not instanceDavid Gibson2018-06-212-16/+13
* ppc/pnv: consolidate the creation of the ISA bus device treeCédric Le Goater2018-06-211-28/+23
* ppc/pnv: introduce Pnv8Chip and Pnv9Chip modelsCédric Le Goater2018-06-211-102/+179
* spapr_cpu_core: migrate VPA related stateGreg Kurz2018-06-211-0/+65
* spapr_cpu_core: migrate per-CPU dataGreg Kurz2018-06-212-3/+26
* ppc/pnv: introduce a new isa_create() operation to the chip modelCédric Le Goater2018-06-212-20/+44
* ppc/pnv: introduce a new intc_create() operation to the chip modelCédric Le Goater2018-06-212-11/+28
* spapr: fix xics_system_init() error pathGreg Kurz2018-06-181-8/+14
* target/ppc, spapr: Move VPA information to machine_dataDavid Gibson2018-06-162-35/+55
* ppc/pnv: introduce a pnv_chip_core_realize() routineCédric Le Goater2018-06-161-10/+22
* spapr_cpu_core: introduce spapr_create_vcpu()Greg Kurz2018-06-161-28/+45
* spapr_cpu_core: add missing rollback on realization pathGreg Kurz2018-06-161-2/+9
* spapr_cpu_core: fix potential leak in spapr_cpu_core_realize()Greg Kurz2018-06-161-0/+2
* spapr_cpu_core: convert last snprintf() to g_strdup_printf()Greg Kurz2018-06-161-2/+3
* pnv: Add cpu unrealize pathDavid Gibson2018-06-161-0/+21
* pnv: Clean up cpu realize pathDavid Gibson2018-06-161-35/+21
* pnv_core: Allocate cpu thread objects individuallyDavid Gibson2018-06-162-8/+7
* pnv: Fix some error handling cpu realize()David Gibson2018-06-161-5/+2
* spapr: Clean up cpu realize/unrealize pathsDavid Gibson2018-06-161-44/+25
* mac_newworld: add PMU deviceMark Cave-Ayland2018-06-162-1/+10
* mac_newworld: add gpios to macio devices with PMU enabledMark Cave-Ayland2018-06-161-0/+2