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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-05
exec/poison: Do not poison CONFIG_SOFTMMU
Richard Henderson
1
-1
/
+0
2023-06-05
plugins: Drop unused headers from exec/plugin-gen.h
Richard Henderson
1
-2
/
+0
2023-06-05
plugins: Move plugin_insn_append to translator.c
Richard Henderson
1
-22
/
+0
2023-06-05
tcg: Remove target-specific headers from tcg.[ch]
Richard Henderson
1
-1
/
+0
2023-06-05
tcg: Move env defines out of NEED_CPU_H in helper-head.h
Richard Henderson
1
-3
/
+3
2023-06-05
accel/tcg: Tidy includes for translator.[ch]
Richard Henderson
1
-5
/
+1
2023-06-05
accel/tcg: Move translator_fake_ldb out of line
Richard Henderson
1
-7
/
+1
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
2
-6
/
+10
2023-06-05
accel/tcg: Move most of gen-icount.h into translator.c
Richard Henderson
1
-78
/
+1
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
2
-131
/
+150
2023-06-05
exec-all: Widen TranslationBlock pc and cs_base to 64-bits
Richard Henderson
1
-2
/
+2
2023-06-05
exec-all: Widen tb_page_addr_t for user-only
Richard Henderson
1
-2
/
+2
2023-06-05
tcg: Split tcg/tcg-op-gvec.h
Richard Henderson
2
-434
/
+436
2023-06-05
tcg: Move TLB_FLAGS_MASK check out of get_alignment_bits
Richard Henderson
2
-4
/
+3
2023-06-05
tcg: Add guest_mo to TCGContext
Richard Henderson
1
-0
/
+1
2023-06-05
tcg: Add insn_start_words to TCGContext
Richard Henderson
4
-14
/
+26
2023-06-05
tcg: Split helper-proto.h
Richard Henderson
4
-65
/
+96
2023-06-05
tcg: Split helper-gen.h
Richard Henderson
4
-98
/
+125
2023-06-05
tcg: Split tcg_gen_callN
Richard Henderson
2
-21
/
+33
2023-06-05
tcg: Move temp_idx and tcgv_i32_temp debug out of line
Richard Henderson
1
-14
/
+16
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
6
-104
/
+145
2023-06-05
tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.h
Richard Henderson
1
-0
/
+59
2023-06-05
tcg: Remove outdated comments in helper-head.h
Richard Henderson
1
-15
/
+3
2023-06-05
tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h
Richard Henderson
2
-1000
/
+1000
2023-06-05
tcg: Move TCGv, dup_const_tl definitions to tcg-op.h
Richard Henderson
2
-20
/
+14
2023-06-05
tcg: Split out tcg/oversized-guest.h
Richard Henderson
3
-11
/
+24
2023-06-05
tcg: Split out tcg-target-reg-bits.h
Richard Henderson
1
-11
/
+1
2023-06-05
tcg: Add tlb_fast_offset to TCGContext
Richard Henderson
3
-38
/
+58
2023-06-05
tcg: Widen CPUTLBEntry comparators to 64-bits
Richard Henderson
2
-30
/
+26
2023-06-05
tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h
Richard Henderson
2
-7
/
+8
2023-06-05
Merge tag 'pull-block-2023-06-05' of https://gitlab.com/hreitz/qemu into staging
Richard Henderson
1
-5
/
+3
2023-06-05
Merge tag 'qemu-sparc-20230605' of https://github.com/mcayland/qemu into staging
Richard Henderson
1
-1
/
+0
2023-06-05
util/iov: Remove qemu_iovec_init_extended()
Hanna Czenczek
1
-5
/
+0
2023-06-05
util/iov: Make qiov_slice() public
Hanna Czenczek
1
-0
/
+3
2023-06-05
hw/arm/omap: Remove unused omap_uart_attach()
Bernhard Beschow
1
-1
/
+0
2023-06-05
hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxes
Jiaxun Yang
1
-1
/
+3
2023-06-02
cutils: Adjust signature of parse_uint[_full]
Eric Blake
1
-3
/
+2
2023-06-02
runstate: drop unused runstate_store()
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2023-06-02
migration: never fail in global_state_store()
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2023-06-02
runstate: add runstate_get()
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2023-06-01
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Richard Henderson
4
-38
/
+3
2023-06-01
accel/tcg: include cs_base in our hash calculations
Alex Bennée
1
-6
/
+17
2023-06-01
tcg: remove the final vestiges of dstate
Alex Bennée
2
-8
/
+0
2023-06-01
*-user: remove the guest_user_syscall tracepoints
Alex Bennée
1
-4
/
+0
2023-06-01
block: remove bdrv_co_io_plug() API
Stefan Hajnoczi
2
-14
/
+0
2023-06-01
block/linux-aio: convert to blk_io_plug_call() API
Stefan Hajnoczi
1
-7
/
+0
2023-06-01
block/io_uring: convert to blk_io_plug_call() API
Stefan Hajnoczi
1
-7
/
+0
2023-06-01
block: add blk_io_plug_call() API
Stefan Hajnoczi
1
-10
/
+3
2023-05-30
Merge tag 'pull-tcg-20230530' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
1
-2
/
+2
[next]