summary refs log tree commit diff stats
path: root/hw/ppc/spapr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* spapr: Adjust default VSMT value for better migration compatibilityDavid Gibson2018-01-171-3/+8
* spapr: Allow some cases where we can't set VSMT mode in the kernelDavid Gibson2018-01-171-7/+19
* target/ppc: Clarify compat mode max_threads valueDavid Gibson2018-01-171-2/+2
* hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representationSuraj Jitindar Singh2018-01-171-9/+36
* spapr: Handle Decimal Floating Point (DFP) as an optional capabilityDavid Gibson2018-01-171-3/+4
* spapr: Handle VMX/VSX presence as an spapr capability flagDavid Gibson2018-01-171-9/+11
* spapr: Validate capabilities on migrationDavid Gibson2018-01-171-0/+6
* spapr: Treat Hardware Transactional Memory (HTM) as an optional capabilityDavid Gibson2018-01-171-5/+10
* spapr: Capabilities infrastructureDavid Gibson2018-01-171-0/+7
* spapr: Correct compatibility mode setting for hotplugged CPUsDavid Gibson2018-01-101-1/+1
* spapr: don't initialize PATB entry if max-cpu-compat < power9Laurent Vivier2017-12-151-2/+4
* spapr: Assume msi_nonbrokenDavid Gibson2017-12-151-3/+2
* spapr: Rename machine init functions for clarityDavid Gibson2017-12-151-6/+6
* spapr: replace numa_get_node() with lookup in pc-dimm listIgor Mammedov2017-12-151-1/+28
* spapr: introduce a spapr_qirq() helperCédric Le Goater2017-12-151-0/+11
* spapr: introduce a spapr_irq_set_lsi() helperCédric Le Goater2017-12-151-3/+11
* spapr: move the IRQ allocation routines under the machineCédric Le Goater2017-12-151-0/+114
* spapr_cpu_core: instantiate CPUs separatelyGreg Kurz2017-12-151-8/+3
* spapr: Add pseries-2.12 machine typeDavid Gibson2017-12-151-3/+23
* spapr: Include "pre-plugged" DIMMS in ram size calculation at resetDavid Gibson2017-12-041-1/+4
* pseries: fix TCG migrationLaurent Vivier2017-11-301-1/+1
* target/ppc: Move setting of patb_entry on hash table initSuraj Jitindar Singh2017-11-271-2/+2
* hw/ppc/spapr: Fix virtio-scsi bootindex handling for LUNs >= 256Thomas Huth2017-11-221-0/+4
* spapr: reset DRCs after devicesGreg Kurz2017-11-201-0/+21
* target/ppc: Update setting of cpu features to account for compat modesSuraj Jitindar Singh2017-11-201-22/+21
* ppc: spapr: use generic cpu_model parsingIgor Mammedov2017-10-171-12/+4
* ppc: spapr: use cpu model names as tcg defaults instead of aliasesIgor Mammedov2017-10-171-2/+2
* ppc: spapr: use cpu type name directlyIgor Mammedov2017-10-171-4/+2
* ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov2017-10-171-1/+1
* hw/ppc/spapr.c: abort unplug_request if previous unplug isn't doneDaniel Henrique Barboza2017-10-171-2/+14
* spapr: sanity check size of the CAS bufferGreg Kurz2017-10-171-0/+7
* spapr: fix OF word name in commentGreg Kurz2017-10-171-1/+2
* hw/ppc: use 0 instead of fdt_path_offset(fdt, "/")Greg Kurz2017-10-171-2/+1
* spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz2017-09-271-0/+14
* spapr: introduce helpers to migrate HPT chunks and the end markerGreg Kurz2017-09-271-17/+21
* ppc/kvm: generalize the use of kvmppc_get_htab_fd()Greg Kurz2017-09-271-8/+7
* ppc/kvm: change kvmppc_get_htab_fd() to return -errno on errorGreg Kurz2017-09-271-2/+3
* numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov2017-09-191-9/+6
* ppc/xive: fix OV5_XIVE_EXPLOIT bitsCédric Le Goater2017-09-151-1/+1
* hw/ppc/spapr.c: cleaning up qdev_get_machine() callsDaniel Henrique Barboza2017-09-151-10/+9
* PPC: KVM: Support machine option to set VSMT modeSam Bobroff2017-09-081-0/+75
* ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff2017-09-081-7/+33
* ppc: spapr: Rename cpu_dt_id to vcpu_idSam Bobroff2017-09-081-8/+8
* spapr: add pseries-2.11 machine typeGreg Kurz2017-09-081-2/+20
* hw/ppc: CAS reset on early device hotplugDaniel Henrique Barboza2017-09-081-1/+25
* hw/ppc: clear pending_events on machine resetDaniel Henrique Barboza2017-09-081-0/+1
* hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth2017-08-221-12/+30
* Revert "spapr: populate device tree depending on XIVE_EXPLOIT option"David Gibson2017-07-291-6/+4
* spapr: Fix QEMU abort during memory unplugBharata B Rao2017-07-251-16/+22
* spapr/htab: fix savevmLaurent Vivier2017-07-251-1/+1