aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)Author
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2016-10-28clean-up: removed duplicate #includesAnand J
2016-10-28spapr: Memory hot-unplug supportBharata B Rao
2016-10-28spapr: use count+index for memory hotplugMichael Roth
2016-10-28spapr: add hotplug interrupt machine optionsMichael Roth
2016-10-28spapr_events: add support for dedicated hotplug event sourceMichael Roth
2016-10-28spapr: improve ibm,architecture-vec-5 property handlingMichael Roth
2016-10-28spapr: add option vector handling in CAS-generated resetsMichael Roth
2016-10-28spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth
2016-10-28pseries: Remove spapr_create_fdt_skel()David Gibson
2016-10-28pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson
2016-10-28pseries: Move /hypervisor node construction to fdt_build_fdt()David Gibson
2016-10-28pseries: Move /event-sources construction to spapr_build_fdt()David Gibson
2016-10-28pseries: Consolidate construction of /rtas device tree nodeDavid Gibson
2016-10-28pseries: Consolidate construction of /chosen device tree nodeDavid Gibson
2016-10-28pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson
2016-10-28pseries: Consolidate RTAS loadingDavid Gibson
2016-10-28pseries: Move adding of fdt reserve map entriesDavid Gibson
2016-10-28pseries: Make spapr_create_fdt_skel() get information from machine stateDavid Gibson
2016-10-28pseries: Remove rtas_addr and fdt_addr fields from machinestateDavid Gibson
2016-10-28pseries: Split device tree construction from device tree loadDavid Gibson
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-14spapr: fix inheritance chain for default machine optionsMichael Roth
2016-10-06hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machineThomas Huth
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-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-23Enable H_CLEAR_MOD and H_CLEAR_REF hypercalls on KVM/PPC64.Nathan Whitehorn
2016-09-23spapr: Introduce sPAPRCPUCoreClassBharata B Rao
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-13ppc: parse cpu features onceGreg Kurz
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-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-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-05ppc/hash64: Add proper real mode translation supportBenjamin Herrenschmidt