aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2016-08-15Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160815' into...Peter Maydell
2016-08-13ppc: parse cpu features onceGreg Kurz
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-08-10hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliasesThomas Huth
2016-08-10spapr: remove extra type variableCédric Le Goater
2016-08-08Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-08-08' into...Peter Maydell
2016-08-08error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2016-08-08spapr: Fix undefined behaviour in spapr_tce_reset()David Gibson
2016-08-08spapr: Correctly set query_hotpluggable_cpus hook based on machine versionDavid Gibson
2016-08-03spapr: Error out when CPU hotplug is attempted on older pseries machinesBharata B Rao
2016-07-29spapr: Prevent boot CPU core removalBharata B Rao
2016-07-29Revert "spapr: Ensure CPU cores are added contiguously and removed in LIFO or...David Gibson
2016-07-29spapr: init CPUState->cpu_index with index relative to core-idIgor Mammedov
2016-07-25spapr: disintricate core-id from DT semanticsGreg Kurz
2016-07-25hw/ppc/spapr: Make sure to close the htab_fd when migration is canceledThomas Huth
2016-07-18spapr: Ensure CPU cores are added contiguously and removed in LIFO orderBharata B Rao
2016-07-18spapr: fix core unplug crashGreg Kurz
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-06qapi: Add parameter to visit_end_*Eric Blake
2016-07-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-07-05ppc/hash64: Add proper real mode translation supportBenjamin Herrenschmidt
2016-07-05ppc: simplify ppc_hash64_hpte_page_shift_noslb()Cédric Le Goater
2016-07-05spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)Alexey Kardashevskiy
2016-07-05spapr_iommu: Realloc guest visible TCE table when starting/stopping listeningAlexey Kardashevskiy
2016-07-05spapr: Ensure thread0 of CPU core is always realized firstBharata B Rao
2016-07-04hw/ppc: realize the PCI root bus as part of mac99 initMarcel Apfelbaum
2016-07-01spapr: drop duplicate variable in spapr_core_release()Greg Kurz
2016-07-01spapr: do proper error propagation in spapr_cpu_core_realize_child()Greg Kurz
2016-07-01spapr: drop reference on child object during core realizationGreg Kurz
2016-07-01spapr: Restore support for 970MP and POWER8NVL CPU coresBharata B Rao
2016-07-01ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt
2016-07-01ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt
2016-07-01target-ppc: Eliminate redundant and incorrect function booke206_page_size_to_tlbAaron Larson
2016-07-01spapr: Restore support for older PowerPC CPU coresBharata B Rao
2016-07-01spapr: fix write-past-end-of-array error in cpu core device init codeGreg Kurz
2016-07-01hw/ppc/spapr: Add some missing hcall function set stringsThomas Huth
2016-07-01ppc: Initial HDEC supportBenjamin Herrenschmidt
2016-06-27qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCorePeter Krempa
2016-06-27target-ppc: ppce500_spin.c uses SPR_PIR, should use SPR_BOOKE_PIRAaron Larson
2016-06-22memory: Add reporting of supported page sizesAlexey Kardashevskiy
2016-06-22powerpc/mm: Update the WIMG check during H_ENTERAneesh Kumar K.V
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-06-20trace: split out trace events for hw/ppc/ directoryDaniel P. Berrange
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-06-17spapr: implement query-hotpluggable-cpus callbackIgor Mammedov
2016-06-17spapr: CPU hot unplug supportBharata B Rao
2016-06-17spapr: CPU hotplug supportBharata B Rao
2016-06-17spapr: convert boot CPUs into CPU core devicesBharata B Rao