summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)Author
5 dayssystem: improve -mon deprecation warningDaniel P. Berrangé
5 dayssystem: query machines using TYPE_MACHINEPierrick Bouvier
5 dayssystem/cpus: Constify various CPUState argumentsPhilippe Mathieu-Daudé
10 daysbuild-sys: make HMP source files conditional on have_hmpMarc-André Lureau
10 daysGuard HMP command implementations with CONFIG_HMPMarc-André Lureau
10 daysqdev-monitor: make print_dev() callback take MonitorHMPMarc-André Lureau
10 daysmonitor: tighten monitor_printf*()Marc-André Lureau
10 daysmonitor: make hmp_handle_error() take MonitorHMPMarc-André Lureau
10 daysmonitor: change HMPCommand cmd to take MonitorHMPMarc-André Lureau
10 dayssystem: guard HMP initialization paths with CONFIG_HMPMarc-André Lureau
10 daysqtest: add qemu-io command to the qtest protocolMarc-André Lureau
10 dayssystem: move gpa2hva() to system memory unitMarc-André Lureau
10 daysvl: fix -monitor none prefix matchingMarc-André Lureau
2026-08-20system/memory: add a tracepoint for memory_region_finalizeAni Sinha
2026-08-16system: Move runstate-related code from cpus.c to runstate.cPhilippe Mathieu-Daudé
2026-08-16system: Extract QMP memsave/pmemsave commands to physmem-qmp-cmds.cPhilippe Mathieu-Daudé
2026-08-16system: Move qmp_inject_nmi() to hw/core/machine-qmp-cmds.cPhilippe Mathieu-Daudé
2026-08-16system/dirtylimit: Extract HMP code to dirtylimit-hmp-cmds.cPhilippe Mathieu-Daudé
2026-08-16system: Remove unnecessary 'monitor/monitor.h' headerPhilippe Mathieu-Daudé
2026-08-16hw/nmi: Remove @cpu_index argument from nmi_inject()Philippe Mathieu-Daudé
2026-08-11system/memory: Make ram device region directly accessibleGavin Shan
2026-08-11system/memory: Use qemu_ram_move() for directly accessible regionsGavin Shan
2026-08-11system/memory: Use memmove() for directly accessible regionsGavin Shan
2026-07-07docs: mark '-mon' as deprecated in favour of -objectDaniel P. Berrangé
2026-07-07monitor: implement "user creatable" interface for adding monitorsDaniel P. Berrangé
2026-07-07monitor: minimal conversion of monitors to QOMDaniel P. Berrangé
2026-07-07monitor: rename monitor_init* to monitor_new*Daniel P. Berrangé
2026-07-06cpu: Introduce cpu_single_stepping() helperPhilippe Mathieu-Daudé
2026-06-30system/cpus: refuse memsave/pmemsave while guest RAM is being migratedDenis V. Lunev
2026-06-29Merge tag 'pull-9p-20260629' of https://github.com/cschoenebeck/qemu into sta...Stefan Hajnoczi
2026-06-29hw/9pfs: add max_xattr optionChristian Schoenebeck
2026-06-29hw/hexagon: Add machine configs for sysemuBrian Cain
2026-06-27Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2026-06-26i386/tdx: Use .has_gpa field to check if the gpa is validXiaoyao Li
2026-06-25Merge tag 'ui-pr-v1' of https://gitlab.com/marcandre.lureau/qemu into stagingStefan Hajnoczi
2026-06-24ui: add display cleanup infrastructureMarc-André Lureau
2026-06-24ui/spice: add cleanup on shutdownMarc-André Lureau
2026-06-24irq: add per-IRQ observer to fix qemu_irq_intercept_in leakMarc-André Lureau
2026-06-22system/physmem: make ram_block_discard_range() handle guest_memfdMarc-André Lureau
2026-06-22system/memory: add RamDiscardManager reference counting and cleanupMarc-André Lureau
2026-06-22system/physmem: destroy ram block attributes before RCU-deferred reclaimMarc-André Lureau
2026-06-22system/memory: implement RamDiscardManager multi-source aggregationMarc-André Lureau
2026-06-22system/ram-discard-manager: drop replay from source interfaceMarc-André Lureau
2026-06-22system/ram-discard-manager: implement replay via is_populated iterationMarc-André Lureau
2026-06-22system/memory: constify section argumentsMarc-André Lureau
2026-06-22system/memory: move RamDiscardManager to separate compilation unitMarc-André Lureau
2026-06-22system/memory: split RamDiscardManager into source and managerMarc-André Lureau
2026-06-22system/physmem: Synchronize ram_list accessesAkihiko Odaki
2026-06-18system/memory: Rename cpu_exec_init_all() -> machine_memory_init()Philippe Mathieu-Daudé
2026-06-18system/memory: Remove unnecessary CONFIG_USER_ONLY guardsPhilippe Mathieu-Daudé