summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ppc: parse cpu features onceGreg Kurz2016-08-131-0/+2
* hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliasesThomas Huth2016-08-101-1/+1
* spapr: remove extra type variableCédric Le Goater2016-08-101-9/+6Star
* spapr: Correctly set query_hotpluggable_cpus hook based on machine versionDavid Gibson2016-08-081-15/+9Star
* spapr: Error out when CPU hotplug is attempted on older pseries machinesBharata B Rao2016-08-031-1/+6
* spapr: disintricate core-id from DT semanticsGreg Kurz2016-07-251-5/+5
* hw/ppc/spapr: Make sure to close the htab_fd when migration is canceledThomas Huth2016-07-251-1/+8
* ppc/hash64: Add proper real mode translation supportBenjamin Herrenschmidt2016-07-051-0/+7
* spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)Alexey Kardashevskiy2016-07-051-1/+6
* ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt2016-07-011-10/+10
* ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt2016-07-011-3/+4
* hw/ppc/spapr: Add some missing hcall function set stringsThomas Huth2016-07-011-0/+3
* qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCorePeter Krempa2016-06-271-2/+2
* spapr: implement query-hotpluggable-cpus callbackIgor Mammedov2016-06-171-0/+34