summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 hoursMerge tag 'accel-20260706' of https://github.com/philmd/qemu into stagingstagingStefan Hajnoczi
8 hoursMerge tag 'pull-target-arm-20260706' of https://gitlab.com/pm215/qemu into st...Stefan Hajnoczi
8 hoursMerge tag 'pull-ppc-for-11.1-sf-20260706' of https://gitlab.com/harshpb/qemu ...Stefan Hajnoczi
8 hoursMerge tag 'hppa-fixes-for-v11.1-pull-request' of https://github.com/hdeller/q...Stefan Hajnoczi
8 hoursMerge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
11 hourscpu: Only check SSTEP_ENABLE flag in cpu_single_stepping()Philippe Mathieu-Daudé
11 hourscpu: Rename CPUState @singlestep_enabled -> @singlestep_flagsPhilippe Mathieu-Daudé
11 hourscpu: Introduce cpu_single_stepping() helperPhilippe Mathieu-Daudé
11 hourscpu: Better name cpu_single_step() trace eventPhilippe Mathieu-Daudé
11 hoursaccel/tcg: Improve docstrings around TCGCPUOps::*watchpoint* handlersPhilippe Mathieu-Daudé
11 hourstarget/ppc: Ensure TCG is used in ppc_update_daw()Philippe Mathieu-Daudé
11 hourstarget/arm: Inline check_watchpoints() in arm_debug_check_watchpoint()Philippe Mathieu-Daudé
11 hoursaccel: Use GdbBreakpointType enumPhilippe Mathieu-Daudé
11 hoursgdbstub: Introduce GdbBreakpointType enumeratorPhilippe Mathieu-Daudé
11 hoursgdbstub: Reduce @type variable scopePhilippe Mathieu-Daudé
11 hoursgdbstub/user: Directly call gdb_breakpoint_remove_all() in user modePhilippe Mathieu-Daudé
11 hoursaccel: Remove unnecessary 'inline' qualifier in remove_all_breakpointsPhilippe Mathieu-Daudé
11 hourscpu: Move BREAKPOINT definitions to 'exec/breakpoint.h'Philippe Mathieu-Daudé
11 hourscpu: Move cpu_breakpoint_test out of lineRichard Henderson
11 hoursaccel: Remove AccelOpsClass::supports_guest_debugPhilippe Mathieu-Daudé
11 hoursaccel: Hold @can_reverse information in AccelGdbConfigPhilippe Mathieu-Daudé
11 hoursgdbstub: Make default replay_mode value explicit in stubsPhilippe Mathieu-Daudé
11 hoursaccel: Have each implementation return their AccelGdbConfigPhilippe Mathieu-Daudé
11 hoursgdbstub: Move supported_sstep_flags in AccelGdbConfig structurePhilippe Mathieu-Daudé
11 hoursgdbstub: Reduce gdb_supports_guest_debug() scopePhilippe Mathieu-Daudé
11 hoursaccel/kvm: Hold have_guest_debug in KVMStatePhilippe Mathieu-Daudé
11 hoursaccel/kvm: Simplify kvm_init() w.r.t. TARGET_KVM_HAVE_GUEST_DEBUGPhilippe Mathieu-Daudé
11 hoursaccel/kvm: Always define AccelOpsClass::supports_guest_debugPhilippe Mathieu-Daudé
11 hoursaccel/whpx: Implement missing AccelClass::gdbstub_supported_sstep_flagsPhilippe Mathieu-Daudé
11 hoursgdbstub: Only return E22 when reverse GDB is not supportedPhilippe Mathieu-Daudé
11 hoursgdbstub: Add trace event for STEP packet handlerPhilippe Mathieu-Daudé
11 hoursaccel/mshv: Fix pointer to proc feature bitfieldMagnus Kulke
11 hoursaccel/mshv: Replace @dirty field by generic CPUState::vcpu_dirty fieldPhilippe Mathieu-Daudé
11 hoursaccel/hvf: Remove left-over commentPhilippe Mathieu-Daudé
11 hoursaccel/tcg: Restrict tlb_protect/unprotect_code() to TCGPhilippe Mathieu-Daudé
12 hourstarget/i386: Remove duplicate tlb_flush() call in cpu_post_load()Philippe Mathieu-Daudé
12 hourscpu: Constify CPUState::cc (cached CPUClass pointer)Philippe Mathieu-Daudé
14 hourstarget/arm: Define fields for NSACRPeter Maydell
14 hourstarget/arm: Report correct syndrome to AArch32 EL2 for trapped Neon/VFP insnsPeter Maydell
14 hourstarget/arm: Separate syndrome functions for A32 and A64Peter Maydell
14 hourstarget/arm: Separate out Neon from VFP access checksPeter Maydell
14 hourstarget/arm: Enable FEAT_SME_MOP4 for -cpu maxRichard Henderson
14 hourstarget/arm: Implement USMOP4[AS]Richard Henderson
14 hourstarget/arm: Implement UMOP4[AS] (4-way)Richard Henderson
14 hourstarget/arm: Implement UMOP4[AS] (2-way)Richard Henderson
14 hourstarget/arm: Implement SUMOP4[AS]Richard Henderson
14 hourstarget/arm: Implement SMOP4[AS] (4-way)Richard Henderson
14 hourstarget/arm: Implement SMOP4[AS] (2-way)Richard Henderson
14 hourstarget/arm: Implement FMOP4A (widening, 2-way, FP8 to FP16)Richard Henderson
14 hourstarget/arm: Implement FMOP4 (widening, 4-way fp8 to fp32)Richard Henderson