summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* 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
* spapr_pci: Add a 64-bit MMIO windowDavid Gibson2016-10-162-16/+64
* 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-162-14/+38
* ppc/xics: Make the ICSState a listBenjamin Herrenschmidt2016-10-143-5/+4Star
* spapr: fix inheritance chain for default machine optionsMichael Roth2016-10-141-0/+3
* numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov2016-10-101-4/+2Star
* hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machineThomas Huth2016-10-061-1/+5
* spapr: fix check of cpu alias name in spapr_get_cpu_core_type()Greg Kurz2016-10-061-4/+4
* 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-294-43/+29Star
|\
| * cpus: pass CPUState to run_on_cpu helpersAlex Bennée2016-09-273-35/+19Star
| * memory: introduce IOMMUOps.notify_flag_changedPeter Xu2016-09-271-8/+10
* | sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson2016-09-272-6/+2Star
|/
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160923' into...Peter Maydell2016-09-238-141/+144
|\