index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
machine.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
target/ppc: Fix migration of CPUs with TLB_EMB TLB type
Arman Nabiev
1
-1
/
+1
2024-05-24
target/ppc: Add migration support for BHRB
Glenn Miles
1
-0
/
+21
2024-05-24
target/ppc: Add new hflags to support BHRB
Glenn Miles
1
-1
/
+1
2023-12-29
target/ppc: Constify VMState in machine.c
Richard Henderson
1
-16
/
+16
2023-09-06
target/ppc: Fix CPU reservation migration for record-replay
Nicholas Piggin
1
-2
/
+24
2023-09-06
target/ppc: Migrate DECR SPR
Nicholas Piggin
1
-0
/
+14
2023-09-06
target/ppc: Implement watchpoint debug facility for v2.07S
Nicholas Piggin
1
-0
/
+1
2023-09-06
target/ppc: Implement breakpoint debug facility for v2.07S
Nicholas Piggin
1
-0
/
+4
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-06-10
target/ppc: Fix PMU hflags calculation
Nicholas Piggin
1
-4
/
+4
2022-08-30
target/ppc: Fix host PVR matching for KVM
Nicholas Piggin
1
-1
/
+1
2022-05-26
target/ppc: Implement lwsync with weaker memory ordering
Nicholas Piggin
1
-1
/
+2
2022-05-05
target/ppc: Remove msr_ts macro
Víctor Colombo
1
-1
/
+1
2022-03-02
target/ppc: make power8-pmu.c CONFIG_TCG only
Daniel Henrique Barboza
1
-1
/
+5
2022-02-09
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
1
-3
/
+2
2022-01-28
Remove unnecessary minimum_version_id_old fields
Peter Maydell
1
-2
/
+0
2022-01-18
target/ppc: Finish removal of 401/403 CPUs
Cédric Le Goater
1
-24
/
+0
2022-01-18
target/ppc: Remove last user of .load_state_old
Cédric Le Goater
1
-112
/
+0
2022-01-04
target/ppc: Cache per-pmc insn and cycle count settings
Richard Henderson
1
-0
/
+2
2021-05-19
target/ppc: updated vscr manipulation in machine.c
Bruno Larsen (billionai)
1
-4
/
+3
2021-05-04
target/ppc: Remove env->immu_idx and env->dmmu_idx
Richard Henderson
1
-1
/
+1
2021-05-04
target/ppc: Extract post_load_update_msr
Richard Henderson
1
-16
/
+14
2021-05-04
target/ppc: Retain hflags_nmsr only for migration
Richard Henderson
1
-3
/
+6
2021-05-04
target/ppc: Do not call hreg_compute_mem_idx after ppc_store_msr
Richard Henderson
1
-6
/
+1
2021-05-04
target/ppc: Properly sync cpu state with new msr in cpu_load_old
Richard Henderson
1
-2
/
+11
2020-12-19
migration: Replace migration's JSON writer by the general one
Markus Armbruster
1
-5
/
+5
2020-12-14
target/ppc: Introduce an mmu_is_64bit() helper
Greg Kurz
1
-2
/
+2
2020-10-28
ppc/: fix some comment spelling errors
zhaolichang
1
-1
/
+1
2020-10-09
ppc: Fix return value in cpu_post_load() error path
Greg Kurz
1
-4
/
+5
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-07-02
target/ppc/machine: Add kvmppc_pvr_workaround_required() stub
Greg Kurz
1
-2
/
+0
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-04-26
target/ppc: Style fixes for machine.c
David Gibson
1
-43
/
+63
2019-03-12
target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian...
Mark Cave-Ayland
1
-4
/
+4
2019-02-18
target/ppc: Use mtvscr/mfvscr for vmstate
Richard Henderson
1
-3
/
+41
2019-01-09
target/ppc: move FP and VMX registers into aligned vsr register array
Mark Cave-Ayland
1
-5
/
+67
2018-11-27
vmstate: constify VMStateField
Marc-André Lureau
1
-6
/
+8
2018-05-29
ppc: Rename 2.13 machines to 3.0
Peter Maydell
1
-4
/
+4
2018-05-04
target/ppc: always set PPC_MEM_TLBIE in pre 2.8 migration hack
Greg Kurz
1
-0
/
+5
2018-04-27
target/ppc: Fold slb_nr into PPCHash64Options
David Gibson
1
-3
/
+20
2018-04-10
target/ppc: Fix backwards migration of msr_mask
David Gibson
1
-1
/
+9
2017-11-30
target-ppc: Don't invalidate non-supported msr bits
Kurban Mallachiev
1
-2
/
+2
2017-11-27
target/ppc: Fix setting of cpu->compat_pvr on incoming migration
Suraj Jitindar Singh
1
-1
/
+3
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+3
2017-08-22
target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaround
Daniel Henrique Barboza
1
-0
/
+22
2017-08-09
ppc: fix double-free in cpu_post_load()
Greg Kurz
1
-1
/
+0
2017-06-30
ppc: Rework CPU compatibility testing across migration
David Gibson
1
-3
/
+66
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
1
-4
/
+4
[next]