aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-06meson: subprojects: replace berkeley-{soft,test}float-3 with wrapsPaolo Bonzini12-581/+590
2023-06-06pc-bios/s390-ccw: always build network bootloaderPaolo Bonzini1-5/+0
2023-06-06configure: move SLOF submodule handling to pc-bios/s390-ccwPaolo Bonzini3-5/+15
2023-06-06meson: subprojects: replace submodules with wrap filesPaolo Bonzini13-70/+63
2023-06-06build: log submodule update from git-submodule.shPaolo Bonzini2-8/+12
2023-06-06git-submodule: allow partial update of .git-submodule-statusPaolo Bonzini1-12/+14
2023-06-06configure: rename --enable-pypi to --enable-download, control subprojects tooPaolo Bonzini4-16/+18
2023-06-06configure: remove --with-git= optionPaolo Bonzini5-19/+13
2023-06-06mkvenv: always pass locally-installed packages to pipPaolo Bonzini1-2/+74
2023-06-06tests: Use separate virtual environment for avocadoPaolo Bonzini8-29/+28
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