COMMITS
/ target/ppc/machine.c August 8, 2023
N
target/ppc: Fix CPU reservation migration for record-replay
Nicholas Piggin committed
N
target/ppc: Migrate DECR SPR
Nicholas Piggin committed
N
target/ppc: Implement watchpoint debug facility for v2.07S
Nicholas Piggin committed
N
target/ppc: Implement breakpoint debug facility for v2.07S
Nicholas Piggin committed
August 28, 2023
P
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé committed
May 30, 2023
N
target/ppc: Fix PMU hflags calculation
Nicholas Piggin committed
July 31, 2022
N
target/ppc: Fix host PVR matching for KVM
Nicholas Piggin committed
May 19, 2022
N
target/ppc: Implement lwsync with weaker memory ordering
Nicholas Piggin committed
May 4, 2022
V
target/ppc: Remove msr_ts macro
Víctor Colombo committed
March 2, 2022
D
target/ppc: make power8-pmu.c CONFIG_TCG only
Daniel Henrique Barboza committed
February 9, 2022
C
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater committed
January 18, 2022
P
Remove unnecessary minimum_version_id_old fields
Peter Maydell committed
C
target/ppc: Finish removal of 401/403 CPUs
Cédric Le Goater committed
C
target/ppc: Remove last user of .load_state_old
Cédric Le Goater committed
January 4, 2022
R
target/ppc: Cache per-pmc insn and cycle count settings
Richard Henderson committed
May 12, 2021
B
target/ppc: updated vscr manipulation in machine.c
Bruno Larsen (billionai) committed
March 23, 2021
R
target/ppc: Remove env->immu_idx and env->dmmu_idx
Richard Henderson committed
R
target/ppc: Extract post_load_update_msr
Richard Henderson committed
March 15, 2021
R
target/ppc: Retain hflags_nmsr only for migration
Richard Henderson committed
R
target/ppc: Do not call hreg_compute_mem_idx after ppc_store_msr
Richard Henderson committed
R
target/ppc: Properly sync cpu state with new msr in cpu_load_old
Richard Henderson committed
December 11, 2020
M
migration: Replace migration's JSON writer by the general one
Markus Armbruster committed
December 9, 2020
G
target/ppc: Introduce an mmu_is_64bit() helper
Greg Kurz committed
October 9, 2020
Z
ppc/: fix some comment spelling errors
zhaolichang committed
September 14, 2020
G
ppc: Fix return value in cpu_post_load() error path
Greg Kurz committed
August 12, 2019
M
Include hw/boards.h a bit less
Markus Armbruster committed
M
Include qemu/main-loop.h less
Markus Armbruster committed
M
Include hw/hw.h exactly where needed
Markus Armbruster committed
June 14, 2019
G
target/ppc/machine: Add kvmppc_pvr_workaround_required() stub
Greg Kurz committed
May 23, 2019
M
Include qemu-common.h exactly where needed
Markus Armbruster committed
March 21, 2019
D
target/ppc: Style fixes for machine.c
David Gibson committed
March 7, 2019
M
target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian order
Mark Cave-Ayland committed
February 15, 2019
R
target/ppc: Use mtvscr/mfvscr for vmstate
Richard Henderson committed
January 2, 2019
M
target/ppc: move FP and VMX registers into aligned vsr register array
Mark Cave-Ayland committed
November 14, 2018
M
vmstate: constify VMStateField
Marc-André Lureau committed
May 22, 2018
P
ppc: Rename 2.13 machines to 3.0
Peter Maydell committed
May 3, 2018
G
target/ppc: always set PPC_MEM_TLBIE in pre 2.8 migration hack
Greg Kurz committed
March 29, 2018
D
target/ppc: Fold slb_nr into PPCHash64Options
David Gibson committed
March 20, 2018
D
target/ppc: Fix backwards migration of msr_mask
David Gibson committed
November 29, 2017
K
target-ppc: Don't invalidate non-supported msr bits
Kurban Mallachiev committed
November 24, 2017
S
target/ppc: Fix setting of cpu->compat_pvr on incoming migration
Suraj Jitindar Singh committed
September 25, 2017
D
migration: pre_save return int
Dr. David Alan Gilbert committed
August 9, 2017
D
target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaround
Daniel Henrique Barboza committed
August 2, 2017
G
ppc: fix double-free in cpu_post_load()
Greg Kurz committed
June 2, 2017
D
ppc: Rework CPU compatibility testing across migration
David Gibson committed
June 23, 2017
H
vmstate: error hint for failed equal checks
Halil Pasic committed
February 23, 2017
D
target/ppc: Manage external HPT via virtual hypervisor
David Gibson committed
February 24, 2017
D
target/ppc: Eliminate htab_base and htab_mask variables
David Gibson committed
January 19, 2017
J
migration: extend VMStateInfo
Jianjun Duan committed
October 11, 2016
T
Move target-* CPU file into a target/ folder
Thomas Huth committed