aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/machine.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-03target/ppc: Fix migration of CPUs with TLB_EMB TLB typeArman Nabiev1-1/+1
2024-05-24target/ppc: Add migration support for BHRBGlenn Miles1-0/+21
2024-05-24target/ppc: Add new hflags to support BHRBGlenn Miles1-1/+1
2023-12-29target/ppc: Constify VMState in machine.cRichard Henderson1-16/+16
2023-09-06target/ppc: Fix CPU reservation migration for record-replayNicholas Piggin1-2/+24
2023-09-06target/ppc: Migrate DECR SPRNicholas Piggin1-0/+14
2023-09-06target/ppc: Implement watchpoint debug facility for v2.07SNicholas Piggin1-0/+1
2023-09-06target/ppc: Implement breakpoint debug facility for v2.07SNicholas Piggin1-0/+4
2023-08-31target/helpers: Remove unnecessary 'qemu/main-loop.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-06-10target/ppc: Fix PMU hflags calculationNicholas Piggin1-4/+4
2022-08-30target/ppc: Fix host PVR matching for KVMNicholas Piggin1-1/+1
2022-05-26target/ppc: Implement lwsync with weaker memory orderingNicholas Piggin1-1/+2
2022-05-05target/ppc: Remove msr_ts macroVíctor Colombo1-1/+1
2022-03-02target/ppc: make power8-pmu.c CONFIG_TCG onlyDaniel Henrique Barboza1-1/+5
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-3/+2
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell1-2/+0
2022-01-18target/ppc: Finish removal of 401/403 CPUsCédric Le Goater1-24/+0
2022-01-18target/ppc: Remove last user of .load_state_oldCédric Le Goater1-112/+0
2022-01-04target/ppc: Cache per-pmc insn and cycle count settingsRichard Henderson1-0/+2
2021-05-19target/ppc: updated vscr manipulation in machine.cBruno Larsen (billionai)1-4/+3
2021-05-04target/ppc: Remove env->immu_idx and env->dmmu_idxRichard Henderson1-1/+1
2021-05-04target/ppc: Extract post_load_update_msrRichard Henderson1-16/+14
2021-05-04target/ppc: Retain hflags_nmsr only for migrationRichard Henderson1-3/+6
2021-05-04target/ppc: Do not call hreg_compute_mem_idx after ppc_store_msrRichard Henderson1-6/+1
2021-05-04target/ppc: Properly sync cpu state with new msr in cpu_load_oldRichard Henderson1-2/+11
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster1-5/+5
2020-12-14target/ppc: Introduce an mmu_is_64bit() helperGreg Kurz1-2/+2
2020-10-28ppc/: fix some comment spelling errorszhaolichang1-1/+1
2020-10-09ppc: Fix return value in cpu_post_load() error pathGreg Kurz1-4/+5
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster1-1/+0
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-07-02target/ppc/machine: Add kvmppc_pvr_workaround_required() stubGreg Kurz1-2/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-04-26target/ppc: Style fixes for machine.cDavid Gibson1-43/+63
2019-03-12target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian...Mark Cave-Ayland1-4/+4
2019-02-18target/ppc: Use mtvscr/mfvscr for vmstateRichard Henderson1-3/+41
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland1-5/+67
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau1-6/+8
2018-05-29ppc: Rename 2.13 machines to 3.0Peter Maydell1-4/+4
2018-05-04target/ppc: always set PPC_MEM_TLBIE in pre 2.8 migration hackGreg Kurz1-0/+5
2018-04-27target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson1-3/+20
2018-04-10target/ppc: Fix backwards migration of msr_maskDavid Gibson1-1/+9
2017-11-30target-ppc: Don't invalidate non-supported msr bitsKurban Mallachiev1-2/+2
2017-11-27target/ppc: Fix setting of cpu->compat_pvr on incoming migrationSuraj Jitindar Singh1-1/+3
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-08-22target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaroundDaniel Henrique Barboza1-0/+22
2017-08-09ppc: fix double-free in cpu_post_load()Greg Kurz1-1/+0
2017-06-30ppc: Rework CPU compatibility testing across migrationDavid Gibson1-3/+66
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-4/+4