aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-01spapr: fix default DRC state for coldplugged LMBsMichael Roth1-0/+5
2016-11-23spapr: Fix 2.7<->2.8 migration of PCI host bridgeDavid Gibson1-0/+5
2016-11-23target-ppc: Allow eventual removal of old migration mistakesDavid Gibson1-0/+5
2016-11-23spapr: migration support for CAS-negotiated option vectorsMichael Roth1-0/+66
2016-10-31Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell1-2/+2
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini1-2/+2
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-1/+0
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-10-28spapr: Memory hot-unplug supportBharata B Rao1-1/+118
2016-10-28spapr: use count+index for memory hotplugMichael Roth1-4/+18
2016-10-28spapr: add hotplug interrupt machine optionsMichael Roth1-0/+28
2016-10-28spapr_events: add support for dedicated hotplug event sourceMichael Roth1-2/+7
2016-10-28spapr: improve ibm,architecture-vec-5 property handlingMichael Roth1-6/+17
2016-10-28spapr: add option vector handling in CAS-generated resetsMichael Roth1-6/+34
2016-10-28spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth1-2/+8
2016-10-28pseries: Remove spapr_create_fdt_skel()David Gibson1-58/+36
2016-10-28pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson1-17/+2
2016-10-28pseries: Move /hypervisor node construction to fdt_build_fdt()David Gibson1-21/+28
2016-10-28pseries: Move /event-sources construction to spapr_build_fdt()David Gibson1-3/+3
2016-10-28pseries: Consolidate construction of /rtas device tree nodeDavid Gibson1-58/+72
2016-10-28pseries: Consolidate construction of /chosen device tree nodeDavid Gibson1-66/+65
2016-10-28pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson1-17/+3
2016-10-28pseries: Consolidate RTAS loadingDavid Gibson1-2/+1
2016-10-28pseries: Move adding of fdt reserve map entriesDavid Gibson1-8/+9
2016-10-28pseries: Make spapr_create_fdt_skel() get information from machine stateDavid Gibson1-45/+36
2016-10-28pseries: Remove rtas_addr and fdt_addr fields from machinestateDavid Gibson1-7/+7
2016-10-28pseries: Split device tree construction from device tree loadDavid Gibson1-19/+23
2016-10-24Increase MAX_CPUMASK_BITS from 255 to 288Igor Mammedov1-1/+1
2016-10-16spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson1-30/+92
2016-10-16spapr_pci: Add a 64-bit MMIO windowDavid Gibson1-2/+8
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 Gibson1-0/+31
2016-10-14spapr: fix inheritance chain for default machine optionsMichael Roth1-0/+3
2016-10-06hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machineThomas Huth1-1/+5
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 Maydell1-4/+2
2016-09-27sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson1-3/+1
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée1-4/+2
2016-09-23Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160923' into...Peter Maydell1-3/+6
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng1-6/+1
2016-09-23Enable H_CLEAR_MOD and H_CLEAR_REF hypercalls on KVM/PPC64.Nathan Whitehorn1-0/+3
2016-09-23spapr: Introduce sPAPRCPUCoreClassBharata B Rao1-3/+3
2016-09-07hw/ppc: add a ppc_create_page_sizes_prop() helper routineCédric Le Goater1-35/+1
2016-09-07hw/ppc: use error_report instead of fprintfCédric Le Goater1-6/+6
2016-09-07hw/ppc: include fdt helper routine in a common fileCédric Le Goater1-10/+1
2016-08-13ppc: parse cpu features onceGreg Kurz1-0/+2
2016-08-10hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliasesThomas Huth1-1/+1