summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)Author
2018-01-29target/ppc/spapr_caps: Add new tristate cap safe_indirect_branchSuraj Jitindar Singh
2018-01-29target/ppc/spapr_caps: Add new tristate cap safe_bounds_checkSuraj Jitindar Singh
2018-01-29target/ppc/spapr_caps: Add new tristate cap safe_cacheSuraj Jitindar Singh
2018-01-20spapr: fix device tree properties when using compatibility modeGreg Kurz
2018-01-20spapr: drop duplicate variable in spapr_core_plug()Greg Kurz
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov
2018-01-19spapr: Allow only supported dynamic sysbus devicesEduardo Habkost
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost
2018-01-17spapr: Adjust default VSMT value for better migration compatibilityDavid Gibson
2018-01-17spapr: Allow some cases where we can't set VSMT mode in the kernelDavid Gibson
2018-01-17target/ppc: Clarify compat mode max_threads valueDavid Gibson
2018-01-17hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representationSuraj Jitindar Singh
2018-01-17spapr: Handle Decimal Floating Point (DFP) as an optional capabilityDavid Gibson
2018-01-17spapr: Handle VMX/VSX presence as an spapr capability flagDavid Gibson
2018-01-17spapr: Validate capabilities on migrationDavid Gibson
2018-01-17spapr: Treat Hardware Transactional Memory (HTM) as an optional capabilityDavid Gibson
2018-01-17spapr: Capabilities infrastructureDavid Gibson
2018-01-10spapr: Correct compatibility mode setting for hotplugged CPUsDavid Gibson
2017-12-15spapr: don't initialize PATB entry if max-cpu-compat < power9Laurent Vivier
2017-12-15spapr: Assume msi_nonbrokenDavid Gibson
2017-12-15spapr: Rename machine init functions for clarityDavid Gibson
2017-12-15spapr: replace numa_get_node() with lookup in pc-dimm listIgor Mammedov
2017-12-15spapr: introduce a spapr_qirq() helperCédric Le Goater
2017-12-15spapr: introduce a spapr_irq_set_lsi() helperCédric Le Goater
2017-12-15spapr: move the IRQ allocation routines under the machineCédric Le Goater
2017-12-15spapr_cpu_core: instantiate CPUs separatelyGreg Kurz
2017-12-15spapr: Add pseries-2.12 machine typeDavid Gibson
2017-12-04spapr: Include "pre-plugged" DIMMS in ram size calculation at resetDavid Gibson
2017-11-30pseries: fix TCG migrationLaurent Vivier
2017-11-27target/ppc: Move setting of patb_entry on hash table initSuraj Jitindar Singh
2017-11-22hw/ppc/spapr: Fix virtio-scsi bootindex handling for LUNs >= 256Thomas Huth
2017-11-20spapr: reset DRCs after devicesGreg Kurz
2017-11-20target/ppc: Update setting of cpu features to account for compat modesSuraj Jitindar Singh
2017-10-17ppc: spapr: use generic cpu_model parsingIgor Mammedov
2017-10-17ppc: spapr: use cpu model names as tcg defaults instead of aliasesIgor Mammedov
2017-10-17ppc: spapr: use cpu type name directlyIgor Mammedov
2017-10-17ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov
2017-10-17hw/ppc/spapr.c: abort unplug_request if previous unplug isn't doneDaniel Henrique Barboza
2017-10-17spapr: sanity check size of the CAS bufferGreg Kurz
2017-10-17spapr: fix OF word name in commentGreg Kurz
2017-10-17hw/ppc: use 0 instead of fdt_path_offset(fdt, "/")Greg Kurz
2017-09-27spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz
2017-09-27spapr: introduce helpers to migrate HPT chunks and the end markerGreg Kurz
2017-09-27ppc/kvm: generalize the use of kvmppc_get_htab_fd()Greg Kurz
2017-09-27ppc/kvm: change kvmppc_get_htab_fd() to return -errno on errorGreg Kurz
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov
2017-09-15ppc/xive: fix OV5_XIVE_EXPLOIT bitsCédric Le Goater
2017-09-15hw/ppc/spapr.c: cleaning up qdev_get_machine() callsDaniel Henrique Barboza
2017-09-08PPC: KVM: Support machine option to set VSMT modeSam Bobroff
2017-09-08ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff