summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* Move target-* CPU file into a target/ folderThomas Huth2016-12-206-8/+8
* 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-232-5/+33
* Revert "spapr: Fix migration of PCI host bridges from qemu-2.7"David Gibson2016-11-231-12/+6Star
* target-ppc: Allow eventual removal of old migration mistakesDavid Gibson2016-11-231-0/+5
* spapr: migration support for CAS-negotiated option vectorsMichael Roth2016-11-232-0/+78
* fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov2016-11-162-0/+2
* ppc/pnv: Fix fatal bug on 32-bit hostsDavid Gibson2016-11-151-1/+1
* ppc/pnv: fix xscom address translation for POWER9Cédric Le Goater2016-11-151-4/+4
* ppc/pnv: add a 'xscom_core_base' field to PnvChipClassCédric Le Goater2016-11-151-1/+7
* spapr: Fix migration of PCI host bridges from qemu-2.7David Gibson2016-11-151-6/+12
* ppc/pnv: fix compile breakage on old gccCédric Le Goater2016-11-153-2/+4
* powernv: CPU compatibility modes don't make sense for powernvDavid Gibson2016-11-151-5/+1Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell2016-10-313-11/+11
|\
| * *_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini2016-10-313-11/+11
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2016-10-312-2/+0Star
|\ \
| * | clean-up: removed duplicate #includesAnand J2016-10-282-2/+0Star
| |/
* | spapr: Memory hot-unplug supportBharata B Rao2016-10-282-1/+135
* | spapr: use count+index for memory hotplugMichael Roth2016-10-281-4/+18
* | spapr: Add DRC count indexed hotplug identifier typeBharata B Rao2016-10-281-15/+61
* | spapr: add hotplug interrupt machine optionsMichael Roth2016-10-281-0/+28
* | spapr_events: add support for dedicated hotplug event sourceMichael Roth2016-10-282-39/+172
* | spapr: improve ibm,architecture-vec-5 property handlingMichael Roth2016-10-281-6/+17
* | spapr: add option vector handling in CAS-generated resetsMichael Roth2016-10-282-10/+52
* | spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth2016-10-282-43/+23Star
* | spapr_ovec: initial implementation of option vector helpersMichael Roth2016-10-282-1/+243
* | pseries: Remove spapr_create_fdt_skel()David Gibson2016-10-281-58/+36Star
* | pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson2016-10-282-24/+18Star
* | 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-282-14/+13Star
* | pseries: Consolidate construction of /rtas device tree nodeDavid Gibson2016-10-282-88/+75Star
* | pseries: Consolidate construction of /chosen device tree nodeDavid Gibson2016-10-282-79/+69Star
* | pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson2016-10-281-17/+3Star
* | pseries: Consolidate RTAS loadingDavid Gibson2016-10-282-33/+42
* | 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-282-20/+24
* | ppc/pnv: add a ISA busCédric Le Goater2016-10-281-0/+65
* | ppc/pnv: add a LPC controllerBenjamin Herrenschmidt2016-10-283-1/+480
* | ppc/pnv: add XSCOM handlers to PnvCoreCédric Le Goater2016-10-282-0/+54
* | ppc/pnv: add XSCOM infrastructureCédric Le Goater2016-10-283-1/+301
* | ppc/pnv: add a PnvCore objectCédric Le Goater2016-10-283-2/+371
* | ppc/pnv: add a PIR handler to PnvChipCédric Le Goater2016-10-281-0/+30
* | ppc/pnv: add a core mask to PnvChipCédric Le Goater2016-10-281-1/+72
* | ppc/pnv: add a PnvChip objectCédric Le Goater2016-10-281-5/+208
* | ppc/pnv: add skeleton PowerNV platformBenjamin Herrenschmidt2016-10-282-0/+228
* | spapr_pci: advertise explicit numa IDs even when there's 1 nodeMichael Roth2016-10-281-1/+7
|/
* 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-162-32/+95