aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-05tcg: Remove target-specific headers from tcg.[ch]Richard Henderson5-4/+4
2023-06-05tcg: Move env defines out of NEED_CPU_H in helper-head.hRichard Henderson1-3/+3
2023-06-05tcg: Fix PAGE/PROT confusionRichard Henderson1-5/+13
2023-06-05accel/tcg: Tidy includes for translator.[ch]Richard Henderson2-10/+4
2023-06-05target/arm: Add missing include of exec/exec-all.hRichard Henderson1-0/+1
2023-06-05target/*: Add missing includes of exec/translation-block.hRichard Henderson3-2/+3
2023-06-05target/mips: Tidy helpers for translationRichard Henderson9-27/+8
2023-06-05target/arm: Tidy helpers for translationRichard Henderson9-46/+9
2023-06-05accel/tcg: Move translator_fake_ldb out of lineRichard Henderson2-7/+6
2023-06-05target/ppc: Inline gen_icount_io_start()Philippe Mathieu-Daudé3-40/+35
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson33-269/+117
2023-06-05accel/tcg: Move most of gen-icount.h into translator.cRichard Henderson2-80/+82
2023-06-05include/exec: Remove CODE_GEN_AVG_BLOCK_SIZERichard Henderson1-10/+0
2023-06-05tcg: Spit out exec/translation-block.hRichard Henderson3-132/+151
2023-06-05exec-all: Widen TranslationBlock pc and cs_base to 64-bitsRichard Henderson2-3/+3
2023-06-05exec-all: Widen tb_page_addr_t for user-onlyRichard Henderson1-2/+2
2023-06-05tcg: Remove NO_CPU_IO_DEFSRichard Henderson4-11/+0
2023-06-05tcg: Split tcg/tcg-op-gvec.hRichard Henderson3-435/+437
2023-06-05tcg: Move TLB_FLAGS_MASK check out of get_alignment_bitsRichard Henderson3-6/+19
2023-06-05tcg: Add guest_mo to TCGContextRichard Henderson3-3/+7
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson9-30/+58
2023-06-05target/sh4: Emit insn_start for each insn in gUSA regionRichard Henderson1-3/+12
2023-06-05tcg: Split helper-proto.hRichard Henderson10-70/+102
2023-06-05tcg: Split helper-gen.hRichard Henderson6-103/+129
2023-06-05tcg: Split tcg_gen_callNRichard Henderson3-22/+86
2023-06-05tcg: Move temp_idx and tcgv_i32_temp debug out of lineRichard Henderson2-14/+35
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson31-177/+284
2023-06-05tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.hRichard Henderson2-46/+60
2023-06-05tcg: Remove outdated comments in helper-head.hRichard Henderson1-15/+3
2023-06-05target/hexagon: Include helper-gen.h where neededRichard Henderson3-1/+4
2023-06-05target/arm: Include helper-gen.h in translator.hRichard Henderson5-7/+1
2023-06-05tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.hRichard Henderson9-1008/+1007
2023-06-05tcg: Move TCGv, dup_const_tl definitions to tcg-op.hRichard Henderson3-20/+15
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson7-11/+28
2023-06-05target/arm: Fix test of TCG_OVERSIZED_GUESTRichard Henderson1-1/+6
2023-06-05tcg: Split out tcg-target-reg-bits.hRichard Henderson18-59/+162
2023-06-05*: Add missing includes of tcg/tcg.hRichard Henderson5-2/+7
2023-06-05target/*: Add missing includes of tcg/debug-assert.hRichard Henderson4-0/+4
2023-06-05target/avr: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson14-66/+110
2023-06-05tcg: Widen CPUTLBEntry comparators to 64-bitsRichard Henderson11-51/+67
2023-06-05tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.hRichard Henderson3-8/+9
2023-06-05tcg/sparc64: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-3/+4
2023-06-05tcg/s390x: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-4/+5
2023-06-05tcg/riscv: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-6/+7
2023-06-05tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-10/+11
2023-06-05Merge tag 'pull-block-2023-06-05' of https://gitlab.com/hreitz/qemu into stagingRichard Henderson11-151/+523
2023-06-05Merge tag 'qemu-sparc-20230605' of https://github.com/mcayland/qemu into stagingRichard Henderson6-18/+6
2023-06-05qcow2: add discard-no-unref optionJean-Louis Dupond5-4/+73
2023-06-05parallels: Incorrect condition in out-of-image checkAlexander Ivanov1-1/+1