summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2016-11-16fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov2-0/+2
2016-11-15ppc/pnv: Fix fatal bug on 32-bit hostsDavid Gibson1-1/+1
2016-11-15ppc/pnv: fix xscom address translation for POWER9Cédric Le Goater1-4/+4
2016-11-15ppc/pnv: add a 'xscom_core_base' field to PnvChipClassCédric Le Goater1-1/+7
2016-11-15spapr: Fix migration of PCI host bridges from qemu-2.7David Gibson1-6/+12
2016-11-15ppc/pnv: fix compile breakage on old gccCédric Le Goater3-2/+4
2016-11-15powernv: CPU compatibility modes don't make sense for powernvDavid Gibson1-5/+1
2016-10-31Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell3-11/+11
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini3-11/+11
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2-2/+0
2016-10-28clean-up: removed duplicate #includesAnand J2-2/+0
2016-10-28spapr: Memory hot-unplug supportBharata B Rao2-1/+135
2016-10-28spapr: use count+index for memory hotplugMichael Roth1-4/+18
2016-10-28spapr: Add DRC count indexed hotplug identifier typeBharata B Rao1-15/+61
2016-10-28spapr: add hotplug interrupt machine optionsMichael Roth1-0/+28
2016-10-28spapr_events: add support for dedicated hotplug event sourceMichael Roth2-39/+172
2016-10-28spapr: improve ibm,architecture-vec-5 property handlingMichael Roth1-6/+17
2016-10-28spapr: add option vector handling in CAS-generated resetsMichael Roth2-10/+52
2016-10-28spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth2-43/+23
2016-10-28spapr_ovec: initial implementation of option vector helpersMichael Roth2-1/+243
2016-10-28pseries: Remove spapr_create_fdt_skel()David Gibson1-58/+36
2016-10-28pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson2-24/+18
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 Gibson2-14/+13
2016-10-28pseries: Consolidate construction of /rtas device tree nodeDavid Gibson2-88/+75
2016-10-28pseries: Consolidate construction of /chosen device tree nodeDavid Gibson2-79/+69
2016-10-28pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson1-17/+3
2016-10-28pseries: Consolidate RTAS loadingDavid Gibson2-33/+42
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 Gibson2-20/+24
2016-10-28ppc/pnv: add a ISA busCédric Le Goater1-0/+65
2016-10-28ppc/pnv: add a LPC controllerBenjamin Herrenschmidt3-1/+480
2016-10-28ppc/pnv: add XSCOM handlers to PnvCoreCédric Le Goater2-0/+54
2016-10-28ppc/pnv: add XSCOM infrastructureCédric Le Goater3-1/+301
2016-10-28ppc/pnv: add a PnvCore objectCédric Le Goater3-2/+371
2016-10-28ppc/pnv: add a PIR handler to PnvChipCédric Le Goater1-0/+30
2016-10-28ppc/pnv: add a core mask to PnvChipCédric Le Goater1-1/+72
2016-10-28ppc/pnv: add a PnvChip objectCédric Le Goater1-5/+208
2016-10-28ppc/pnv: add skeleton PowerNV platformBenjamin Herrenschmidt2-0/+228
2016-10-28spapr_pci: advertise explicit numa IDs even when there's 1 nodeMichael Roth1-1/+7
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 Gibson2-32/+95
2016-10-16spapr_pci: Add a 64-bit MMIO windowDavid Gibson2-16/+64
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 Gibson2-14/+38
2016-10-14ppc/xics: Make the ICSState a listBenjamin Herrenschmidt3-5/+4
2016-10-14spapr: fix inheritance chain for default machine optionsMichael Roth1-0/+3
2016-10-10numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov1-4/+2