aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)Author
2024-08-23system/vl.c: Print machine name, not "(null)", for unknown machine typesPeter Maydell
2024-08-16replay: allow runstate shutdown->running when replaying traceNicholas Piggin
2024-08-06system/vl.c: Expand OpenGL related errorsPeter Maydell
2024-08-06Merge tag 'pull-qapi-2024-08-05' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson
2024-08-05qmp: Fix higher half vaddrs for [p]memsaveJosh Junon
2024-08-05qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()Clément Léger
2024-08-05qemu/osdep: Move close_all_open_fds() to oslib-posixClément Léger
2024-07-29system/physmem: Where we assume we have a RAM MR, assert itPeter Maydell
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-23system/memory_mapping: make range overlap check more readableYao Xingtao
2024-07-22physmem: Add helper function to destroy CPU AddressSpaceSalil Mehta
2024-07-16system/physmem: use return value of ram_block_discard_require() as errnoZhenzhong Duan
2024-07-16vl: fix "type is NULL" in -vga helpMarc-André Lureau
2024-07-16system/cpus: Add cpu_pause() functionNicholas Piggin
2024-07-12physmem: Bail out qemu_ram_block_from_host() for invalid ram addrsEdgar E. Iglesias
2024-07-09memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger
2024-07-05tracepoints: move physmem trace pointsAlex Bennée
2024-07-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2024-07-02Merge tag 'hw-misc-20240702' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-02system/physmem: Fix reference to dump-guest-coreAkihiko Odaki
2024-07-01pvpanic: Emit GUEST_PVSHUTDOWN QMP event on pvpanic shutdown signalAlejandro Jimenez
2024-07-01hw/misc/pvpanic: add support for normal shutdownsThomas Weißschuh
2024-07-01hw/xen: detect when running inside stubdomainMarek Marczykowski-Górecki
2024-06-30vl.c: select_machine(): add selected machine type to error messageVladimir Sementsov-Ogievskiy
2024-06-30vl.c: select_machine(): use g_autoptrVladimir Sementsov-Ogievskiy
2024-06-30vl.c: select_machine(): use ERRP_GUARD instead of error propagationVladimir Sementsov-Ogievskiy
2024-06-30vl: Allow multiple -overcommit commandsZide Chen
2024-06-24Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into stagingRichard Henderson
2024-06-24memory: Remove IOMMU MR iommu_set_iova_range APIEric Auger
2024-06-24qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.cPierrick Bouvier
2024-06-24sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_timeAlex Bennée
2024-06-24qtest: use cpu interface in qtest_clock_warpAlex Bennée
2024-06-24sysemu: add set_virtual_time to accel opsAlex Bennée
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-06-19memory: Constify IOMMUTLBEvent in memory_region_notify_iommu()Philippe Mathieu-Daudé
2024-06-19memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one()Philippe Mathieu-Daudé
2024-06-09xen: mapcache: Pass the ram_addr offset to xen_map_cache()Edgar E. Iglesias
2024-06-05system/qtest: Replace sprintf by qemu_hexdump_linePhilippe Mathieu-Daudé
2024-06-05Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-06-05memory: Introduce memory_region_init_ram_guest_memfd()Xiaoyao Li
2024-06-04physmem: Replace check for RAMBlock offset 0 with xen_mr_is_memoryEdgar E. Iglesias
2024-06-04physmem: Always pass offset + addr to xen_map_cacheEdgar E. Iglesias
2024-06-04system/runstate: Remove unused 'qemu/plugin.h' headerPhilippe Mathieu-Daudé
2024-05-27cpus: Improve error messages on memsave, pmemsave write errorMarkus Armbruster
2024-05-16memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater
2024-05-10kconfig: allow compiling out QEMU device tree code per targetPaolo Bonzini
2024-05-10Merge tag 'pull-request-2024-05-10' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2024-05-10qemu-options: Deprecate "-runas" and introduce "-run-with user=..." insteadThomas Huth
2024-05-09Merge tag 'migration-20240508-pull-request' of https://gitlab.com/farosas/qem...Richard Henderson
2024-05-08system/physmem: Per-AddressSpace bounce bufferingMattias Nissler