aboutsummaryrefslogtreecommitdiffstats
path: root/system (follow)
Commit message (Expand)AuthorAgeFilesLines
* system/vl.c: Print machine name, not "(null)", for unknown machine typesPeter Maydell2024-08-231-2/+2
* replay: allow runstate shutdown->running when replaying traceNicholas Piggin2024-08-161-3/+28
* system/vl.c: Expand OpenGL related errorsPeter Maydell2024-08-061-2/+3
* Merge tag 'pull-qapi-2024-08-05' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson2024-08-061-6/+6
|\
| * qmp: Fix higher half vaddrs for [p]memsaveJosh Junon2024-08-051-6/+6
* | qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()Clément Léger2024-08-051-1/+1
* | qemu/osdep: Move close_all_open_fds() to oslib-posixClément Léger2024-08-051-36/+1
|/
* system/physmem: Where we assume we have a RAM MR, assert itPeter Maydell2024-07-291-4/+14
* Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson2024-07-241-2/+2
|\
| * system/memory_mapping: make range overlap check more readableYao Xingtao2024-07-231-2/+2
* | physmem: Add helper function to destroy CPU AddressSpaceSalil Mehta2024-07-221-0/+29
|/
* system/physmem: use return value of ram_block_discard_require() as errnoZhenzhong Duan2024-07-161-2/+5
* vl: fix "type is NULL" in -vga helpMarc-André Lureau2024-07-161-3/+10
* system/cpus: Add cpu_pause() functionNicholas Piggin2024-07-161-13/+17
* physmem: Bail out qemu_ram_block_from_host() for invalid ram addrsEdgar E. Iglesias2024-07-121-0/+4
* memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger2024-07-091-13/+0
* tracepoints: move physmem trace pointsAlex Bennée2024-07-052-1/+9
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingRichard Henderson2024-07-031-0/+6
|\
| * pvpanic: Emit GUEST_PVSHUTDOWN QMP event on pvpanic shutdown signalAlejandro Jimenez2024-07-011-0/+1
| * hw/misc/pvpanic: add support for normal shutdownsThomas Weißschuh2024-07-011-0/+5
* | Merge tag 'hw-misc-20240702' of https://github.com/philmd/qemu into stagingRichard Henderson2024-07-021-1/+1
|\ \ | |/ |/|
| * system/physmem: Fix reference to dump-guest-coreAkihiko Odaki2024-07-021-1/+1
* | hw/xen: detect when running inside stubdomainMarek Marczykowski-Górecki2024-07-011-0/+1
|/
* vl.c: select_machine(): add selected machine type to error messageVladimir Sementsov-Ogievskiy2024-06-301-1/+1
* vl.c: select_machine(): use g_autoptrVladimir Sementsov-Ogievskiy2024-06-301-2/+1
* vl.c: select_machine(): use ERRP_GUARD instead of error propagationVladimir Sementsov-Ogievskiy2024-06-301-7/+7
* vl: Allow multiple -overcommit commandsZide Chen2024-06-301-2/+2
* Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into stagingRichard Henderson2024-06-241-13/+0
|\
| * memory: Remove IOMMU MR iommu_set_iova_range APIEric Auger2024-06-241-13/+0
* | qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.cPierrick Bouvier2024-06-241-12/+0
* | sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_timeAlex Bennée2024-06-241-22/+3
* | qtest: use cpu interface in qtest_clock_warpAlex Bennée2024-06-241-3/+3
* | sysemu: add set_virtual_time to accel opsAlex Bennée2024-06-241-0/+11
* | gdbstub: move enums into separate headerAlex Bennée2024-06-241-0/+1
|/
* memory: Constify IOMMUTLBEvent in memory_region_notify_iommu()Philippe Mathieu-Daudé2024-06-191-1/+1
* memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one()Philippe Mathieu-Daudé2024-06-191-2/+2
* xen: mapcache: Pass the ram_addr offset to xen_map_cache()Edgar E. Iglesias2024-06-091-4/+5
* system/qtest: Replace sprintf by qemu_hexdump_linePhilippe Mathieu-Daudé2024-06-051-8/+4
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2024-06-051-0/+24
|\
| * memory: Introduce memory_region_init_ram_guest_memfd()Xiaoyao Li2024-06-051-0/+24
* | physmem: Replace check for RAMBlock offset 0 with xen_mr_is_memoryEdgar E. Iglesias2024-06-041-1/+1
* | physmem: Always pass offset + addr to xen_map_cacheEdgar E. Iglesias2024-06-041-1/+2
* | system/runstate: Remove unused 'qemu/plugin.h' headerPhilippe Mathieu-Daudé2024-06-041-1/+0
|/
* cpus: Improve error messages on memsave, pmemsave write errorMarkus Armbruster2024-05-271-2/+4
* memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater2024-05-161-5/+5
* kconfig: allow compiling out QEMU device tree code per targetPaolo Bonzini2024-05-103-15/+13
* Merge tag 'pull-request-2024-05-10' of https://gitlab.com/thuth/qemu into stagingRichard Henderson2024-05-101-0/+15
|\
| * qemu-options: Deprecate "-runas" and introduce "-run-with user=..." insteadThomas Huth2024-05-101-0/+15
* | Merge tag 'migration-20240508-pull-request' of https://gitlab.com/farosas/qemu into stagingRichard Henderson2024-05-091-1/+2
|\ \ | |/ |/|
| * qapi: introduce exit-on-error parameter for migrate-incomingVladimir Sementsov-Ogievskiy2024-05-081-1/+2