index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
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-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
2024-05-01
qga/commands-posix: don't do fork()/exec() when suspending via sysfs
Andrey Drobyshev
1
-36
/
+5
2024-05-01
qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helper
Andrey Drobyshev
1
-32
/
+3
2024-05-01
qga/commands-posix: qmp_guest_set_time: use ga_run_command helper
Andrey Drobyshev
1
-40
/
+3
2024-05-01
qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper
Andrey Drobyshev
1
-33
/
+6
2024-05-01
qga: introduce ga_run_command() helper for guest cmd execution
Andrey Drobyshev
1
-0
/
+150
2024-05-01
qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field
Andrey Drobyshev
3
-2
/
+8
2024-04-30
plugins: Update the documentation block for plugin-gen.c
Richard Henderson
1
-27
/
+4
2024-04-30
plugins: Inline plugin_gen_empty_callback
Richard Henderson
1
-16
/
+3
2024-04-30
plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c
Richard Henderson
2
-46
/
+32
2024-04-30
plugins: Split out common cb expanders
Richard Henderson
1
-43
/
+41
2024-04-30
plugins: Replace pr_ops with a proper debug dump flag
Richard Henderson
5
-57
/
+45
2024-04-30
plugins: Introduce PLUGIN_CB_MEM_REGULAR
Richard Henderson
3
-3
/
+4
2024-04-30
plugins: Simplify callback queues
Richard Henderson
3
-78
/
+65
2024-04-30
tcg: Remove INDEX_op_plugin_cb_{start,end}
Richard Henderson
4
-32
/
+0
2024-04-30
tcg: Remove TCG_CALL_PLUGIN
Richard Henderson
3
-11
/
+5
2024-04-30
plugins: Remove plugin helpers
Richard Henderson
4
-33
/
+0
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM
Richard Henderson
6
-372
/
+55
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
Richard Henderson
3
-228
/
+67
2024-04-30
plugins: Add PLUGIN_GEN_AFTER_TB
Richard Henderson
1
-21
/
+16
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB
Richard Henderson
2
-44
/
+58
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
Richard Henderson
4
-31
/
+50
2024-04-30
plugins: Create TCGHelperInfo for all out-of-line callbacks
Richard Henderson
2
-6
/
+46
2024-04-30
plugins: Move function pointer in qemu_plugin_dyn_cb
Richard Henderson
3
-7
/
+9
2024-04-30
plugins: Zero new qemu_plugin_dyn_cb entries
Richard Henderson
1
-1
/
+1
[next]