index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-05
Hexagon (target/hexagon) Remove gen_shortcode.py
Taylor Simpson
4
-81
/
+0
2024-05-05
Hexagon (target/hexagon) Remove gen_op_regs.py
Taylor Simpson
3
-138
/
+2
2024-05-05
Hexagon (target/hexagon) Remove uses of op_regs_generated.h.inc
Taylor Simpson
4
-110
/
+13
2024-05-05
Hexagon (tests/tcg/hexagon) Test HVX .new read from high half of pair
Taylor Simpson
1
-1
/
+15
2024-05-05
Hexagon (target/hexagon) Mark has_pred_dest in trans functions
Taylor Simpson
3
-0
/
+9
2024-05-05
Hexagon (target/hexagon) Mark dest_idx in trans functions
Taylor Simpson
4
-0
/
+11
2024-05-05
Hexagon (target/hexagon) Mark new_read_idx in trans functions
Taylor Simpson
4
-6
/
+16
2024-05-05
Hexagon (target/hexagon) Add is_old/is_new to Register class
Taylor Simpson
1
-0
/
+12
2024-05-05
Hexagon (target/hexagon) Only pass env to generated helper when needed
Taylor Simpson
3
-8
/
+32
2024-05-05
Hexagon (target/hexagon) Pass SP explicitly to helpers that need it
Taylor Simpson
3
-2
/
+14
2024-05-05
Hexagon (target/hexagon) Pass P0 explicitly to helpers that need it
Taylor Simpson
2
-2
/
+12
2024-05-05
Hexagon (target/hexagon) Enable more short-circuit packets (HVX)
Taylor Simpson
4
-95
/
+115
2024-05-05
Hexagon (target/hexagon) Enable more short-circuit packets (scalar core)
Taylor Simpson
2
-23
/
+11
2024-05-05
Hexagon (target/hexagon) Analyze reads before writes
Taylor Simpson
4
-49
/
+83
2024-05-04
target/alpha: Implement CF_PCREL
Richard Henderson
2
-5
/
+47
2024-05-04
target/alpha: Split out gen_pc_disp
Richard Henderson
1
-18
/
+23
2024-05-04
target/alpha: Split out gen_goto_tb
Richard Henderson
1
-37
/
+16
2024-05-04
target/alpha: Simplify gen_bcond_internal()
Philippe Mathieu-Daudé
1
-10
/
+9
2024-05-04
target/alpha: Return DISAS_NORETURN once
Richard Henderson
1
-5
/
+4
2024-05-04
target/alpha: Inline DISAS_PC_UPDATED and return DISAS_NORETURN
Richard Henderson
1
-2
/
+4
2024-05-04
target/alpha: Use DISAS_NEXT definition instead of magic '0' value
Richard Henderson
1
-2
/
+4
2024-05-04
target/alpha: Hoist branch shift to initial decode
Richard Henderson
1
-3
/
+3
2024-05-04
target/alpha: Use cpu_env in preference to ALPHA_CPU
Richard Henderson
2
-13
/
+10
2024-05-03
ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs
Peter Maydell
1
-13
/
+0
2024-05-03
target/sh4: Rename TCGv variables as manual for SUBV opcode
Philippe Mathieu-Daudé
1
-6
/
+10
2024-05-03
target/sh4: Rename TCGv variables as manual for ADDV opcode
Philippe Mathieu-Daudé
1
-6
/
+10
2024-05-03
target/sh4: Fix SUBV opcode
Philippe Mathieu-Daudé
3
-1
/
+34
2024-05-03
target/sh4: Fix ADDV opcode
Philippe Mathieu-Daudé
3
-1
/
+31
2024-05-03
MAINTAINERS: Update my email address
Anthony PERARD
1
-1
/
+1
2024-05-03
plugins: Update stale comment
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-03
plugins/api: Only include 'exec/ram_addr.h' with system emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-03
coverity: Update user emulation regexp
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-03
user: Move 'thunk.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
5
-6
/
+9
2024-05-03
user: Move 'abitypes.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
6
-7
/
+7
2024-05-03
exec: Include missing license in 'exec/cpu-common.h'
Philippe Mathieu-Daudé
1
-2
/
+7
2024-05-03
tests/bench: Add bufferiszero-bench
Richard Henderson
2
-0
/
+48
2024-05-03
util/bufferiszero: Add simd acceleration for aarch64
Richard Henderson
1
-0
/
+67
2024-05-03
util/bufferiszero: Simplify test_buffer_is_zero_next_accel
Richard Henderson
1
-46
/
+35
2024-05-03
util/bufferiszero: Introduce biz_accel_fn typedef
Richard Henderson
1
-3
/
+4
2024-05-03
util/bufferiszero: Improve scalar variant
Richard Henderson
1
-34
/
+51
2024-05-03
util/bufferiszero: Optimize SSE2 and AVX2 variants
Alexander Monakov
1
-41
/
+76
2024-05-03
util/bufferiszero: Remove useless prefetches
Alexander Monakov
1
-3
/
+0
2024-05-03
util/bufferiszero: Reorganize for early test for acceleration
Alexander Monakov
2
-52
/
+62
2024-05-03
util/bufferiszero: Remove AVX512 variant
Alexander Monakov
1
-35
/
+3
2024-05-03
util/bufferiszero: Remove SSE4.1 variant
Alexander Monakov
1
-29
/
+0
2024-05-03
accel/whpx: Fix NULL dereference in whpx_init_vcpu()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-03
accel/nvmm: Fix NULL dereference in nvmm_init_vcpu()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-01
qga: Implement SSH commands for Windows
aidaleuc
4
-11
/
+749
2024-05-01
qga: Refactor common SSH functions
aidaleuc
4
-47
/
+63
2024-05-01
qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper
Andrey Drobyshev
1
-83
/
+13
[next]