aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Remove duplicated PAGE_PASSTHROUGH definitionPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Remove obsolete PAGE_RESERVED definitionPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan
2024-05-06exec/cpu: Indent TARGET_PAGE_foo definitionsPhilippe Mathieu-Daudé
2024-05-04Merge tag 'pull-axp-20240504' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-05-04target/alpha: Implement CF_PCRELRichard Henderson
2024-05-04target/alpha: Split out gen_pc_dispRichard Henderson
2024-05-04target/alpha: Split out gen_goto_tbRichard Henderson
2024-05-04target/alpha: Simplify gen_bcond_internal()Philippe Mathieu-Daudé
2024-05-04target/alpha: Return DISAS_NORETURN onceRichard Henderson
2024-05-04target/alpha: Inline DISAS_PC_UPDATED and return DISAS_NORETURNRichard Henderson
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