aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu1-9/+10
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-21spapr/irq: Drop spapr_irq_msi_reset()Greg Kurz1-4/+0
2019-08-21spapr: Implement ibm,suspend-meNicholas Piggin1-0/+7
2019-08-21spapr: initial implementation for H_TPM_COMM/spapr-tpm-proxyMichael Roth1-1/+32
2019-08-21spapr: Implement H_JOINNicholas Piggin1-0/+1
2019-08-21spapr: Implement H_PRODNicholas Piggin1-0/+1
2019-08-21spapr: Implement dispatch tracking for tcgNicholas Piggin1-0/+48
2019-08-21spapr_pci: Allow 2MiB and 16MiB IOMMU pagesizes by defaultDavid Gibson1-0/+6
2019-08-21hw: add compat machines for 4.2Cornelia Huck1-2/+13
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-08-13spapr: Reset CAS & IRQ subsystem after devicesDavid Gibson1-12/+12
2019-07-05machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov1-0/+1
2019-07-05hw/ppc: Replace global smp variables with machine smp propertiesLike Xu1-8/+26
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-2/+1
2019-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...Peter Maydell1-8/+17
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+2
2019-06-12spapr: Direct all PCI hotplug to host bridge, rather than P2P bridgeDavid Gibson1-0/+11
2019-06-12spapr: Clean up spapr_drc_populate_dt()David Gibson1-4/+3
2019-06-12spapr: Clean up dt creation for PCI busesDavid Gibson1-4/+3
2019-05-29spapr: Don't migrate the hpt_maxpagesize cap to older machine typesGreg Kurz1-0/+1
2019-05-29spapr: change default interrupt mode to 'dual'Cédric Le Goater1-1/+2
2019-05-29spapr: Fix phb_placement backwards compatibilityDavid Gibson1-13/+15
2019-05-29spapr: Add forgotten capability to migration streamDavid Gibson1-0/+1
2019-05-29target/ppc: Add ibm,purr and ibm,spurr device-tree propertiesSuraj Jitindar Singh1-1/+4
2019-04-27Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190426' into...Peter Maydell1-11/+78
2019-04-26ppc/hash64: Rework R and C bit updatesBenjamin Herrenschmidt1-4/+37
2019-04-26spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy1-7/+41
2019-04-25hw: add compat machines for 4.1Cornelia Huck1-2/+13
2019-03-29spapr/irq: Add XIVE sanity checks on non-P9 machinesCédric Le Goater1-7/+1
2019-03-29spapr: Simplify handling of host-serial and host-model valuesDavid Gibson1-38/+19
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-162/+162
2019-03-12target/ppc/spapr: Enable H_PAGE_INIT in-kernel handlingSuraj Jitindar Singh1-0/+3
2019-03-12target/ppc/spapr: Clear partition table entry when allocating hash tableSuraj Jitindar Singh1-0/+1
2019-03-12target/ppc/spapr: Enable mitigations by default for pseries-4.0 machine typeSuraj Jitindar Singh1-3/+6
2019-03-12target/ppc/spapr: Add SPAPR_CAP_CCF_ASSISTSuraj Jitindar Singh1-0/+2
2019-03-12target/ppc/spapr: Enable the large decrementer for pseries-4.0Suraj Jitindar Singh1-1/+2
2019-03-12target/ppc: Implement large decrementer support for TCGSuraj Jitindar Singh1-0/+8
2019-03-12target/ppc/spapr: Add SPAPR_CAP_LARGE_DECREMENTERSuraj Jitindar Singh1-0/+2
2019-03-12spapr: Simulate CAS for qtestGreg Kurz1-0/+11
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand1-3/+6
2019-03-05hw/boards: Add a MachineState parameter to kvm_type callbackEric Auger1-1/+1
2019-02-26hw/ppc: Use object_initialize_child for correct reference countingThomas Huth1-3/+3
2019-02-26spapr: enable PHB hotplug for default pseries machine typeMichael Roth1-0/+2