summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)Author
2026-06-14system/rtc: Fix a possible year-2038 integer overflow problemThomas Huth
2025-10-05physmem: Destroy all CPU AddressSpaces on unrealizePeter Maydell
2025-10-05memory: New AS helper to serialize destroy+freePeter Xu
2025-09-18i386/cpu: Enable SMM cpu address space under KVMXiaoyao Li
2025-07-29system/physmem: fix use-after-free with dispatchPierrick Bouvier
2025-04-14system/main: transfer replay mutex ownership from main thread to main loop th...Pierrick Bouvier
2025-03-27migration: Avoid SNP guest crash due to duplicate cpr blockerSteve Sistare
2025-03-14Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2025-03-13dma: use current AioContext for dma_blk_io()Stefan Hajnoczi
2025-03-11system: Replace arch_type global by qemu_arch_available() helperPhilippe Mathieu-Daudé
2025-03-11system: Extract target-specific globals to their own compilation unitPhilippe Mathieu-Daudé
2025-03-10migration: ram block cpr blockersSteve Sistare
2025-03-08system: Build watchpoint.c onceRichard Henderson
2025-03-08exec: Declare tlb_flush*() in 'exec/cputlb.h'Philippe Mathieu-Daudé
2025-03-08exec: Declare tlb_reset_dirty*() in 'exec/cputlb.h'Philippe Mathieu-Daudé
2025-03-06system: Open-code qemu_init_arch_modules() using target_name()Philippe Mathieu-Daudé
2025-03-06accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'Philippe Mathieu-Daudé
2025-03-06accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'Philippe Mathieu-Daudé
2025-03-06accel/tcg: Restrict 'icount_align_option' global to TCGPhilippe Mathieu-Daudé
2025-03-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2025-02-25hw/core/machine.c: Make -machine dumpdtb=file.dtb with no DTB an errorPeter Maydell
2025-02-25physmem: replace assertion with errorPaolo Bonzini
2025-02-24hw: Centralize handling of -machine dumpdtb optionPeter Maydell
2025-02-19Merge tag 'mem-next-pull-request' of https://gitlab.com/peterx/qemu into stagingStefan Hajnoczi
2025-02-16hw/boards: Ensure machine setting auto_create_sdcard expose a SD BusPhilippe Mathieu-Daudé
2025-02-16hw/boards: Rename no_sdcard -> auto_create_sdcardPhilippe Mathieu-Daudé
2025-02-16hw/boards: Explicit no_sdcard=false as ON_OFF_AUTO_OFFPhilippe Mathieu-Daudé
2025-02-16hw/boards: Convert no_sdcard flag to OnOffAuto tri-statePhilippe Mathieu-Daudé
2025-02-12overcommit: introduce mem-lock=on-faultDaniil Tatianin
2025-02-12system: introduce a new MlockState enumDaniil Tatianin
2025-02-12system/vl: extract overcommit option parsing into a helperDaniil Tatianin
2025-02-12os: add an ability to lock memory on_faultDaniil Tatianin
2025-02-12system/physmem: poisoned memory discard on rebootWilliam Roche
2025-02-12system/physmem: handle hugetlb correctly in qemu_ram_remap()William Roche
2025-02-12physmem: teach cpu_memory_rw_debug() to write to more memory regionsDavid Hildenbrand
2025-02-12memory: pass MemTxAttrs to memory_access_is_direct()David Hildenbrand
2025-02-12physmem: disallow direct access to RAM DEVICE in address_space_write_rom()David Hildenbrand
2025-02-11system/physmem: take into account fd_offset for file fallocateWilliam Roche
2025-02-10Merge tag 'pull-10.0-testing-and-gdstub-updates-100225-1' of https://gitlab.c...Stefan Hajnoczi
2025-02-10Merge tag 'pull-target-arm-20250210' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
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-02-10tests/qtest: tighten up the checks on clock_stepAlex Bennée
2025-02-10tests/qtest: rename qtest_send_prefix and roll-up into qtest_sendAlex Bennée
2025-02-10tests/qtest: simplify qtest_process_inbufAlex Bennée
2025-02-07qemu-options: Deprecate -old-param command line optionPeter Maydell
2025-01-29migration: cpr-transfer modeSteve Sistare
2025-01-29migration: incoming channelSteve Sistare
2025-01-29physmem: preserve ram blocks for cprSteve Sistare
2025-01-29machine: aux-ram-share optionSteve Sistare