aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)AuthorFilesLines
23 hoursmemory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger1-13/+0
5 daystracepoints: move physmem trace pointsAlex Bennée2-1/+9
6 daysMerge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson1-0/+6
8 daysMerge tag 'hw-misc-20240702' of https://github.com/philmd/qemu into stagingRichard Henderson1-1/+1
8 dayssystem/physmem: Fix reference to dump-guest-coreAkihiko Odaki1-1/+1
9 dayspvpanic: Emit GUEST_PVSHUTDOWN QMP event on pvpanic shutdown signalAlejandro Jimenez1-0/+1
9 dayshw/misc/pvpanic: add support for normal shutdownsThomas Weißschuh1-0/+5
9 dayshw/xen: detect when running inside stubdomainMarek Marczykowski-Górecki1-0/+1
10 daysvl.c: select_machine(): add selected machine type to error messageVladimir Sementsov-Ogievskiy1-1/+1
10 daysvl.c: select_machine(): use g_autoptrVladimir Sementsov-Ogievskiy1-2/+1
10 daysvl.c: select_machine(): use ERRP_GUARD instead of error propagationVladimir Sementsov-Ogievskiy1-7/+7
10 daysvl: Allow multiple -overcommit commandsZide Chen1-2/+2
2024-06-24Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into stagingRichard Henderson1-13/+0
2024-06-24memory: Remove IOMMU MR iommu_set_iova_range APIEric Auger1-13/+0
2024-06-24qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.cPierrick Bouvier1-12/+0
2024-06-24sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_timeAlex Bennée1-22/+3
2024-06-24qtest: use cpu interface in qtest_clock_warpAlex Bennée1-3/+3
2024-06-24sysemu: add set_virtual_time to accel opsAlex Bennée1-0/+11
2024-06-24gdbstub: move enums into separate headerAlex Bennée1-0/+1
2024-06-19memory: Constify IOMMUTLBEvent in memory_region_notify_iommu()Philippe Mathieu-Daudé1-1/+1
2024-06-19memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one()Philippe Mathieu-Daudé1-2/+2
2024-06-09xen: mapcache: Pass the ram_addr offset to xen_map_cache()Edgar E. Iglesias1-4/+5
2024-06-05system/qtest: Replace sprintf by qemu_hexdump_linePhilippe Mathieu-Daudé1-8/+4
2024-06-05Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-0/+24
2024-06-05memory: Introduce memory_region_init_ram_guest_memfd()Xiaoyao Li1-0/+24
2024-06-04physmem: Replace check for RAMBlock offset 0 with xen_mr_is_memoryEdgar E. Iglesias1-1/+1
2024-06-04physmem: Always pass offset + addr to xen_map_cacheEdgar E. Iglesias1-1/+2
2024-06-04system/runstate: Remove unused 'qemu/plugin.h' headerPhilippe Mathieu-Daudé1-1/+0
2024-05-27cpus: Improve error messages on memsave, pmemsave write errorMarkus Armbruster1-2/+4
2024-05-16memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater1-5/+5
2024-05-10kconfig: allow compiling out QEMU device tree code per targetPaolo Bonzini3-15/+13
2024-05-10Merge tag 'pull-request-2024-05-10' of https://gitlab.com/thuth/qemu into sta...Richard Henderson1-0/+15
2024-05-10qemu-options: Deprecate "-runas" and introduce "-run-with user=..." insteadThomas Huth1-0/+15
2024-05-09Merge tag 'migration-20240508-pull-request' of https://gitlab.com/farosas/qem...Richard Henderson1-1/+2
2024-05-08system/physmem: Per-AddressSpace bounce bufferingMattias Nissler2-46/+34
2024-05-08system/physmem: Propagate AddressSpace to MapClient helpersMattias Nissler2-14/+14
2024-05-08system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARDPhilippe Mathieu-Daudé1-6/+4
2024-05-08qapi: introduce exit-on-error parameter for migrate-incomingVladimir Sementsov-Ogievskiy1-1/+2
2024-05-06Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson1-38/+44
2024-05-06system: Pass RAM MemoryRegion and is_write in xen_map_cache()Edgar E. Iglesias1-8/+23
2024-05-06system: let qemu_map_ram_ptr() use qemu_ram_ptr_length()Juergen Gross1-33/+23
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-0/+1
2024-05-03tcg: remove CPU* types from typedefs.hPaolo Bonzini1-2/+2
2024-04-26exec: Expose 'target_page.h' API to user emulationPhilippe Mathieu-Daudé1-30/+0
2024-04-25hw/core/machine: Support modules in -smpZhao Liu1-0/+3
2024-04-24Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson2-5/+6
2024-04-24qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definitionPhilippe Mathieu-Daudé1-1/+1
2024-04-24qapi: Inline and remove QERR_BUS_NO_HOTPLUG definitionPhilippe Mathieu-Daudé1-3/+5
2024-04-24error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster1-1/+0
2024-04-23Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson1-4/+40