aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-06hw: arm: allwinner-r40: Add i2c0 deviceqianfan Zhao2-1/+13
2023-06-06hw: allwinner-r40: Complete uart devicesqianfan Zhao2-3/+39
2023-06-06hw/arm/allwinner-r40: add Clock Control Unitqianfan Zhao5-1/+284
2023-06-06hw: arm: Add bananapi M2-Ultra and allwinner-r40 supportqianfan Zhao5-0/+665
2023-06-06tests/qtest: Introduce tests for Xilinx VERSAL CANFD controllerVikram Garhwal2-0/+424
2023-06-06MAINTAINERS: Include canfd tests under Xilinx CANVikram Garhwal1-1/+1
2023-06-06xlnx-versal: Connect Xilinx VERSAL CANFD controllersVikram Garhwal4-0/+133
2023-06-06hw/net/can: Introduce Xilinx Versal CANFD controllerVikram Garhwal4-0/+2202
2023-06-06hvf: add guest debugging handlers for Apple Silicon hostsFrancesco Cagnin7-2/+520
2023-06-06hvf: add breakpoint handlersFrancesco Cagnin6-0/+236
2023-06-06hvf: handle access for more registersFrancesco Cagnin1-0/+213
2023-06-06arm: move KVM breakpoints helpersFrancesco Cagnin4-277/+305
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