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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-11-06
target/hppa: Fix trans_ds for hppa64
Richard Henderson
1
-11
/
+37
2023-11-06
target/hppa: Truncate rotate count in trans_shrpw_sar
Richard Henderson
1
-1
/
+4
2023-11-06
target/hppa: Fix load in do_load_32
Richard Henderson
1
-1
/
+1
2023-11-06
target/hppa: Fix hppa64 case in machine.c
Richard Henderson
1
-2
/
+2
2023-11-06
target/hppa: Remove load_const
Richard Henderson
1
-14
/
+7
2023-11-06
target/hppa: Remove get_temp_tl
Richard Henderson
1
-25
/
+3
2023-11-06
target/hppa: Remove get_temp
Richard Henderson
1
-45
/
+31
2023-11-06
target/hppa: Populate an interval tree with valid tlb entries
Richard Henderson
4
-71
/
+167
2023-11-06
target/hppa: Split out hppa_flush_tlb_range
Richard Henderson
1
-15
/
+24
2023-11-06
target/hppa: Always report one page to tlb_set_page
Richard Henderson
2
-4
/
+12
2023-11-06
target/hppa: Use IntervalTreeNode in HPPATLBEntry
Richard Henderson
3
-19
/
+23
2023-11-06
target/hppa: Rename hppa_tlb_entry to HPPATLBEntry
Richard Henderson
3
-22
/
+22
2023-11-06
target/hppa: Include PSW_P in tb flags and mmu index
Richard Henderson
4
-27
/
+30
2023-11-06
Merge tag 'pull-sp-20231105' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
15
-1381
/
+764
2023-11-06
Merge tag 'migration-20231103-pull-request' of https://gitlab.com/juan.quinte...
Stefan Hajnoczi
10
-70
/
+398
2023-11-06
Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...
Stefan Hajnoczi
5
-81
/
+134
2023-11-06
Merge tag 'pull-loongarch-20231103' of https://gitlab.com/gaosong/qemu into s...
Stefan Hajnoczi
9
-52
/
+318
2023-11-05
target/sparc: Check for invalid cond in gen_compare_reg
Richard Henderson
1
-19
/
+26
2023-11-05
target/sparc: Implement UDIV inline
Richard Henderson
2
-14
/
+56
2023-11-05
target/sparc: Implement UDIVX and SDIVX inline
Richard Henderson
4
-44
/
+97
2023-11-05
target/sparc: Discard cpu_cond at the end of each insn
Richard Henderson
1
-0
/
+27
2023-11-05
target/sparc: Record entire jump condition in DisasContext
Richard Henderson
1
-11
/
+16
2023-11-05
target/sparc: Merge gen_op_next_insn into only caller
Richard Henderson
1
-7
/
+2
2023-11-05
target/sparc: Pass displacement to advance_jump_cond
Richard Henderson
1
-7
/
+5
2023-11-05
target/sparc: Merge advance_jump_uncond_{never,always} into advance_jump_cond
Richard Henderson
1
-44
/
+30
2023-11-05
target/sparc: Merge gen_branch2 into advance_pc
Richard Henderson
1
-14
/
+14
2023-11-05
target/sparc: Do flush_cond in advance_jump_cond
Richard Henderson
1
-6
/
+4
2023-11-05
target/sparc: Always copy conditions into a new temporary
Richard Henderson
1
-1
/
+2
2023-11-05
target/sparc: Change DisasCompare.c2 to int
Richard Henderson
1
-15
/
+18
2023-11-05
target/sparc: Remove DisasCompare.is_bool
Richard Henderson
1
-15
/
+7
2023-11-05
target/sparc: Remove CC_OP leftovers
Richard Henderson
10
-178
/
+26
2023-11-05
target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTV
Richard Henderson
4
-200
/
+32
2023-11-05
target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUB
Richard Henderson
3
-261
/
+42
2023-11-05
target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD
Richard Henderson
3
-255
/
+87
2023-11-05
target/sparc: Remove CC_OP_DIV
Richard Henderson
5
-110
/
+93
2023-11-05
target/sparc: Remove CC_OP_LOGIC
Richard Henderson
3
-53
/
+28
2023-11-05
target/sparc: Split psr and xcc into components
Richard Henderson
7
-270
/
+289
2023-11-05
target/sparc: Introduce cpu_put_psr_icc
Richard Henderson
3
-2
/
+8
2023-11-03
migration: Unlock mutex in error case
Juan Quintela
1
-52
/
+52
2023-11-03
docs/migration: Add the dirty limit section
Hyman Huang
1
-0
/
+71
2023-11-03
tests/migration: Introduce dirty-limit into guestperf
Hyman Huang
5
-4
/
+81
2023-11-03
tests/migration: Introduce dirty-ring-size option into guestperf
Hyman Huang
3
-4
/
+16
2023-11-03
tests: Add migration dirty-limit capability test
Hyman Huang
1
-0
/
+164
2023-11-03
system/dirtylimit: Drop the reduplicative check
Hyman Huang
1
-4
/
+0
2023-11-03
system/dirtylimit: Fix a race situation
Hyman Huang
1
-6
/
+14
2023-11-03
linux-user/loongarch64: Add LASX sigcontext save/restore
Song Gao
1
-6
/
+62
2023-11-03
linux-user/loongarch64: Add LSX sigcontext save/restore
Song Gao
1
-20
/
+87
2023-11-03
linux-user/loongarch64: Use abi_{ulong,uint} types
Song Gao
1
-12
/
+12
2023-11-03
linux-user/loongarch64: setup_sigframe() set 'end' context size 0
Song Gao
1
-1
/
+1
2023-11-03
linux-user/loongarch64: Fix setup_extcontext alloc wrong fpu_context size
Song Gao
1
-1
/
+1
[prev]
[next]