summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr.c
Commit message (Expand)AuthorAgeFilesLines
* ppc: switch to constants within BUILD_BUG_ONMichael S. Tsirkin2017-02-011-8/+10
* kvm: move cpu synchronization codeVincent Palatin2017-01-191-1/+1
* spapr: fix default DRC state for coldplugged LMBsMichael Roth2016-12-011-0/+5
* spapr: Fix 2.7<->2.8 migration of PCI host bridgeDavid Gibson2016-11-231-0/+5
* target-ppc: Allow eventual removal of old migration mistakesDavid Gibson2016-11-231-0/+5
* spapr: migration support for CAS-negotiated option vectorsMichael Roth2016-11-231-0/+66
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell2016-10-311-2/+2
|\
| * *_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini2016-10-311-2/+2
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2016-10-311-1/+0Star
|\ \
| * | clean-up: removed duplicate #includesAnand J2016-10-281-1/+0Star
| |/
* | spapr: Memory hot-unplug supportBharata B Rao2016-10-281-1/+118
* | spapr: use count+index for memory hotplugMichael Roth2016-10-281-4/+18
* | spapr: add hotplug interrupt machine optionsMichael Roth2016-10-281-0/+28
* | spapr_events: add support for dedicated hotplug event sourceMichael Roth2016-10-281-2/+7
* | spapr: improve ibm,architecture-vec-5 property handlingMichael Roth2016-10-281-6/+17
* | spapr: add option vector handling in CAS-generated resetsMichael Roth2016-10-281-6/+34
* | spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth2016-10-281-2/+8
* | pseries: Remove spapr_create_fdt_skel()David Gibson2016-10-281-58/+36Star
* | pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson2016-10-281-17/+2Star
* | pseries: Move /hypervisor node construction to fdt_build_fdt()David Gibson2016-10-281-21/+28
* | pseries: Move /event-sources construction to spapr_build_fdt()David Gibson2016-10-281-3/+3
* | pseries: Consolidate construction of /rtas device tree nodeDavid Gibson2016-10-281-58/+72
* | pseries: Consolidate construction of /chosen device tree nodeDavid Gibson2016-10-281-66/+65Star
* | pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson2016-10-281-17/+3Star
* | pseries: Consolidate RTAS loadingDavid Gibson2016-10-281-2/+1Star
* | pseries: Move adding of fdt reserve map entriesDavid Gibson2016-10-281-8/+9
* | pseries: Make spapr_create_fdt_skel() get information from machine stateDavid Gibson2016-10-281-45/+36Star
* | pseries: Remove rtas_addr and fdt_addr fields from machinestateDavid Gibson2016-10-281-7/+7
* | pseries: Split device tree construction from device tree loadDavid Gibson2016-10-281-19/+23
|/
* Increase MAX_CPUMASK_BITS from 255 to 288Igor Mammedov2016-10-241-1/+1
* spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson2016-10-161-30/+92
* spapr_pci: Add a 64-bit MMIO windowDavid Gibson2016-10-161-2/+8
* spapr: Adjust placement of PCI host bridge to allow > 1TiB RAMDavid Gibson2016-10-161-2/+14
* spapr_pci: Delegate placement of PCI host bridges to machine typeDavid Gibson2016-10-161-0/+31
* spapr: fix inheritance chain for default machine optionsMichael Roth2016-10-141-0/+3
* hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machineThomas Huth2016-10-061-1/+5
* ppc: Check the availability of transactional memoryThomas Huth2016-10-051-1/+4
* hw/ppc/spapr: Fix the selection of the processor featuresThomas Huth2016-10-051-2/+9
* hw/ppc/spapr: Move code related to "ibm,pa-features" to a separate functionThomas Huth2016-10-051-30/+36
* pseries: Add 2.8 machine type, set up compatibility macrosDavid Gibson2016-10-051-2/+20
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-09-291-4/+2Star
|\
| * cpus: pass CPUState to run_on_cpu helpersAlex Bennée2016-09-271-4/+2Star
* | sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson2016-09-271-3/+1Star
|/
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160923' into...Peter Maydell2016-09-231-3/+6
|\
| * Enable H_CLEAR_MOD and H_CLEAR_REF hypercalls on KVM/PPC64.Nathan Whitehorn2016-09-231-0/+3
| * spapr: Introduce sPAPRCPUCoreClassBharata B Rao2016-09-231-3/+3
* | vl: Switch qemu_uuid to QemuUUIDFam Zheng2016-09-231-6/+1Star
|/
* hw/ppc: add a ppc_create_page_sizes_prop() helper routineCédric Le Goater2016-09-071-35/+1Star
* hw/ppc: use error_report instead of fprintfCédric Le Goater2016-09-071-6/+6
* hw/ppc: include fdt helper routine in a common fileCédric Le Goater2016-09-071-10/+1Star