summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)Author
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é
2026-06-18system: Move cpu_physical_memory_*() declarations to 'system/physmem.h'Philippe Mathieu-Daudé
2026-06-18system/memory: Constify various MemoryRegionCache argumentsPhilippe Mathieu-Daudé
2026-06-18system/memory: Constify various AddressSpace arguments (access)Philippe Mathieu-Daudé
2026-06-18system/memory: Constify various AddressSpace arguments (cache)Philippe Mathieu-Daudé
2026-06-18system/memory: Constify various AddressSpace arguments (notify)Philippe Mathieu-Daudé
2026-06-18system/memory: Constify various AddressSpace arguments (flat-range)Philippe Mathieu-Daudé
2026-06-18system/memory: Constify various AddressSpace arguments (checks)Philippe Mathieu-Daudé
2026-06-18system/cpu: Reset vCPU %exception_index before resuming itPhilippe Mathieu-Daudé
2026-06-17Merge tag 'pull-target-arm-20260616' of https://gitlab.com/pm215/qemu into st...Stefan Hajnoczi
2026-06-16memory: Allow RAM device regions to skip IOMMU mappingShameer Kolothum
2026-06-15Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2026-06-12system/rtc: Fix a possible year-2038 integer overflow problemThomas Huth
2026-06-06qtest: add "qom-tests" commandMarc-André Lureau
2026-06-06system/ioport: minor code simplificationMarc-André Lureau
2026-06-03vhost-user: Add VirtIO Shared Memory map requestAlbert Esteve
2026-05-28system/qtest: Fix length parameter in the b64write codeThomas Huth
2026-05-28system/vl: Free allocate memory for pid file name in case realpath() failedThomas Huth
2026-05-28system/exit-with-parent: Close the file descriptor before exitRichard W.M. Jones
2026-05-21qom: shorten name of object_set_properties_from_keyvalDaniel P. Berrangé
2026-05-14target-info-qom: detect target from QOMPierrick Bouvier
2026-05-14target-info: introduce TargetInfo in QOMPierrick Bouvier
2026-05-14Merge tag 'hw-misc-20260512' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2026-05-12system/physmem: Use translate_for_debug() in cpu_memory_rw_debug()Peter Maydell