Age | Commit message (Expand) | Author | Files | Lines |
2023-06-06 | atomics: eliminate mb_read/mb_set | Paolo Bonzini | 1 | -1/+1 |
2023-06-05 | target/arm: Add missing include of exec/exec-all.h | Richard Henderson | 1 | -0/+1 |
2023-06-05 | target/*: Add missing includes of exec/translation-block.h | Richard Henderson | 3 | -2/+3 |
2023-06-05 | target/mips: Tidy helpers for translation | Richard Henderson | 9 | -27/+8 |
2023-06-05 | target/arm: Tidy helpers for translation | Richard Henderson | 9 | -46/+9 |
2023-06-05 | target/ppc: Inline gen_icount_io_start() | Philippe Mathieu-Daudé | 3 | -40/+35 |
2023-06-05 | accel/tcg: Introduce translator_io_start | Richard Henderson | 29 | -260/+82 |
2023-06-05 | tcg: Remove NO_CPU_IO_DEFS | Richard Henderson | 2 | -4/+0 |
2023-06-05 | tcg: Add insn_start_words to TCGContext | Richard Henderson | 2 | -2/+2 |
2023-06-05 | target/sh4: Emit insn_start for each insn in gUSA region | Richard Henderson | 1 | -3/+12 |
2023-06-05 | tcg: Split helper-proto.h | Richard Henderson | 2 | -0/+2 |
2023-06-05 | tcg: Split helper-gen.h | Richard Henderson | 1 | -5/+3 |
2023-06-05 | tcg: Pass TCGHelperInfo to tcg_gen_callN | Richard Henderson | 21 | -2/+88 |
2023-06-05 | target/hexagon: Include helper-gen.h where needed | Richard Henderson | 3 | -1/+4 |
2023-06-05 | target/arm: Include helper-gen.h in translator.h | Richard Henderson | 5 | -7/+1 |
2023-06-05 | tcg: Move TCGv, dup_const_tl definitions to tcg-op.h | Richard Henderson | 1 | -0/+1 |
2023-06-05 | tcg: Split out tcg/oversized-guest.h | Richard Henderson | 2 | -0/+2 |
2023-06-05 | target/arm: Fix test of TCG_OVERSIZED_GUEST | Richard Henderson | 1 | -1/+6 |
2023-06-05 | *: Add missing includes of tcg/tcg.h | Richard Henderson | 2 | -0/+4 |
2023-06-05 | target/*: Add missing includes of tcg/debug-assert.h | Richard Henderson | 4 | -0/+4 |
2023-06-05 | target/avr: Add missing includes of qemu/error-report.h | Richard Henderson | 1 | -0/+1 |
2023-05-30 | target/arm: Explain why we need to select ARM_V7M | Fabiano Rosas | 1 | -0/+3 |
2023-05-30 | target/arm: Explicitly select short-format FSR for M-profile | Peter Maydell | 1 | -2/+11 |
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-26 | Merge tag 'pull-hex-20230526' of https://github.com/quic/qemu into staging | Richard Henderson | 10 | -89/+87 |
2023-05-26 | Hexagon: fix outdated `hex_new_*` comments | Matheus Tavares Bernardino | 2 | -15/+13 |
2023-05-26 | target/hexagon/*.py: clean up used 'toss' and 'numregs' vars | Matheus Tavares Bernardino | 7 | -70/+70 |
2023-05-26 | Hexagon (target/hexagon) Fix assignment to tmp registers | Marco Liebel | 1 | -4/+4 |
2023-05-26 | target/loongarch: Fix the vinsgr2vr/vpickve2gr instructions cause system core... | Song Gao | 1 | -13/+26 |
2023-05-26 | target/loongarch: Fix LD/ST{LE/GT} instructions get wrong CSR_ERA and CSR_BADV | Song Gao | 2 | -3/+5 |
2023-05-25 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson | 1 | -0/+10 |
2023-05-25 | target/i386: EPYC-Rome model without XSAVES | Maksim Davydov | 1 | -0/+10 |
2023-05-23 | tcg: Remove DEBUG_DISAS | Richard Henderson | 2 | -4/+0 |
2023-05-23 | qemu/atomic128: Split atomic16_read | Richard Henderson | 1 | -1/+1 |
2023-05-23 | target/s390x: Always use cpu_atomic_cmpxchgl_be_mmu in do_csst | Richard Henderson | 1 | -7/+1 |
2023-05-23 | target/s390x: Use cpu_{ld,st}*_mmu in do_csst | Richard Henderson | 1 | -39/+27 |
2023-05-23 | accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmu | Richard Henderson | 2 | -17/+5 |
2023-05-23 | target/s390x: Use tcg_gen_qemu_{ld,st}_i128 for LPQ, STPQ | Richard Henderson | 5 | -91/+9 |
2023-05-23 | target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQ | Richard Henderson | 5 | -132/+11 |
2023-05-19 | Revert "arm/kvm: add support for MTE" | Peter Maydell | 5 | -68/+4 |
2023-05-18 | Merge tag 'pull-hex-20230518-1' of https://github.com/quic/qemu into staging | Richard Henderson | 35 | -421/+1646 |
2023-05-18 | Hexagon (gdbstub): add HVX support | Taylor Simpson | 3 | -0/+76 |
2023-05-18 | Hexagon (gdbstub): fix p3:0 read and write via stub | Brian Cain | 1 | -0/+16 |
2023-05-18 | Hexagon: add core gdbstub xml data for LLDB | Matheus Tavares Bernardino | 1 | -1/+2 |