summaryrefslogtreecommitdiff
path: root/monitor
AgeCommit message (Expand)Author
2026-05-12monitor/hmp-cmds: Use cpu_translate_for_debug()Peter Maydell
2026-05-12monitor: hmp_gva2gpa: Don't page-align cpu_get_phys_addr_debug() arg and returnPeter Maydell
2026-05-12target: Rename cpu_get_phys_page_{,attrs_}debugPeter Maydell
2026-05-06monitor: Merge hmp-target.c code within hmp-cmds.cPhilippe Mathieu-Daudé
2026-05-06monitor: Remove target_monitor_defs()Philippe Mathieu-Daudé
2026-05-06cpus: Introduce SysemuCPUOps::monitor_defs hookPhilippe Mathieu-Daudé
2026-05-06monitor: Remove 'monitor/hmp-target.h' headerPhilippe Mathieu-Daudé
2026-05-06monitor: Reduce target-specific methods furtherPhilippe Mathieu-Daudé
2026-05-06monitor: Remove target_get_monitor_def()Philippe Mathieu-Daudé
2026-05-06cpus: Introduce SysemuCPUOps::monitor_get_register() hookPhilippe Mathieu-Daudé
2026-05-06monitor: Do not check TARGET_S390X to build s390x commandsPhilippe Mathieu-Daudé
2026-05-06monitor: Introduce HMPCommand::arch_bitmask fieldPhilippe Mathieu-Daudé
2026-05-06monitor: Restrict monitor_set_cpu() method scopePhilippe Mathieu-Daudé
2026-05-06monitor/meson: Use SPICE with migration HMP commandsPhilippe Mathieu-Daudé
2026-05-06monitor: Extract completion declarations to 'monitor/hmp-completion.h'Philippe Mathieu-Daudé
2026-05-06monitor: Remove MonitorDef::type field and MD_TLONG / MD_I32Philippe Mathieu-Daudé
2026-05-05monitor: Add `clear` commandAlanoSong@163.com
2026-04-29qapi/iothread: introduce poll-weight parameter for aio-pollJaehoon Kim
2026-03-23monitor: Correctly display virtual addresses while dumping memoryPhilippe Mathieu-Daudé
2026-03-06Merge tag 'for-upstream' of https://gitlab.com/kmwolf/qemu into stagingPeter Maydell
2026-03-06block: Never drop BLOCK_IO_ERROR with action=stop for rate limitingKevin Wolf
2026-03-05monitor: move error_vprintf back to error-report.cDaniel P. Berrangé
2026-03-05monitor: refactor error_vprintf()Daniel P. Berrangé
2026-03-05monitor: remove redundant error_[v]printf_unless_qmpDaniel P. Berrangé
2026-03-05monitor: initialize global data from a constructorDaniel P. Berrangé
2026-02-26monitor/hmp: Handle gdb-xml exposed registers via gdb_get_register()Philippe Mathieu-Daudé
2026-02-17colo: Forbid VM resume during checkpointingPeter Xu
2026-02-02monitor: Reduce target-specific methodsPhilippe Mathieu-Daudé
2026-02-02monitor: Add hmp_cmds_for_target() helperPhilippe Mathieu-Daudé
2026-02-02monitor: Reduce target-specific declarationsPhilippe Mathieu-Daudé
2026-01-08Merge tag 'pull-error-2026-01-07-v2' of https://repo.or.cz/qemu/armbru into s...Richard Henderson
2026-01-07monitor/qmp: cleanup SocketChardev listener sources early to avoid fd handlin...Jie Song
2026-01-07error: Use error_setg_file_open() for simplicity and consistencyMarkus Armbruster
2025-12-30monitor/hmp: Merge hmp-cmds-target.c within hmp-cmds.cPhilippe Mathieu-Daudé
2025-12-30monitor/hmp: Fix coding style in hmp-cmds-target.cPhilippe Mathieu-Daudé
2025-12-30monitor/hmp: Inline ld[uw,l,q]_p() calls in memory_dump()Philippe Mathieu-Daudé
2025-12-30monitor/hmp: Remove target_long uses in memory_dump()Philippe Mathieu-Daudé
2025-12-30monitor/hmp: Use plain uint64_t @addr argument in memory_dump()Philippe Mathieu-Daudé
2025-12-30monitor/hmp: Make memory_dump() @is_physical argument a booleanPhilippe Mathieu-Daudé
2025-12-30monitor/hmp: Replace target_ulong -> vaddr in hmp_gva2gpa()Philippe Mathieu-Daudé
2025-12-27qmp: Fix thread raceMarc Morcos
2025-12-27include: move hw/qdev-core.h to hw/core/, renamePaolo Bonzini
2025-12-27include: move hw/boards.h to hw/core/Paolo Bonzini
2025-12-16monitor: Fix const qualifier build errors with recent glibcCédric Le Goater
2025-10-28char: rename CharBackend->CharFrontendMarc-André Lureau
2025-10-21hw/core: Filter machine list available for a particular target binaryPhilippe Mathieu-Daudé
2025-09-30monitor: Clean up HMP gdbserver error reportingMarkus Armbruster
2025-07-04monitor/hmp-cmds-target: add CPU_DUMP_VPU in hmp_info_registers()Daniel Henrique Barboza
2025-05-02monitor: don't wake up qmp_dispatcher_co coroutine upon cleanupAndrey Drobyshev
2025-04-23exec/cpu-all: remove exec/target_page includePierrick Bouvier