aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-20spapr: fix device tree properties when using compatibility modeGreg Kurz1-9/+9
2018-01-20spapr: drop duplicate variable in spapr_core_plug()Greg Kurz1-3/+1
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov1-5/+8
2018-01-19spapr: Allow only supported dynamic sysbus devicesEduardo Habkost1-2/+1
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost1-1/+2
2018-01-17spapr: Adjust default VSMT value for better migration compatibilityDavid Gibson1-3/+8
2018-01-17spapr: Allow some cases where we can't set VSMT mode in the kernelDavid Gibson1-7/+19
2018-01-17target/ppc: Clarify compat mode max_threads valueDavid Gibson1-2/+2
2018-01-17hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representationSuraj Jitindar Singh1-9/+36
2018-01-17spapr: Handle Decimal Floating Point (DFP) as an optional capabilityDavid Gibson1-3/+4
2018-01-17spapr: Handle VMX/VSX presence as an spapr capability flagDavid Gibson1-9/+11
2018-01-17spapr: Validate capabilities on migrationDavid Gibson1-0/+6
2018-01-17spapr: Treat Hardware Transactional Memory (HTM) as an optional capabilityDavid Gibson1-5/+10
2018-01-17spapr: Capabilities infrastructureDavid Gibson1-0/+7
2018-01-10spapr: Correct compatibility mode setting for hotplugged CPUsDavid Gibson1-1/+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: replace numa_get_node() with lookup in pc-dimm listIgor Mammedov1-1/+28
2017-12-15spapr: introduce a spapr_qirq() helperCédric Le Goater1-0/+11
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 Goater1-0/+114
2017-12-15spapr_cpu_core: instantiate CPUs separatelyGreg Kurz1-8/+3
2017-12-15spapr: Add pseries-2.12 machine typeDavid Gibson1-3/+23
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 Kurz1-0/+21
2017-11-20target/ppc: Update setting of cpu features to account for compat modesSuraj Jitindar Singh1-22/+21
2017-10-17ppc: spapr: use generic cpu_model parsingIgor Mammedov1-12/+4
2017-10-17ppc: spapr: use cpu model names as tcg defaults instead of aliasesIgor Mammedov1-2/+2
2017-10-17ppc: spapr: use cpu type name directlyIgor Mammedov1-4/+2
2017-10-17ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov1-1/+1
2017-10-17hw/ppc/spapr.c: abort unplug_request if previous unplug isn't doneDaniel Henrique Barboza1-2/+14
2017-10-17spapr: sanity check size of the CAS bufferGreg Kurz1-0/+7
2017-10-17spapr: fix OF word name in commentGreg Kurz1-1/+2
2017-10-17hw/ppc: use 0 instead of fdt_path_offset(fdt, "/")Greg Kurz1-2/+1
2017-09-27spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz1-0/+14
2017-09-27spapr: introduce helpers to migrate HPT chunks and the end markerGreg Kurz1-17/+21
2017-09-27ppc/kvm: generalize the use of kvmppc_get_htab_fd()Greg Kurz1-8/+7
2017-09-27ppc/kvm: change kvmppc_get_htab_fd() to return -errno on errorGreg Kurz1-2/+3
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov1-9/+6
2017-09-15ppc/xive: fix OV5_XIVE_EXPLOIT bitsCédric Le Goater1-1/+1
2017-09-15hw/ppc/spapr.c: cleaning up qdev_get_machine() callsDaniel Henrique Barboza1-10/+9
2017-09-08PPC: KVM: Support machine option to set VSMT modeSam Bobroff1-0/+75
2017-09-08ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff1-7/+33
2017-09-08ppc: spapr: Rename cpu_dt_id to vcpu_idSam Bobroff1-8/+8
2017-09-08spapr: add pseries-2.11 machine typeGreg Kurz1-2/+20
2017-09-08hw/ppc: CAS reset on early device hotplugDaniel Henrique Barboza1-1/+25