index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-05
tcg: Remove target-specific headers from tcg.[ch]
Richard Henderson
5
-4
/
+4
2023-06-05
tcg: Move env defines out of NEED_CPU_H in helper-head.h
Richard Henderson
1
-3
/
+3
2023-06-05
tcg: Fix PAGE/PROT confusion
Richard Henderson
1
-5
/
+13
2023-06-05
accel/tcg: Tidy includes for translator.[ch]
Richard Henderson
2
-10
/
+4
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
accel/tcg: Move translator_fake_ldb out of line
Richard Henderson
2
-7
/
+6
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
33
-269
/
+117
2023-06-05
accel/tcg: Move most of gen-icount.h into translator.c
Richard Henderson
2
-80
/
+82
2023-06-05
include/exec: Remove CODE_GEN_AVG_BLOCK_SIZE
Richard Henderson
1
-10
/
+0
2023-06-05
tcg: Spit out exec/translation-block.h
Richard Henderson
3
-132
/
+151
2023-06-05
exec-all: Widen TranslationBlock pc and cs_base to 64-bits
Richard Henderson
2
-3
/
+3
2023-06-05
exec-all: Widen tb_page_addr_t for user-only
Richard Henderson
1
-2
/
+2
2023-06-05
tcg: Remove NO_CPU_IO_DEFS
Richard Henderson
4
-11
/
+0
2023-06-05
tcg: Split tcg/tcg-op-gvec.h
Richard Henderson
3
-435
/
+437
2023-06-05
tcg: Move TLB_FLAGS_MASK check out of get_alignment_bits
Richard Henderson
3
-6
/
+19
2023-06-05
tcg: Add guest_mo to TCGContext
Richard Henderson
3
-3
/
+7
2023-06-05
tcg: Add insn_start_words to TCGContext
Richard Henderson
9
-30
/
+58
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
10
-70
/
+102
2023-06-05
tcg: Split helper-gen.h
Richard Henderson
6
-103
/
+129
2023-06-05
tcg: Split tcg_gen_callN
Richard Henderson
3
-22
/
+86
2023-06-05
tcg: Move temp_idx and tcgv_i32_temp debug out of line
Richard Henderson
2
-14
/
+35
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
31
-177
/
+284
2023-06-05
tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.h
Richard Henderson
2
-46
/
+60
2023-06-05
tcg: Remove outdated comments in helper-head.h
Richard Henderson
1
-15
/
+3
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: Split tcg/tcg-op-common.h from tcg/tcg-op.h
Richard Henderson
9
-1008
/
+1007
2023-06-05
tcg: Move TCGv, dup_const_tl definitions to tcg-op.h
Richard Henderson
3
-20
/
+15
2023-06-05
tcg: Split out tcg/oversized-guest.h
Richard Henderson
7
-11
/
+28
2023-06-05
target/arm: Fix test of TCG_OVERSIZED_GUEST
Richard Henderson
1
-1
/
+6
2023-06-05
tcg: Split out tcg-target-reg-bits.h
Richard Henderson
18
-59
/
+162
2023-06-05
*: Add missing includes of tcg/tcg.h
Richard Henderson
5
-2
/
+7
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-06-05
tcg: Add tlb_fast_offset to TCGContext
Richard Henderson
14
-66
/
+110
2023-06-05
tcg: Widen CPUTLBEntry comparators to 64-bits
Richard Henderson
11
-51
/
+67
2023-06-05
tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h
Richard Henderson
3
-8
/
+9
2023-06-05
tcg/sparc64: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
1
-3
/
+4
2023-06-05
tcg/s390x: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
1
-4
/
+5
2023-06-05
tcg/riscv: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
1
-6
/
+7
2023-06-05
tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
1
-10
/
+11
2023-06-05
Merge tag 'pull-block-2023-06-05' of https://gitlab.com/hreitz/qemu into staging
Richard Henderson
11
-151
/
+523
2023-06-05
Merge tag 'qemu-sparc-20230605' of https://github.com/mcayland/qemu into staging
Richard Henderson
6
-18
/
+6
2023-06-05
qcow2: add discard-no-unref option
Jean-Louis Dupond
5
-4
/
+73
2023-06-05
parallels: Incorrect condition in out-of-image check
Alexander Ivanov
1
-1
/
+1
[next]