aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-06Revert "tests/requirements.txt: bump up avocado-framework version to 101.0"Paolo Bonzini2-12/+8
2023-06-06scsi/qemu-pr-helper: Drop support for 'old' libmultipath APIPhilippe Mathieu-Daudé2-21/+2
2023-06-06meson.build: Use -Wno-undef only for SDL2 versions that need itThomas Huth1-4/+10
2023-06-06meson.build: Group the audio backend entries in a separate summary sectionThomas Huth1-14/+18
2023-06-06meson.build: Group the network backend entries in a separate summary sectionThomas Huth1-4/+8
2023-06-06meson.build: Group the UI entries in a separate summary sectionThomas Huth1-14/+20
2023-06-06scripts: remove dead filePaolo Bonzini1-35/+0
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini11-46/+20
2023-06-06meson: Avoid implicit declaration of absent functionsMichal Privoznik1-21/+5
2023-06-05Merge tag 'pull-tcg-20230605' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson135-2778/+3084
2023-06-05tcg/tcg-op-vec: Remove left over _link_error() definitionsPhilippe Mathieu-Daudé1-11/+0
2023-06-05accel/tcg: Unmap perf_markerIlya Leoshkevich1-2/+9
2023-06-05tcg: Build once for system and once for user-onlyRichard Henderson1-3/+27
2023-06-05exec/poison: Do not poison CONFIG_SOFTMMURichard Henderson2-3/+3
2023-06-05plugins: Drop unused headers from exec/plugin-gen.hRichard Henderson1-2/+0
2023-06-05plugins: Move plugin_insn_append to translator.cRichard Henderson2-22/+21
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