Age | Commit message (Expand) | Author | Files | Lines |
2023-05-28 | target/ppc: Add POWER9 DD2.2 model | Nicholas Piggin | 3 | -3/+23 |
2023-05-28 | target/ppc: Merge COMPUTE_CLASS and COMPUTE_FPRF | Richard Henderson | 1 | -56/+22 |
2023-05-28 | target/ppc: Use SMT4 small core chip type in POWER9/10 PVRs | Nicholas Piggin | 1 | -3/+3 |
2023-05-28 | spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcall | Nicholas Piggin | 2 | -0/+13 |
2023-05-27 | target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward | Nicholas Piggin | 1 | -7/+10 |
2023-05-27 | target/ppc: Fix width of some 32-bit SPRs | Nicholas Piggin | 6 | -27/+27 |
2023-05-27 | target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAs | Richard Purdie | 2 | -13/+29 |
2023-05-23 | target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQ | Richard Henderson | 5 | -132/+11 |
2023-05-05 | tcg: ppc64: Fix mask generation for vextractdm | Shivaprasad G Bhat | 1 | -1/+1 |
2023-05-05 | ppc: spapr: cleanup cr get/set with helpers. | Harsh Prateek Bora | 5 | -34/+26 |
2023-04-09 | target/ppc: Fix temp usage in gen_op_arith_modw | Richard Henderson | 1 | -2/+2 |
2023-03-24 | target/ppc: Fix helper_pminsn() prototype | Cédric Le Goater | 1 | -1/+1 |
2023-03-13 | target/ppc: Avoid tcg_const_* in translate.c | Richard Henderson | 1 | -70/+72 |
2023-03-13 | target/ppc: Fix gen_tlbsx_booke206 | Richard Henderson | 1 | -4/+2 |
2023-03-13 | target/ppc: Rewrite trans_ADDG6S | Richard Henderson | 1 | -24/+26 |
2023-03-13 | target/ppc: Avoid tcg_const_* in power8-pmu-regs.c.inc | Richard Henderson | 1 | -2/+2 |
2023-03-13 | target/ppc: Avoid tcg_const_* in fp-impl.c.inc | Richard Henderson | 1 | -14/+12 |
2023-03-13 | target/ppc: Avoid tcg_const_* in vsx-impl.c.inc | Richard Henderson | 1 | -14/+14 |
2023-03-13 | target/ppc: Avoid tcg_const_* in xxeval | Richard Henderson | 1 | -3/+5 |
2023-03-13 | target/ppc: Avoid tcg_const_* in vmx-impl.c.inc | Richard Henderson | 1 | -5/+5 |
2023-03-13 | target/ppc: Avoid tcg_const_i64 in do_vcntmb | Richard Henderson | 1 | -10/+11 |
2023-03-13 | target/ppc: Avoid tcg_const_i64 in do_vector_shift_quad | Richard Henderson | 1 | -1/+3 |
2023-03-13 | target/ppc: Split out gen_vx_vmul10 | Richard Henderson | 1 | -46/+49 |
2023-03-13 | target/ppc: Remove `NB_MMU_MODES` define | Anton Johansson | 1 | -1/+0 |
2023-03-07 | gdbstub: move register helpers into standalone include | Alex Bennée | 2 | -1/+2 |
2023-03-05 | target/ppc: Drop tcg_temp_free | Richard Henderson | 9 | -1094/+7 |
2023-03-05 | accel/tcg: Remove translator_loop_temp_check | Richard Henderson | 1 | -2/+0 |
2023-03-03 | target/ppc/translate: Add dummy implementation for dcblc instruction | Bernhard Beschow | 1 | -0/+9 |
2023-03-02 | Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st... | Peter Maydell | 4 | -49/+53 |
2023-03-02 | target/ppc: Restrict 'qapi-commands-machine.h' to system emulation | Philippe Mathieu-Daudé | 4 | -49/+53 |
2023-03-01 | target/ppc: Don't use tcg_temp_local_new | Richard Henderson | 3 | -9/+9 |
2023-03-01 | accel/tcg: Pass max_insn to gen_intermediate_code by pointer | Richard Henderson | 1 | -1/+1 |
2023-02-27 | target/ppc: Fix warning with clang-15 | Pierrick Bouvier | 1 | -2/+2 |
2023-02-27 | target/ppc/kvm: Remove unused "sysbus.h" header | Philippe Mathieu-Daudé | 1 | -1/+0 |
2023-02-27 | target/ppc/internal: Restrict MMU declarations to sysemu | Philippe Mathieu-Daudé | 1 | -0/+5 |
2023-02-27 | target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-02-04 | target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX | Richard Henderson | 3 | -101/+47 |
2023-01-18 | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx | Philippe Mathieu-Daudé | 4 | -28/+28 |
2023-01-04 | target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_interrupt_exittb | Richard Henderson | 1 | -10/+4 |
2023-01-04 | target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interrupt | Richard Henderson | 1 | -10/+1 |
2022-12-21 | target/ppc: Check DEXCR on hash{st, chk} instructions | Nicholas Miehlbradt | 1 | -15/+43 |
2022-12-21 | target/ppc: Implement the DEXCR and HDEXCR | Nicholas Miehlbradt | 4 | -0/+64 |
2022-12-21 | target/ppc/mmu_common: Fix table layout of "info tlb" HMP command | Bernhard Beschow | 1 | -1/+1 |
2022-12-21 | target/ppc/mmu_common: Log which effective address had no TLB entry found | Bernhard Beschow | 1 | -1/+2 |
2022-12-21 | target/ppc/kvm: Add missing "cpu.h" and "exec/hwaddr.h" | Philippe Mathieu-Daudé | 1 | -0/+3 |
2022-12-16 | target/ppc: Convert to 3-phase reset | Peter Maydell | 2 | -6/+10 |
2022-11-17 | target/ppc: Fix build warnings when building with 'disable-tcg' | Vaibhav Jain | 2 | -0/+4 |
2022-11-01 | accel/tcg: Remove will_exit argument from cpu_restore_state | Richard Henderson | 1 | -1/+1 |
2022-10-29 | target/ppc: Fix regression in Radix MMU | Leandro Lupori | 1 | -8/+21 |
2022-10-28 | target/ppc: Increment PMC5 with inline insns | Leandro Lupori | 4 | -39/+67 |