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