aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-04target/alpha: Use DISAS_NEXT definition instead of magic '0' valueRichard Henderson
2024-05-04target/alpha: Hoist branch shift to initial decodeRichard Henderson
2024-05-04target/alpha: Use cpu_env in preference to ALPHA_CPURichard Henderson
2024-05-03Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-05-03ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefsPeter Maydell
2024-05-03target/sh4: Rename TCGv variables as manual for SUBV opcodePhilippe Mathieu-Daudé
2024-05-03target/sh4: Rename TCGv variables as manual for ADDV opcodePhilippe Mathieu-Daudé
2024-05-03target/sh4: Fix SUBV opcodePhilippe Mathieu-Daudé
2024-05-03target/sh4: Fix ADDV opcodePhilippe Mathieu-Daudé
2024-05-03MAINTAINERS: Update my email addressAnthony PERARD
2024-05-03plugins: Update stale commentPhilippe Mathieu-Daudé
2024-05-03plugins/api: Only include 'exec/ram_addr.h' with system emulationPhilippe Mathieu-Daudé
2024-05-03coverity: Update user emulation regexpPhilippe Mathieu-Daudé
2024-05-03user: Move 'thunk.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé
2024-05-03user: Move 'abitypes.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé
2024-05-03exec: Include missing license in 'exec/cpu-common.h'Philippe Mathieu-Daudé
2024-05-03Merge tag 'pull-misc-20240503' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-05-03tests/bench: Add bufferiszero-benchRichard Henderson
2024-05-03util/bufferiszero: Add simd acceleration for aarch64Richard Henderson
2024-05-03util/bufferiszero: Simplify test_buffer_is_zero_next_accelRichard Henderson
2024-05-03util/bufferiszero: Introduce biz_accel_fn typedefRichard Henderson
2024-05-03util/bufferiszero: Improve scalar variantRichard Henderson
2024-05-03util/bufferiszero: Optimize SSE2 and AVX2 variantsAlexander Monakov
2024-05-03util/bufferiszero: Remove useless prefetchesAlexander Monakov
2024-05-03util/bufferiszero: Reorganize for early test for accelerationAlexander Monakov
2024-05-03util/bufferiszero: Remove AVX512 variantAlexander Monakov
2024-05-03util/bufferiszero: Remove SSE4.1 variantAlexander Monakov
2024-05-03accel/whpx: Fix NULL dereference in whpx_init_vcpu()Philippe Mathieu-Daudé
2024-05-03accel/nvmm: Fix NULL dereference in nvmm_init_vcpu()Philippe Mathieu-Daudé
2024-05-01Merge tag 'pull-tcg-20240501' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-05-01Merge tag 'pull-ufs-20240429' of https://gitlab.com/jeuk20.kim/qemu into stagingRichard Henderson
2024-05-01Merge tag 'qga-pull-2024-05-01' of https://github.com/kostyanf14/qemu into st...Richard Henderson
2024-05-01qga: Implement SSH commands for Windowsaidaleuc
2024-05-01qga: Refactor common SSH functionsaidaleuc
2024-05-01qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helperAndrey Drobyshev
2024-05-01qga/commands-posix: don't do fork()/exec() when suspending via sysfsAndrey Drobyshev
2024-05-01qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helperAndrey Drobyshev
2024-05-01qga/commands-posix: qmp_guest_set_time: use ga_run_command helperAndrey Drobyshev
2024-05-01qga/commands-posix: qmp_guest_shutdown: use ga_run_command helperAndrey Drobyshev
2024-05-01qga: introduce ga_run_command() helper for guest cmd executionAndrey Drobyshev
2024-05-01qga: guest-get-fsinfo: add optional 'total-bytes-privileged' fieldAndrey Drobyshev
2024-04-30plugins: Update the documentation block for plugin-gen.cRichard Henderson
2024-04-30plugins: Inline plugin_gen_empty_callbackRichard Henderson
2024-04-30plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.cRichard Henderson
2024-04-30plugins: Split out common cb expandersRichard Henderson
2024-04-30plugins: Replace pr_ops with a proper debug dump flagRichard Henderson
2024-04-30plugins: Introduce PLUGIN_CB_MEM_REGULARRichard Henderson
2024-04-30plugins: Simplify callback queuesRichard Henderson
2024-04-30tcg: Remove INDEX_op_plugin_cb_{start,end}Richard Henderson
2024-04-30tcg: Remove TCG_CALL_PLUGINRichard Henderson