summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2016-10-16spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson2-32/+95
2016-10-16spapr_pci: Add a 64-bit MMIO windowDavid Gibson2-16/+64
2016-10-16spapr: Adjust placement of PCI host bridge to allow > 1TiB RAMDavid Gibson1-2/+14
2016-10-16spapr_pci: Delegate placement of PCI host bridges to machine typeDavid Gibson2-14/+38
2016-10-14ppc/xics: Make the ICSState a listBenjamin Herrenschmidt3-5/+4
2016-10-14spapr: fix inheritance chain for default machine optionsMichael Roth1-0/+3
2016-10-10numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov1-4/+2
2016-10-06hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machineThomas Huth1-1/+5
2016-10-06spapr: fix check of cpu alias name in spapr_get_cpu_core_type()Greg Kurz1-4/+4
2016-10-05ppc: Check the availability of transactional memoryThomas Huth1-1/+4
2016-10-05hw/ppc/spapr: Fix the selection of the processor featuresThomas Huth1-2/+9
2016-10-05hw/ppc/spapr: Move code related to "ibm,pa-features" to a separate functionThomas Huth1-30/+36
2016-10-05pseries: Add 2.8 machine type, set up compatibility macrosDavid Gibson1-2/+20
2016-09-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-43/+29
2016-09-27sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson2-6/+2
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée3-35/+19
2016-09-27memory: introduce IOMMUOps.notify_flag_changedPeter Xu1-8/+10
2016-09-23Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160923' into...Peter Maydell8-141/+144
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng2-7/+3
2016-09-23spapr_pci: Add numa node idAlexey Kardashevskiy1-0/+13
2016-09-23Enable H_CLEAR_MOD and H_CLEAR_REF hypercalls on KVM/PPC64.Nathan Whitehorn1-0/+3
2016-09-23target-ppc: tlbie/tlbivax should have global effectNikunj A Dadhania1-0/+2
2016-09-23target-ppc: add flag in check_tlb_flush()Nikunj A Dadhania1-2/+2
2016-09-23spapr: Introduce sPAPRCPUCoreClassBharata B Rao2-69/+41
2016-09-23spapr_vio: convert to trace framework instead of DPRINTFLaurent Vivier2-14/+7
2016-09-23spapr_rtas: convert to trace framework instead of DPRINTFLaurent Vivier2-22/+16
2016-09-23spapr_drc: convert to trace framework instead of DPRINTFLaurent Vivier2-34/+41
2016-09-23tests: add RTAS command in the protocolLaurent Vivier1-0/+19
2016-09-15Remove unused function declarationsLadi Prosek1-6/+0
2016-09-07hw/ppc: add a ppc_create_page_sizes_prop() helper routineCédric Le Goater3-36/+51
2016-09-07hw/ppc: use error_report instead of fprintfCédric Le Goater5-19/+21
2016-09-07hw/ppc: include fdt helper routine in a common fileCédric Le Goater2-20/+2
2016-08-15Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160815' into...Peter Maydell2-0/+28
2016-08-13ppc: parse cpu features onceGreg Kurz2-0/+28
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-08-10hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliasesThomas Huth2-18/+22
2016-08-10spapr: remove extra type variableCédric Le Goater1-9/+6
2016-08-08Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-08-08' into...Peter Maydell1-1/+1
2016-08-08error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2016-08-08spapr: Fix undefined behaviour in spapr_tce_reset()David Gibson1-1/+3
2016-08-08spapr: Correctly set query_hotpluggable_cpus hook based on machine versionDavid Gibson2-20/+11
2016-08-03spapr: Error out when CPU hotplug is attempted on older pseries machinesBharata B Rao2-14/+12
2016-07-29spapr: Prevent boot CPU core removalBharata B Rao1-0/+5
2016-07-29Revert "spapr: Ensure CPU cores are added contiguously and removed in LIFO or...David Gibson1-19/+1
2016-07-29spapr: init CPUState->cpu_index with index relative to core-idIgor Mammedov1-0/+4
2016-07-25spapr: disintricate core-id from DT semanticsGreg Kurz2-18/+16
2016-07-25hw/ppc/spapr: Make sure to close the htab_fd when migration is canceledThomas Huth1-1/+8
2016-07-18spapr: Ensure CPU cores are added contiguously and removed in LIFO orderBharata B Rao1-1/+20
2016-07-18spapr: fix core unplug crashGreg Kurz1-4/+2
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+4