index
:
qemu/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-10.2
stable-11.0
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-11.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monitor
Age
Commit message (
Expand
)
Author
2026-05-12
monitor/hmp-cmds: Use cpu_translate_for_debug()
Peter Maydell
2026-05-12
monitor: hmp_gva2gpa: Don't page-align cpu_get_phys_addr_debug() arg and return
Peter Maydell
2026-05-12
target: Rename cpu_get_phys_page_{,attrs_}debug
Peter Maydell
2026-05-06
monitor: Merge hmp-target.c code within hmp-cmds.c
Philippe Mathieu-Daudé
2026-05-06
monitor: Remove target_monitor_defs()
Philippe Mathieu-Daudé
2026-05-06
cpus: Introduce SysemuCPUOps::monitor_defs hook
Philippe Mathieu-Daudé
2026-05-06
monitor: Remove 'monitor/hmp-target.h' header
Philippe Mathieu-Daudé
2026-05-06
monitor: Reduce target-specific methods further
Philippe Mathieu-Daudé
2026-05-06
monitor: Remove target_get_monitor_def()
Philippe Mathieu-Daudé
2026-05-06
cpus: Introduce SysemuCPUOps::monitor_get_register() hook
Philippe Mathieu-Daudé
2026-05-06
monitor: Do not check TARGET_S390X to build s390x commands
Philippe Mathieu-Daudé
2026-05-06
monitor: Introduce HMPCommand::arch_bitmask field
Philippe Mathieu-Daudé
2026-05-06
monitor: Restrict monitor_set_cpu() method scope
Philippe Mathieu-Daudé
2026-05-06
monitor/meson: Use SPICE with migration HMP commands
Philippe Mathieu-Daudé
2026-05-06
monitor: Extract completion declarations to 'monitor/hmp-completion.h'
Philippe Mathieu-Daudé
2026-05-06
monitor: Remove MonitorDef::type field and MD_TLONG / MD_I32
Philippe Mathieu-Daudé
2026-05-05
monitor: Add `clear` command
AlanoSong@163.com
2026-04-29
qapi/iothread: introduce poll-weight parameter for aio-poll
Jaehoon Kim
2026-03-23
monitor: Correctly display virtual addresses while dumping memory
Philippe Mathieu-Daudé
2026-03-06
Merge tag 'for-upstream' of https://gitlab.com/kmwolf/qemu into staging
Peter Maydell
2026-03-06
block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting
Kevin Wolf
2026-03-05
monitor: move error_vprintf back to error-report.c
Daniel P. Berrangé
2026-03-05
monitor: refactor error_vprintf()
Daniel P. Berrangé
2026-03-05
monitor: remove redundant error_[v]printf_unless_qmp
Daniel P. Berrangé
2026-03-05
monitor: initialize global data from a constructor
Daniel P. Berrangé
2026-02-26
monitor/hmp: Handle gdb-xml exposed registers via gdb_get_register()
Philippe Mathieu-Daudé
2026-02-17
colo: Forbid VM resume during checkpointing
Peter Xu
2026-02-02
monitor: Reduce target-specific methods
Philippe Mathieu-Daudé
2026-02-02
monitor: Add hmp_cmds_for_target() helper
Philippe Mathieu-Daudé
2026-02-02
monitor: Reduce target-specific declarations
Philippe Mathieu-Daudé
2026-01-08
Merge tag 'pull-error-2026-01-07-v2' of https://repo.or.cz/qemu/armbru into s...
Richard Henderson
2026-01-07
monitor/qmp: cleanup SocketChardev listener sources early to avoid fd handlin...
Jie Song
2026-01-07
error: Use error_setg_file_open() for simplicity and consistency
Markus Armbruster
2025-12-30
monitor/hmp: Merge hmp-cmds-target.c within hmp-cmds.c
Philippe Mathieu-Daudé
2025-12-30
monitor/hmp: Fix coding style in hmp-cmds-target.c
Philippe Mathieu-Daudé
2025-12-30
monitor/hmp: Inline ld[uw,l,q]_p() calls in memory_dump()
Philippe Mathieu-Daudé
2025-12-30
monitor/hmp: Remove target_long uses in memory_dump()
Philippe Mathieu-Daudé
2025-12-30
monitor/hmp: Use plain uint64_t @addr argument in memory_dump()
Philippe Mathieu-Daudé
2025-12-30
monitor/hmp: Make memory_dump() @is_physical argument a boolean
Philippe Mathieu-Daudé
2025-12-30
monitor/hmp: Replace target_ulong -> vaddr in hmp_gva2gpa()
Philippe Mathieu-Daudé
2025-12-27
qmp: Fix thread race
Marc Morcos
2025-12-27
include: move hw/qdev-core.h to hw/core/, rename
Paolo Bonzini
2025-12-27
include: move hw/boards.h to hw/core/
Paolo Bonzini
2025-12-16
monitor: Fix const qualifier build errors with recent glibc
Cédric Le Goater
2025-10-28
char: rename CharBackend->CharFrontend
Marc-André Lureau
2025-10-21
hw/core: Filter machine list available for a particular target binary
Philippe Mathieu-Daudé
2025-09-30
monitor: Clean up HMP gdbserver error reporting
Markus Armbruster
2025-07-04
monitor/hmp-cmds-target: add CPU_DUMP_VPU in hmp_info_registers()
Daniel Henrique Barboza
2025-05-02
monitor: don't wake up qmp_dispatcher_co coroutine upon cleanup
Andrey Drobyshev
2025-04-23
exec/cpu-all: remove exec/target_page include
Pierrick Bouvier
[next]