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-02-04
target/s390x: Use a single return for helper_divs64/u64
Richard Henderson
4
-35
/
+56
2023-02-04
target/s390x: Use a single return for helper_divs32/u32
Richard Henderson
3
-18
/
+18
2023-02-04
tests/tcg/s390x: Add cdsg.c
Ilya Leoshkevich
2
-0
/
+97
2023-02-04
tests/tcg/s390x: Add long-double.c
Richard Henderson
2
-0
/
+25
2023-02-04
tests/tcg/s390x: Add clst.c
Ilya Leoshkevich
2
-0
/
+83
2023-02-04
tests/tcg/s390x: Add div.c
Ilya Leoshkevich
2
-0
/
+41
2023-02-04
target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX
Richard Henderson
3
-101
/
+47
2023-02-04
target/arm: Use tcg_gen_atomic_cmpxchg_i128 for CASP
Richard Henderson
3
-89
/
+19
2023-02-04
target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXP
Richard Henderson
3
-135
/
+35
2023-02-04
tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
Richard Henderson
2
-48
/
+92
2023-02-04
tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
Richard Henderson
4
-0
/
+146
2023-02-04
tcg: Add guest load/store primitives for TCGv_i128
Richard Henderson
5
-0
/
+324
2023-02-04
tcg: Add basic data movement for TCGv_i128
Richard Henderson
3
-0
/
+37
2023-02-04
tcg: Add temp allocation for TCGv_i128
Richard Henderson
2
-18
/
+74
2023-02-04
tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128
Richard Henderson
9
-3
/
+21
2023-02-04
tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
Richard Henderson
4
-26
/
+48
2023-02-04
tcg/tci: Fix big-endian return register ordering
Richard Henderson
1
-9
/
+10
2023-02-04
tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128
Richard Henderson
2
-1
/
+39
2023-02-04
include/qemu/int128: Use Int128 structure for TCI
Richard Henderson
3
-9
/
+87
2023-02-04
tcg: Add TCG_CALL_RET_BY_VEC
Richard Henderson
2
-0
/
+20
2023-02-04
tcg: Introduce tcg_target_call_oarg_reg
Richard Henderson
11
-46
/
+72
2023-02-04
tcg: Add TCG_CALL_{RET,ARG}_BY_REF
Richard Henderson
2
-3
/
+135
2023-02-04
tcg: Introduce tcg_out_addi_ptr
Richard Henderson
11
-0
/
+86
2023-02-04
tcg: Allocate objects contiguously in temp_allocate_frame
Richard Henderson
1
-8
/
+26
2023-02-04
tcg: Handle dh_typecode_i128 with TCG_CALL_{RET,ARG}_NORMAL
Richard Henderson
1
-4
/
+33
2023-02-04
tcg: Define TCG_TYPE_I128 and related helper macros
Richard Henderson
2
-7
/
+17
2023-02-04
tcg: Init temp_subindex in liveness_pass_2
Richard Henderson
1
-0
/
+1
2023-02-04
accel/tcg: Test CPUJumpCache in tb_jmp_cache_clear_page
Eric Auger
1
-1
/
+6
2023-02-04
Merge tag 'm68k-next-pull-request' of https://github.com/vivier/qemu-m68k int...
Peter Maydell
1
-0
/
+4
2023-02-04
Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...
Peter Maydell
54
-4264
/
+4556
2023-02-04
monitor: Rename misc.c to hmp-target.c
Markus Armbruster
2
-2
/
+2
2023-02-04
monitor: Loosen coupling between misc.c and monitor.c slightly
Markus Armbruster
3
-10
/
+4
2023-02-04
monitor: Move remaining QMP stuff from misc.c to qmp-cmds.c
Markus Armbruster
2
-52
/
+52
2023-02-04
monitor: Move remaining HMP commands from misc.c to hmp-cmds.c
Markus Armbruster
4
-221
/
+233
2023-02-04
monitor: Move target-dependent HMP commands to hmp-cmds-target.c
Markus Armbruster
4
-351
/
+388
2023-02-04
monitor: Move monitor_putc() next to monitor_puts & external linkage
Markus Armbruster
3
-27
/
+28
2023-02-04
monitor: Split file descriptor passing stuff off misc.c
Markus Armbruster
3
-434
/
+469
2023-02-04
qdev: Move HMP command completion from monitor to softmmu/
Markus Armbruster
2
-82
/
+82
2023-02-04
acpi: Move the QMP command from monitor/ to hw/acpi/
Markus Armbruster
3
-21
/
+31
2023-02-04
stats: Move HMP commands from monitor/ to stats/
Markus Armbruster
3
-235
/
+248
2023-02-04
stats: Move QMP commands from monitor/ to stats/
Markus Armbruster
7
-153
/
+170
2023-02-04
runstate: Move HMP commands from monitor/ to softmmu/
Markus Armbruster
6
-64
/
+86
2023-02-04
tpm: Move HMP commands from monitor/ to softmmu/
Markus Armbruster
4
-55
/
+67
2023-02-04
virtio: Move HMP commands from monitor/ to hw/virtio/
Markus Armbruster
3
-309
/
+322
2023-02-04
migration: Move the QMP command from monitor/ to migration/
Markus Armbruster
2
-31
/
+30
2023-02-04
migration: Move HMP commands from monitor/ to migration/
Markus Armbruster
4
-785
/
+808
2023-02-04
net: Move hmp_info_network() to net-hmp-cmds.c
Markus Armbruster
6
-30
/
+33
2023-02-04
net: Move HMP commands from monitor to net/
Markus Armbruster
4
-117
/
+143
2023-02-04
hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()
Markus Armbruster
2
-17
/
+11
2023-02-04
rocker: Move HMP commands from monitor to hw/net/rocker/
Markus Armbruster
3
-297
/
+317
[prev]
[next]