Official QOSAMI-QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are disabled. Please only use release tarballs from the QEMU website.
master
target/s390x: Fix wrong address handling in address loops
Harald Freudenberger committed 3 months ago
cpu: Only check SSTEP_ENABLE flag in cpu_single_stepping()
Philippe Mathieu-Daudé committed 3 months ago
cpu: Rename CPUState @singlestep_enabled -> @singlestep_flags
Philippe Mathieu-Daudé committed 3 months ago
cpu: Introduce cpu_single_stepping() helper
Philippe Mathieu-Daudé committed 3 months ago
cpu: Better name cpu_single_step() trace event
Philippe Mathieu-Daudé committed 3 months ago
accel/tcg: Improve docstrings around TCGCPUOps::*watchpoint* handlers
Philippe Mathieu-Daudé committed 3 months ago
target/ppc: Ensure TCG is used in ppc_update_daw()
Philippe Mathieu-Daudé committed 3 months ago
target/arm: Inline check_watchpoints() in arm_debug_check_watchpoint()
Philippe Mathieu-Daudé committed 3 months ago
accel: Use GdbBreakpointType enum
Philippe Mathieu-Daudé committed 3 months ago
gdbstub: Introduce GdbBreakpointType enumerator
Philippe Mathieu-Daudé committed 3 months ago
gdbstub: Reduce @type variable scope
Philippe Mathieu-Daudé committed 3 months ago
gdbstub/user: Directly call gdb_breakpoint_remove_all() in user mode
Philippe Mathieu-Daudé committed 3 months ago
accel: Remove unnecessary 'inline' qualifier in remove_all_breakpoints
Philippe Mathieu-Daudé committed 3 months ago
cpu: Move BREAKPOINT definitions to 'exec/breakpoint.h'
Philippe Mathieu-Daudé committed 3 months ago
cpu: Move cpu_breakpoint_test out of line
Richard Henderson committed 3 months ago
accel: Remove AccelOpsClass::supports_guest_debug
Philippe Mathieu-Daudé committed 3 months ago
accel: Hold @can_reverse information in AccelGdbConfig
Philippe Mathieu-Daudé committed 3 months ago
gdbstub: Make default replay_mode value explicit in stubs
Philippe Mathieu-Daudé committed 3 months ago
accel: Have each implementation return their AccelGdbConfig
Philippe Mathieu-Daudé committed 3 months ago
gdbstub: Move supported_sstep_flags in AccelGdbConfig structure
Philippe Mathieu-Daudé committed 3 months ago