summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)Author
2026-06-14system/rtc: Fix a possible year-2038 integer overflow problemThomas Huth
2026-03-25treewide: replace qemu_hw_version() with QEMU_HW_VERSIONPaolo Bonzini
2026-03-19memory: Set mr->ram before RAM Block allocationXiaoyao Li
2026-03-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2026-03-16system/physmem.c: remove useless assertion of blockSergei Heifetz
2026-03-14runstate: handle return code of EOPNOTSUPP properly from rebuild_guest()Ani Sinha
2026-03-12coverity: fix coverity issues related to confidential guest resetAni Sinha
2026-03-09system/memory: Have memory_region_type() correctly describe containersPhilippe Mathieu-Daudé
2026-03-09system/memory: Constify various MemoryRegion argumentsPhilippe Mathieu-Daudé
2026-03-09system/ramblock: Constify various RAMBlock argumentsPhilippe Mathieu-Daudé
2026-03-09memory: drop RamDiscardListener::double_discard_supportedMarc-André Lureau
2026-03-09system/rba: use DIV_ROUND_UPMarc-André Lureau
2026-03-09memory: Factor out common ram ptr initializationBALATON Zoltan
2026-03-09memory: Factor out common ram region initializationBALATON Zoltan
2026-03-09memory: Add internal memory_region_register_ram functionBALATON Zoltan
2026-03-09memory: Shorten memory_region_init_ram_device_ptr and memory_region_init_rom_...BALATON Zoltan
2026-03-09memory: Remove memory_region_init_ram_nomigrate()BALATON Zoltan
2026-03-09memory: Remove memory_region_init_rom_nomigrate()BALATON Zoltan
2026-03-09physmem: xen: Conditionalize use of the mapcacheEdgar E. Iglesias
2026-03-06Merge tag 'pull-target-arm-20260306-2' of https://gitlab.com/pm215/qemu into ...Peter Maydell
2026-03-06system/qtest: Support comments in input commandsPeter Maydell
2026-03-05system: unconditionally enable thread namingDaniel P. Berrangé
2026-03-02Merge tag 'pull-request-2026-03-02' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2026-03-02Remove the qemu-system-microblazeel target from the buildThomas Huth
2026-02-27hw/machine: introduce machine specific option 'x-change-vmfd-on-reset'Ani Sinha
2026-02-27system/physmem: add helper to reattach existing memory after KVM VM fd changeAni Sinha
2026-02-27hw/accel: add a per-accelerator callback to change VM accelerator handleAni Sinha
2026-02-27accel/kvm: add confidential class member to indicate guest rebuild capabilityAni Sinha
2026-02-26system: Reduce 'arch_init.h' scopePhilippe Mathieu-Daudé
2026-02-26system: Make qemu_arch_available() common codePhilippe Mathieu-Daudé
2026-02-26qemu: Document qemu_arch_available() methodPhilippe Mathieu-Daudé
2026-02-23util: add some extra stubs for qemu modules initializationMarc-André Lureau
2026-02-23system/globals: Build as common codePhilippe Mathieu-Daudé
2026-02-23hw/ppc: Set graphic display dimensions genericallyPhilippe Mathieu-Daudé
2026-02-23hw/sparc: Set graphic display dimensions genericallyPhilippe Mathieu-Daudé
2026-02-23hw/m68k: Set graphic display dimensions genericallyPhilippe Mathieu-Daudé
2026-02-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2026-02-09target/or1k: Rename from openriscRichard Henderson
2026-02-07target/i386: convert SEV-ES termination requests to guest panic eventsPaolo Bonzini
2026-02-02system/physmem: Remove the assertion of page-aligned section numberJim Shu
2026-02-02accel/tcg: Fix iotlb_to_section() for different AddressSpaceJim Shu
2026-02-02memory: Add internal memory_region_set_ops helper functionBALATON Zoltan
2026-02-02memory: Remove memory_region_init_rom_device_nomigrate()BALATON Zoltan
2026-01-22cpus: Allocate maximum number of ASes supported by the archPhilippe Mathieu-Daudé
2026-01-22system: Allow restricting the legacy DEVICE_NATIVE_ENDIAN definitionPhilippe Mathieu-Daudé
2026-01-22system: Allow restricting legacy address_space_ldst() native-endian APIPhilippe Mathieu-Daudé
2026-01-22system/memory: Directly call address_space_ldst[M]_internal() helperPhilippe Mathieu-Daudé
2026-01-22system/memory: Use ldm_p() and stm_p() helpersPhilippe Mathieu-Daudé
2026-01-22system/memory: Pass device_endian argument as MemOp bitPhilippe Mathieu-Daudé
2026-01-22system/memory: Factor address_space_ldst[M]_internal() helper outPhilippe Mathieu-Daudé