aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-08hw/ppc: clear pending_events on machine resetDaniel Henrique Barboza1-0/+1
2017-08-22hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth1-12/+30
2017-07-29Revert "spapr: populate device tree depending on XIVE_EXPLOIT option"David Gibson1-6/+4
2017-07-25spapr: Fix QEMU abort during memory unplugBharata B Rao1-16/+22
2017-07-25spapr/htab: fix savevmLaurent Vivier1-1/+1
2017-07-17spapr: fix memory leak in spapr_core_pre_plug()Greg Kurz1-2/+2
2017-07-17pseries: Use smaller default hash page tables when guest can resizeDavid Gibson1-5/+18
2017-07-17pseries: Enable HPT resizing for 2.10David Gibson1-1/+2
2017-07-17pseries: Implement HPT resizingDavid Gibson1-3/+1
2017-07-17pseries: Stubs for HPT resizingDavid Gibson1-0/+75
2017-07-17spapr: fix potential memory leak in spapr_core_plug()Greg Kurz1-4/+5
2017-07-17spapr: Refactor spapr_drc_detach()David Gibson1-8/+3
2017-07-17spapr: Simplify unplug pathDavid Gibson1-48/+8
2017-07-17spapr: Treat devices added before inbound migration as coldpluggedLaurent Vivier1-8/+16
2017-07-17spapr: Minor cleanups to events handlingDavid Gibson1-3/+3
2017-07-17spapr: migrate pending_events of spapr stateDaniel Henrique Barboza1-0/+32
2017-07-13Convert error_report() to warn_report()Alistair Francis1-2/+2
2017-07-11Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170711' int...Peter Maydell1-52/+43
2017-07-11spapr: populate device tree depending on XIVE_EXPLOIT optionCédric Le Goater1-4/+6
2017-07-11spapr: introduce the XIVE_EXPLOIT option in CASCédric Le Goater1-6/+7
2017-07-11spapr: fix memory hotplug error pathGreg Kurz1-4/+22
2017-07-11spapr: Remove unnecessary differences between hotplug and coldplug pathsDavid Gibson1-10/+3
2017-07-11spapr: Uniform DRC reset pathsDavid Gibson1-27/+4
2017-07-11spapr: fix bogus function name in commentGreg Kurz1-1/+1
2017-07-11spapr: make spapr_populate_hotplug_cpu_dt() staticGreg Kurz1-2/+2
2017-07-10migration: Rename cleanup() to save_cleanup()Juan Quintela1-2/+2
2017-07-10migration: Rename save_live_setup() to save_setup()Juan Quintela1-1/+1
2017-06-30spapr: Make DRC reset force DRC into known stateDavid Gibson1-15/+0
2017-06-30hw/ppc/spapr.c: consecutive 'spapr->patb_entry = 0' statementsDaniel Henrique Barboza1-1/+0
2017-06-30spapr: fix migration of ICPState objects from/to older QEMUGreg Kurz1-2/+86