summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
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
2018-06-16mac_newworld: add gpios to macio devices with PMU enabledMark Cave-Ayland
2018-06-16mac_newworld: add via machine option to control mac99 VIA/ADB configurationMark Cave-Ayland
2018-06-16ppc: introduce Core99MachinesState for the mac99 machineMark Cave-Ayland
2018-06-16spapr: fix leak in h_client_architecture_support()Greg Kurz
2018-06-16ppc/spapr_caps: Don't disable cap_cfpc on POWER8 by defaultSuraj Jitindar Singh
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster
2018-06-12spapr_pci: Remove unhelpful pagesize warningDavid Gibson
2018-06-12ppc/pnv: fix LPC HC firmware address spaceCédric Le Goater
2018-06-12spapr: handle cpu core unplug via hotplug handler chainDavid Hildenbrand
2018-06-12spapr: handle pc-dimm unplug via hotplug handler chainDavid Hildenbrand
2018-06-12spapr: introduce machine unplug handlerDavid Hildenbrand
2018-06-12spapr: move memory hotplug support check into spapr_memory_pre_plug()David Hildenbrand
2018-06-12spapr: move lookup of the node into spapr_memory_plug()David Hildenbrand
2018-06-12spapr: no need to verify the nodeDavid Hildenbrand
2018-06-12ppc: remove obsolete macio_init() definition from mac.hMark Cave-Ayland
2018-06-12ppc: remove obsolete pci_pmac_init() definitions from mac.hMark Cave-Ayland
2018-06-12spapr/vio: deprecate the "irq" propertyCédric Le Goater
2018-06-12prep: fix keyboard for the 40p machineMark Cave-Ayland