| Commit message (Expand) | Author | Age | Files | Lines |
* | target/ppc: Implement lwsync with weaker memory ordering | Nicholas Piggin | 2022-05-26 | 1 | -1/+2 |
* | target/ppc: Remove msr_ts macro | Víctor Colombo | 2022-05-05 | 1 | -1/+1 |
* | target/ppc: make power8-pmu.c CONFIG_TCG only | Daniel Henrique Barboza | 2022-03-02 | 1 | -1/+5 |
* | target/ppc: Remove PowerPC 601 CPUs | Cédric Le Goater | 2022-02-09 | 1 | -3/+2 |
* | Remove unnecessary minimum_version_id_old fields | Peter Maydell | 2022-01-28 | 1 | -2/+0 |
* | target/ppc: Finish removal of 401/403 CPUs | Cédric Le Goater | 2022-01-18 | 1 | -24/+0 |
* | target/ppc: Remove last user of .load_state_old | Cédric Le Goater | 2022-01-18 | 1 | -112/+0 |
* | target/ppc: Cache per-pmc insn and cycle count settings | Richard Henderson | 2022-01-04 | 1 | -0/+2 |
* | target/ppc: updated vscr manipulation in machine.c | Bruno Larsen (billionai) | 2021-05-19 | 1 | -4/+3 |
* | target/ppc: Remove env->immu_idx and env->dmmu_idx | Richard Henderson | 2021-05-04 | 1 | -1/+1 |
* | target/ppc: Extract post_load_update_msr | Richard Henderson | 2021-05-04 | 1 | -16/+14 |
* | target/ppc: Retain hflags_nmsr only for migration | Richard Henderson | 2021-05-04 | 1 | -3/+6 |
* | target/ppc: Do not call hreg_compute_mem_idx after ppc_store_msr | Richard Henderson | 2021-05-04 | 1 | -6/+1 |
* | target/ppc: Properly sync cpu state with new msr in cpu_load_old | Richard Henderson | 2021-05-04 | 1 | -2/+11 |
* | migration: Replace migration's JSON writer by the general one | Markus Armbruster | 2020-12-19 | 1 | -5/+5 |
* | target/ppc: Introduce an mmu_is_64bit() helper | Greg Kurz | 2020-12-14 | 1 | -2/+2 |
* | ppc/: fix some comment spelling errors | zhaolichang | 2020-10-27 | 1 | -1/+1 |
* | ppc: Fix return value in cpu_post_load() error path | Greg Kurz | 2020-10-09 | 1 | -4/+5 |
* | Include hw/boards.h a bit less | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include qemu/main-loop.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | target/ppc/machine: Add kvmppc_pvr_workaround_required() stub | Greg Kurz | 2019-07-02 | 1 | -2/+0 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | target/ppc: Style fixes for machine.c | David Gibson | 2019-04-26 | 1 | -43/+63 |
* | target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian... | Mark Cave-Ayland | 2019-03-12 | 1 | -4/+4 |
* | target/ppc: Use mtvscr/mfvscr for vmstate | Richard Henderson | 2019-02-18 | 1 | -3/+41 |
* | target/ppc: move FP and VMX registers into aligned vsr register array | Mark Cave-Ayland | 2019-01-08 | 1 | -5/+67 |
* | vmstate: constify VMStateField | Marc-André Lureau | 2018-11-27 | 1 | -6/+8 |
* | ppc: Rename 2.13 machines to 3.0 | Peter Maydell | 2018-05-29 | 1 | -4/+4 |
* | target/ppc: always set PPC_MEM_TLBIE in pre 2.8 migration hack | Greg Kurz | 2018-05-04 | 1 | -0/+5 |
* | target/ppc: Fold slb_nr into PPCHash64Options | David Gibson | 2018-04-27 | 1 | -3/+20 |
* | target/ppc: Fix backwards migration of msr_mask | David Gibson | 2018-04-10 | 1 | -1/+9 |
* | target-ppc: Don't invalidate non-supported msr bits | Kurban Mallachiev | 2017-11-30 | 1 | -2/+2 |
* | target/ppc: Fix setting of cpu->compat_pvr on incoming migration | Suraj Jitindar Singh | 2017-11-27 | 1 | -1/+3 |
* | migration: pre_save return int | Dr. David Alan Gilbert | 2017-09-27 | 1 | -1/+3 |
* | target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaround | Daniel Henrique Barboza | 2017-08-22 | 1 | -0/+22 |
* | ppc: fix double-free in cpu_post_load() | Greg Kurz | 2017-08-09 | 1 | -1/+0 |
* | ppc: Rework CPU compatibility testing across migration | David Gibson | 2017-06-30 | 1 | -3/+66 |
* | vmstate: error hint for failed equal checks | Halil Pasic | 2017-06-28 | 1 | -4/+4 |
* | target/ppc: Manage external HPT via virtual hypervisor | David Gibson | 2017-03-01 | 1 | -2/+2 |
* | target/ppc: Eliminate htab_base and htab_mask variables | David Gibson | 2017-03-01 | 1 | -1/+0 |
* | migration: extend VMStateInfo | Jianjun Duan | 2017-01-24 | 1 | -4/+8 |
* | Move target-* CPU file into a target/ folder | Thomas Huth | 2016-12-20 | 1 | -0/+615 |