aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin17-210/+335
2018-01-10spapr: Correct compatibility mode setting for hotplugged CPUsDavid Gibson2-1/+10
2018-01-10hw/ppc: Remove the deprecated spapr-pci-vfio-host-bridge deviceThomas Huth1-47/+0
2018-01-10target/ppc: more use of the PPC_*() macrosCédric Le Goater1-5/+5
2018-01-10ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistencyCédric Le Goater6-64/+60
2018-01-10spapr_pci: use warn_report()Greg Kurz2-4/+4
2017-12-18hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé1-0/+1
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé1-1/+1
2017-12-18ppc: remove duplicated includesPhilippe Mathieu-Daudé1-1/+0
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé1-0/+1
2017-12-15spapr: don't initialize PATB entry if max-cpu-compat < power9Laurent Vivier1-2/+4
2017-12-15spapr: Assume msi_nonbrokenDavid Gibson1-3/+2
2017-12-15spapr: Rename machine init functions for clarityDavid Gibson1-6/+6
2017-12-15spapr_events: drop bogus cell from "interrupt-ranges" propertyGreg Kurz1-3/+0
2017-12-15spapr: fix LSI interrupt specifiers in the device treeGreg Kurz3-5/+4
2017-12-15spapr: replace numa_get_node() with lookup in pc-dimm listIgor Mammedov1-1/+28
2017-12-15spapr: introduce a spapr_qirq() helperCédric Le Goater3-8/+17
2017-12-15spapr: introduce a spapr_irq_set_lsi() helperCédric Le Goater1-3/+11
2017-12-15spapr: move the IRQ allocation routines under the machineCédric Le Goater5-7/+125
2017-12-15ppc/xics: assign of the CPU 'intc' pointer under the coreCédric Le Goater2-2/+3
2017-12-15ppc/xics: introduce an icp_create() helperCédric Le Goater2-20/+3
2017-12-15spapr/rtas: do not reset the MSR in stop-self commandCédric Le Goater1-10/+0
2017-12-15spapr/rtas: fix reboot of a a SMP TCG guestCédric Le Goater1-0/+8
2017-12-15spapr/rtas: disable the decrementer interrupt when a CPU is unpluggedCédric Le Goater1-0/+11
2017-12-15e500: name openpic and pci host bridgeMichael Davidsaver1-0/+4
2017-12-15spapr_cpu_core: instantiate CPUs separatelyGreg Kurz2-20/+10
2017-12-15spapr: Add pseries-2.12 machine typeDavid Gibson1-3/+23
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-1/+1
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson2-7/+7
2017-12-04spapr: Include "pre-plugged" DIMMS in ram size calculation at resetDavid Gibson1-1/+4
2017-11-30pseries: fix TCG migrationLaurent Vivier1-1/+1
2017-11-27target/ppc: Move setting of patb_entry on hash table initSuraj Jitindar Singh1-2/+2
2017-11-22hw/ppc/spapr: Fix virtio-scsi bootindex handling for LUNs >= 256Thomas Huth1-0/+4
2017-11-20spapr: reset DRCs after devicesGreg Kurz2-7/+21
2017-11-20target/ppc: Update setting of cpu features to account for compat modesSuraj Jitindar Singh1-22/+21
2017-11-14target/ppc: correct htab shift for hash on radixSam Bobroff1-7/+6
2017-11-08e500: ppce500_init_mpic() return device instead of IRQ arrayMichael Davidsaver1-19/+13
2017-10-17spapr_cpu_core: rewrite machine type sanity checkGreg Kurz1-4/+8
2017-10-17spapr_pci: fail gracefully with non-pseries machine typesGreg Kurz1-1/+11
2017-10-17spapr: Correct RAM size calculation for HPT resizingDavid Gibson1-2/+2
2017-10-17ppc: pnv: consolidate type definitions and batch register themIgor Mammedov1-58/+34
2017-10-17ppc: pnv: drop PnvChipClass::cpu_model fieldIgor Mammedov2-17/+13
2017-10-17ppc: pnv: define core types staticallyIgor Mammedov1-28/+20
2017-10-17ppc: pnv: drop PnvCoreClass::cpu_oc fieldIgor Mammedov1-6/+12
2017-10-17ppc: pnv: normalize core/chip type namesIgor Mammedov2-2/+2
2017-10-17ppc: pnv: use generic cpu_model parsingIgor Mammedov2-13/+11
2017-10-17ppc: spapr: use generic cpu_model parsingIgor Mammedov2-32/+14
2017-10-17ppc: spapr: use cpu model names as tcg defaults instead of aliasesIgor Mammedov1-2/+2
2017-10-17ppc: spapr: register 'host' core type along with the rest of core typesIgor Mammedov1-1/+4
2017-10-17ppc: spapr: use cpu type name directlyIgor Mammedov2-12/+8