aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2016-10-24Increase MAX_CPUMASK_BITS from 255 to 288Igor Mammedov
2016-10-16spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson
2016-10-16spapr_pci: Add a 64-bit MMIO windowDavid Gibson
2016-10-16spapr: Adjust placement of PCI host bridge to allow > 1TiB RAMDavid Gibson
2016-10-16spapr_pci: Delegate placement of PCI host bridges to machine typeDavid Gibson
2016-10-14ppc/xics: Make the ICSState a listBenjamin Herrenschmidt
2016-10-14spapr: fix inheritance chain for default machine optionsMichael Roth
2016-10-10numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov
2016-10-06hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machineThomas Huth
2016-10-06spapr: fix check of cpu alias name in spapr_get_cpu_core_type()Greg Kurz
2016-10-05ppc: Check the availability of transactional memoryThomas Huth
2016-10-05hw/ppc/spapr: Fix the selection of the processor featuresThomas Huth
2016-10-05hw/ppc/spapr: Move code related to "ibm,pa-features" to a separate functionThomas Huth
2016-10-05pseries: Add 2.8 machine type, set up compatibility macrosDavid Gibson
2016-09-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-09-27sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée
2016-09-27memory: introduce IOMMUOps.notify_flag_changedPeter Xu
2016-09-23Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160923' into...Peter Maydell
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng
2016-09-23spapr_pci: Add numa node idAlexey Kardashevskiy
2016-09-23Enable H_CLEAR_MOD and H_CLEAR_REF hypercalls on KVM/PPC64.Nathan Whitehorn
2016-09-23target-ppc: tlbie/tlbivax should have global effectNikunj A Dadhania
2016-09-23target-ppc: add flag in check_tlb_flush()Nikunj A Dadhania
2016-09-23spapr: Introduce sPAPRCPUCoreClassBharata B Rao
2016-09-23spapr_vio: convert to trace framework instead of DPRINTFLaurent Vivier
2016-09-23spapr_rtas: convert to trace framework instead of DPRINTFLaurent Vivier
2016-09-23spapr_drc: convert to trace framework instead of DPRINTFLaurent Vivier
2016-09-23tests: add RTAS command in the protocolLaurent Vivier
2016-09-15Remove unused function declarationsLadi Prosek
2016-09-07hw/ppc: add a ppc_create_page_sizes_prop() helper routineCédric Le Goater
2016-09-07hw/ppc: use error_report instead of fprintfCédric Le Goater
2016-09-07hw/ppc: include fdt helper routine in a common fileCédric Le Goater
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