summaryrefslogtreecommitdiff
path: root/monitor
AgeCommit message (Expand)Author
2026-03-11block: Never drop BLOCK_IO_ERROR with action=stop for rate limitingKevin Wolf
2026-01-08monitor/qmp: cleanup SocketChardev listener sources early to avoid fd handlin...Jie Song
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
2025-04-23include/system: Move exec/ioport.h to system/ioport.hRichard Henderson
2025-04-23include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson
2025-04-23include/system: Move exec/memory.h to system/memory.hRichard Henderson
2025-02-24monitor/hmp-cmds.c: Clean up hmp_dumpdtb printfPeter Maydell
2025-02-12hmp: use cpu_get_phys_page_debug() in hmp_gva2gpa()David Hildenbrand
2025-02-10qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.hDaniel P. Berrangé
2025-02-10qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé
2025-01-17system: propagate Error to gdbserver_start (and other device setups)Alex Bennée
2025-01-09migration/block: Rewrite disk activationPeter Xu
2025-01-09qmp/cont: Only activate disks if migration completedPeter Xu
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé
2024-10-22block-backend: per-device throttling of BLOCK_IO_ERROR reportsLeonid Kaplan
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-06-21monitor: fdset: Match against O_DIRECTFabiano Rosas
2024-06-21monitor: Report errors from monitor_fdset_dup_fd_addFabiano Rosas
2024-06-21monitor: Simplify fdset and fd removalFabiano Rosas
2024-06-21monitor: Stop removing non-duplicated fdsFabiano Rosas
2024-06-20monitor: Introduce monitor_fdset_*freeFabiano Rosas
2024-06-20monitor: Drop monitor_fdset_dup_fd_find/_remove()Peter Xu
2024-06-19hw/intc: Introduce x-query-interrupt-controllers QMP commandPhilippe Mathieu-Daudé
2024-06-19hw/intc: Avoid using Monitor in INTERRUPT_STATS_PROVIDER::print_info()Philippe Mathieu-Daudé
2024-05-10kconfig: allow compiling out QEMU device tree code per targetPaolo Bonzini
2024-04-24Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-04-24hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé
2024-04-18util/qemu-config: Extract QMP commands to qemu-config-qmp.cPhilippe Mathieu-Daudé
2024-03-26monitor/hmp-cmds-target: Append a space in error message in gpa2hva()Yao Xingtao
2024-02-13monitor/target: Include missing 'exec/memory.h' headerPhilippe Mathieu-Daudé
2024-01-26monitor: only run coroutine commands in qemu_aio_contextStefan Hajnoczi
2023-11-17hmp: Improve sync-profile error messageMarkus Armbruster
2023-11-06qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query commandMaciej S. Szmigiero
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-08-31hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVEPhilippe Mathieu-Daudé
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini
2023-05-25monitor: do not use mb_read/mb_setPaolo Bonzini
2023-05-25monitor: extract request dequeuing to a new functionPaolo Bonzini
2023-05-25monitor: introduce qmp_dispatcher_co_wakePaolo Bonzini
2023-05-25monitor: cleanup fetching of QMP requestsPaolo Bonzini
2023-05-25monitor: cleanup detection of qmp_dispatcher_co shutting downPaolo Bonzini
2023-05-25monitor: do not use mb_read/mb_set for suspend_cntPaolo Bonzini