summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2024-04-30plugins: Remove plugin helpersRichard Henderson4-33/+0
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEMRichard Henderson6-372/+55
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSNRichard Henderson3-228/+67
2024-04-30plugins: Add PLUGIN_GEN_AFTER_TBRichard Henderson1-21/+16
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_FROM_TBRichard Henderson2-44/+58
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSNRichard Henderson4-31/+50
2024-04-30plugins: Create TCGHelperInfo for all out-of-line callbacksRichard Henderson2-6/+46
2024-04-30plugins: Move function pointer in qemu_plugin_dyn_cbRichard Henderson3-7/+9
2024-04-30plugins: Zero new qemu_plugin_dyn_cb entriesRichard Henderson1-1/+1
2024-04-30tcg: Pass function pointer to tcg_gen_call*Richard Henderson3-38/+52
2024-04-30tcg: Make tcg/helper-info.h self-containedRichard Henderson3-2/+4
2024-04-30tests/qtest : Add testcase for DM163Inès Varhol2-0/+196
2024-04-30hw/arm : Connect DM163 to B-L475E-IOT01AInès Varhol2-2/+58
2024-04-30hw/arm : Create Bl475eMachineStateInès Varhol1-14/+32
2024-04-30hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoCInès Varhol3-14/+22
2024-04-30hw/display : Add device DM163Inès Varhol6-1/+428
2024-04-30hw/arm/npcm7xx: Store derivative OTP fuse key in little endianPhilippe Mathieu-Daudé1-1/+2
2024-04-30hw/char/stm32l4x5_usart: Fix memory corruption by adding correct class_sizeThomas Huth1-0/+1
2024-04-30hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fieldsAlexandra Diupina1-10/+10
2024-04-30target/arm: Default to 1GHz cntfrq for 'max' and new CPUsPeter Maydell7-9/+65
2024-04-30hw/watchdog/sbsa_gwdt: Make watchdog timer frequency a QOM propertyPeter Maydell3-3/+16
2024-04-30hw/arm/sbsa-ref: Force CPU generic timer to 62.5MHzPeter Maydell1-0/+15
2024-04-30target/arm: Refactor default generic timer frequency handlingPeter Maydell3-25/+29
2024-04-30tests/avocado: update sunxi kernel from armbian to 6.6.16Peter Maydell2-39/+39