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
path:
root
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-06
target/i386: Fix wrong count setting
Yang Zhong
1
-1
/
+1
2022-06-06
target/i386/tcg: Fix masking of real-mode addresses with A20 bit
Stephen Michael Jothen
1
-1
/
+3
2022-06-03
target/s390x: kvm: Honor storage keys during emulation
Janis Schoetterl-Glausch
1
-0
/
+9
2022-06-02
s390: Typo fix FLOATING_POINT_SUPPPORT_ENH
Dr. David Alan Gilbert
3
-8
/
+8
2022-06-02
Merge tag 'm68k-for-7.1-pull-request' of https://github.com/vivier/qemu-m68k ...
Richard Henderson
5
-144
/
+250
2022-06-02
target/m68k: Mark helper_raise_exception as noreturn
Richard Henderson
2
-3
/
+4
2022-06-02
target/m68k: Implement FTRAPcc
Richard Henderson
1
-0
/
+30
2022-06-02
target/m68k: Implement TRAPV
Richard Henderson
1
-0
/
+9
2022-06-02
target/m68k: Implement TPF in terms of TRAPcc
Richard Henderson
1
-17
/
+2
2022-06-02
target/m68k: Implement TRAPcc
Richard Henderson
4
-5
/
+53
2022-06-02
target/m68k: Fix stack frame for EXCP_ILLEGAL
Richard Henderson
1
-1
/
+4
2022-06-02
target/m68k: Fix address argument for EXCP_TRACE
Richard Henderson
2
-18
/
+33
2022-06-02
target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0
Richard Henderson
3
-42
/
+51
2022-06-02
target/m68k: Fix address argument for EXCP_CHK
Richard Henderson
2
-25
/
+35
2022-06-02
target/m68k: Remove retaddr in m68k_interrupt_all
Richard Henderson
1
-9
/
+6
2022-06-02
target/m68k: Fix coding style in m68k_interrupt_all
Richard Henderson
1
-2
/
+2
2022-06-02
target/m68k: Switch over exception type in m68k_interrupt_all
Richard Henderson
1
-19
/
+30
2022-06-02
target/m68k: Raise the TRAPn exception with the correct pc
Richard Henderson
2
-10
/
+1
2022-05-30
target/arm: Remove aa64_sve check from before disas_sve
Richard Henderson
1
-1
/
+1
2022-05-30
target/arm: Add sve feature check for remaining trans_* functions
Richard Henderson
1
-14
/
+163
2022-05-30
target/arm: Use TRANS_FEAT for do_FMLAL_zzxw
Richard Henderson
1
-22
/
+4
2022-05-30
target/arm: Use TRANS_FEAT for do_FMLAL_zzzw
Richard Henderson
1
-22
/
+4
2022-05-30
target/arm: Use TRANS_FEAT for do_shr_narrow
Richard Henderson
1
-259
/
+211
2022-05-30
target/arm: Use TRANS_FEAT for do_shll_tb
Richard Henderson
1
-57
/
+45
2022-05-30
target/arm: Use TRANS_FEAT for do_narrow_extract
Richard Henderson
1
-121
/
+102
2022-05-30
target/arm: Use TRANS_FEAT for FCMLA_zzxz
Richard Henderson
1
-13
/
+6
2022-05-30
target/arm: Remove assert in trans_FCMLA_zzxz
Richard Henderson
1
-2
/
+0
2022-05-30
target/arm: Use TRANS_FEAT for DO_FPCMP
Richard Henderson
1
-5
/
+2
2022-05-30
target/arm: Use TRANS_FEAT for DO_FP_IMM
Richard Henderson
1
-16
/
+14
2022-05-30
target/arm: Move null function and sve check into do_fp_imm
Richard Henderson
1
-13
/
+14
2022-05-30
target/arm: Use TRANS_FEAT for gen_gvec_fpst_zzzzp
Richard Henderson
1
-28
/
+14
2022-05-30
target/arm: Introduce gen_gvec_fpst_zzzzp
Richard Henderson
1
-30
/
+29
2022-05-30
target/arm: Use TRANS_FEAT for FCADD
Richard Henderson
1
-23
/
+7
2022-05-30
target/arm: Use TRANS_FEAT for gen_gvec_fpst_arg_zpzz
Richard Henderson
1
-47
/
+23
2022-05-30
target/arm: Rename do_zpzz_ptr to gen_gvec_fpst_arg_zpzz
Richard Henderson
1
-21
/
+31
2022-05-30
target/arm: Use TRANS_FEAT for do_ppz_fp
Richard Henderson
1
-22
/
+19
2022-05-30
target/arm: Use TRANS_FEAT for FLOGB
Richard Henderson
1
-23
/
+6
2022-05-30
target/arm: Use TRANS_FEAT for do_frint_mode
Richard Henderson
1
-39
/
+14
2022-05-30
target/arm: Move null function and sve check into do_frint_mode
Richard Henderson
1
-28
/
+22
2022-05-30
target/arm: Rename do_zpz_ptr to gen_gvec_ool_fpst_arg_zpz
Richard Henderson
1
-274
/
+140
2022-05-30
target/arm: Expand frint_fns for MO_8
Richard Henderson
1
-7
/
+8
2022-05-30
target/arm: Use TRANS_FEAT for FRECPE, FRSQRTE
Richard Henderson
1
-41
/
+36
2022-05-30
target/arm: Use TRANS_FEAT for do_reduce
Richard Henderson
1
-8
/
+6
2022-05-30
target/arm: Move null function and sve check into do_reduce
Richard Henderson
1
-13
/
+17
2022-05-30
target/arm: Use TRANS_FEAT for FTMAD
Richard Henderson
1
-22
/
+7
2022-05-30
target/arm: Use TRANS_FEAT for FMUL_zzx
Richard Henderson
1
-19
/
+7
2022-05-30
target/arm: Use TRANS_FEAT for DO_FP3
Richard Henderson
1
-5
/
+2
2022-05-30
target/arm: Rename do_zzz_fp to gen_gvec_ool_fpst_arg_zzz
Richard Henderson
1
-20
/
+30
2022-05-30
target/arm: Use TRANS_FEAT for BFMLA
Richard Henderson
1
-24
/
+4
2022-05-30
target/arm: Use TRANS_FEAT for FMLA
Richard Henderson
1
-9
/
+2
[next]