summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-04target/alpha: Split out gen_pc_dispRichard Henderson1-18/+23
2024-05-04target/alpha: Split out gen_goto_tbRichard Henderson1-37/+16
2024-05-04target/alpha: Simplify gen_bcond_internal()Philippe Mathieu-Daudé1-10/+9
2024-05-04target/alpha: Return DISAS_NORETURN onceRichard Henderson1-5/+4
2024-05-04target/alpha: Inline DISAS_PC_UPDATED and return DISAS_NORETURNRichard Henderson1-2/+4
2024-05-04target/alpha: Use DISAS_NEXT definition instead of magic '0' valueRichard Henderson1-2/+4
2024-05-04target/alpha: Hoist branch shift to initial decodeRichard Henderson1-3/+3
2024-05-04target/alpha: Use cpu_env in preference to ALPHA_CPURichard Henderson2-13/+10
2024-05-03ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefsPeter Maydell1-13/+0
2024-05-03target/sh4: Rename TCGv variables as manual for SUBV opcodePhilippe Mathieu-Daudé1-6/+10
2024-05-03target/sh4: Rename TCGv variables as manual for ADDV opcodePhilippe Mathieu-Daudé1-6/+10
2024-05-03target/sh4: Fix SUBV opcodePhilippe Mathieu-Daudé3-1/+34
2024-05-03target/sh4: Fix ADDV opcodePhilippe Mathieu-Daudé3-1/+31
2024-05-03MAINTAINERS: Update my email addressAnthony PERARD1-1/+1
2024-05-03plugins: Update stale commentPhilippe Mathieu-Daudé1-1/+1
2024-05-03plugins/api: Only include 'exec/ram_addr.h' with system emulationPhilippe Mathieu-Daudé1-1/+1
2024-05-03coverity: Update user emulation regexpPhilippe Mathieu-Daudé1-1/+1
2024-05-03user: Move 'thunk.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé5-6/+9
2024-05-03user: Move 'abitypes.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé6-7/+7
2024-05-03exec: Include missing license in 'exec/cpu-common.h'Philippe Mathieu-Daudé1-2/+7
2024-05-03tests/bench: Add bufferiszero-benchRichard Henderson2-0/+48
2024-05-03util/bufferiszero: Add simd acceleration for aarch64Richard Henderson1-0/+67
2024-05-03util/bufferiszero: Simplify test_buffer_is_zero_next_accelRichard Henderson1-46/+35
2024-05-03util/bufferiszero: Introduce biz_accel_fn typedefRichard Henderson1-3/+4
2024-05-03util/bufferiszero: Improve scalar variantRichard Henderson1-34/+51
2024-05-03util/bufferiszero: Optimize SSE2 and AVX2 variantsAlexander Monakov1-41/+76
2024-05-03util/bufferiszero: Remove useless prefetchesAlexander Monakov1-3/+0
2024-05-03util/bufferiszero: Reorganize for early test for accelerationAlexander Monakov2-52/+62
2024-05-03util/bufferiszero: Remove AVX512 variantAlexander Monakov1-35/+3
2024-05-03util/bufferiszero: Remove SSE4.1 variantAlexander Monakov1-29/+0
2024-05-03accel/whpx: Fix NULL dereference in whpx_init_vcpu()Philippe Mathieu-Daudé1-1/+1
2024-05-03accel/nvmm: Fix NULL dereference in nvmm_init_vcpu()Philippe Mathieu-Daudé1-1/+1
2024-05-01qga: Implement SSH commands for Windowsaidaleuc4-11/+749
2024-05-01qga: Refactor common SSH functionsaidaleuc4-47/+63
2024-05-01qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helperAndrey Drobyshev1-83/+13
2024-05-01qga/commands-posix: don't do fork()/exec() when suspending via sysfsAndrey Drobyshev1-36/+5
2024-05-01qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helperAndrey Drobyshev1-32/+3
2024-05-01qga/commands-posix: qmp_guest_set_time: use ga_run_command helperAndrey Drobyshev1-40/+3
2024-05-01qga/commands-posix: qmp_guest_shutdown: use ga_run_command helperAndrey Drobyshev1-33/+6
2024-05-01qga: introduce ga_run_command() helper for guest cmd executionAndrey Drobyshev1-0/+150
2024-05-01qga: guest-get-fsinfo: add optional 'total-bytes-privileged' fieldAndrey Drobyshev3-2/+8
2024-04-30plugins: Update the documentation block for plugin-gen.cRichard Henderson1-27/+4
2024-04-30plugins: Inline plugin_gen_empty_callbackRichard Henderson1-16/+3
2024-04-30plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.cRichard Henderson2-46/+32
2024-04-30plugins: Split out common cb expandersRichard Henderson1-43/+41
2024-04-30plugins: Replace pr_ops with a proper debug dump flagRichard Henderson5-57/+45
2024-04-30plugins: Introduce PLUGIN_CB_MEM_REGULARRichard Henderson3-3/+4
2024-04-30plugins: Simplify callback queuesRichard Henderson3-78/+65
2024-04-30tcg: Remove INDEX_op_plugin_cb_{start,end}Richard Henderson4-32/+0
2024-04-30tcg: Remove TCG_CALL_PLUGINRichard Henderson3-11/+5