aboutsummaryrefslogtreecommitdiff
path: root/monitor
AgeCommit message (Expand)AuthorFilesLines
2026-02-02monitor: Reduce target-specific methodsPhilippe Mathieu-Daudé2-57/+55
2026-02-02monitor: Add hmp_cmds_for_target() helperPhilippe Mathieu-Daudé3-10/+20
2026-02-02monitor: Reduce target-specific declarationsPhilippe Mathieu-Daudé1-0/+1
2026-01-08Merge tag 'pull-error-2026-01-07-v2' of https://repo.or.cz/qemu/armbru into s...Richard Henderson1-1/+1
2026-01-07monitor/qmp: cleanup SocketChardev listener sources early to avoid fd handlin...Jie Song1-0/+5
2026-01-07error: Use error_setg_file_open() for simplicity and consistencyMarkus Armbruster1-1/+1
2025-12-30monitor/hmp: Merge hmp-cmds-target.c within hmp-cmds.cPhilippe Mathieu-Daudé3-384/+355
2025-12-30monitor/hmp: Fix coding style in hmp-cmds-target.cPhilippe Mathieu-Daudé1-9/+13
2025-12-30monitor/hmp: Inline ld[uw,l,q]_p() calls in memory_dump()Philippe Mathieu-Daudé1-3/+4
2025-12-30monitor/hmp: Remove target_long uses in memory_dump()Philippe Mathieu-Daudé1-1/+1
2025-12-30monitor/hmp: Use plain uint64_t @addr argument in memory_dump()Philippe Mathieu-Daudé1-6/+3
2025-12-30monitor/hmp: Make memory_dump() @is_physical argument a booleanPhilippe Mathieu-Daudé1-3/+3
2025-12-30monitor/hmp: Replace target_ulong -> vaddr in hmp_gva2gpa()Philippe Mathieu-Daudé1-1/+1
2025-12-27qmp: Fix thread raceMarc Morcos2-4/+10
2025-12-27include: move hw/qdev-core.h to hw/core/, renamePaolo Bonzini1-1/+1
2025-12-27include: move hw/boards.h to hw/core/Paolo Bonzini1-1/+1
2025-12-16monitor: Fix const qualifier build errors with recent glibcCédric Le Goater1-2/+3
2025-10-28char: rename CharBackend->CharFrontendMarc-André Lureau1-1/+1
2025-10-21hw/core: Filter machine list available for a particular target binaryPhilippe Mathieu-Daudé1-1/+2
2025-09-30monitor: Clean up HMP gdbserver error reportingMarkus Armbruster1-3/+4
2025-07-04monitor/hmp-cmds-target: add CPU_DUMP_VPU in hmp_info_registers()Daniel Henrique Barboza1-2/+2
2025-05-02monitor: don't wake up qmp_dispatcher_co coroutine upon cleanupAndrey Drobyshev1-1/+2
2025-04-23exec/cpu-all: remove exec/target_page includePierrick Bouvier1-0/+1
2025-04-23include/system: Move exec/ioport.h to system/ioport.hRichard Henderson1-1/+1
2025-04-23include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson2-2/+2
2025-04-23include/system: Move exec/memory.h to system/memory.hRichard Henderson1-1/+1
2025-02-24monitor/hmp-cmds.c: Clean up hmp_dumpdtb printfPeter Maydell1-1/+1
2025-02-12hmp: use cpu_get_phys_page_debug() in hmp_gva2gpa()David Hildenbrand1-2/+1
2025-02-10qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.hDaniel P. Berrangé1-1/+1
2025-02-10qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé7-10/+10
2025-01-17system: propagate Error to gdbserver_start (and other device setups)Alex Bennée1-1/+1
2025-01-09migration/block: Rewrite disk activationPeter Xu1-6/+2
2025-01-09qmp/cont: Only activate disks if migration completedPeter Xu1-12/+14
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé9-13/+13
2024-10-22block-backend: per-device throttling of BLOCK_IO_ERROR reportsLeonid Kaplan1-2/+5
2024-06-24gdbstub: move enums into separate headerAlex Bennée1-1/+2
2024-06-21monitor: fdset: Match against O_DIRECTFabiano Rosas1-1/+6
2024-06-21monitor: Report errors from monitor_fdset_dup_fd_addFabiano Rosas1-1/+9
2024-06-21monitor: Simplify fdset and fd removalFabiano Rosas1-21/+6
2024-06-21monitor: Stop removing non-duplicated fdsFabiano Rosas5-13/+8
2024-06-20monitor: Introduce monitor_fdset_*freeFabiano Rosas1-8/+23
2024-06-20monitor: Drop monitor_fdset_dup_fd_find/_remove()Peter Xu1-22/+6
2024-06-19hw/intc: Introduce x-query-interrupt-controllers QMP commandPhilippe Mathieu-Daudé1-33/+0
2024-06-19hw/intc: Avoid using Monitor in INTERRUPT_STATS_PROVIDER::print_info()Philippe Mathieu-Daudé1-1/+7
2024-05-10kconfig: allow compiling out QEMU device tree code per targetPaolo Bonzini1-0/+17
2024-04-24Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson1-1/+0
2024-04-24hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé1-1/+0
2024-04-18util/qemu-config: Extract QMP commands to qemu-config-qmp.cPhilippe Mathieu-Daudé2-0/+207
2024-03-26monitor/hmp-cmds-target: Append a space in error message in gpa2hva()Yao Xingtao1-1/+1
2024-02-13monitor/target: Include missing 'exec/memory.h' headerPhilippe Mathieu-Daudé1-0/+1