aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2024-10-21replace error_setg(&error_fatal, ...) with error_report()Tudor Gheorghiu1-1/+2
2024-10-15vl.c: Remove pxa2xx-specific -portrait and -rotate optionsPeter Maydell2-12/+0
2024-10-08memory: notify hypervisor of all eventfds during listener (de)registrationAni Sinha1-0/+83
2024-09-24reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()Juraj Marcin1-2/+11
2024-09-18softmmu/physmem.c: Keep transaction attribute in address_space_map()Fea.Wang1-1/+1
2024-09-17system: Enable the device aliases for or1k, tooThomas Huth1-0/+1
2024-09-17system: Sort QEMU_ARCH_VIRTIO_PCI definitionPhilippe Mathieu-Daudé1-6/+11
2024-09-13system: replace assert(0) with g_assert_not_reached()Pierrick Bouvier1-1/+1
2024-09-13seccomp: Remove check for CRIS hostPhilippe Mathieu-Daudé1-2/+2
2024-09-10Merge tag 'pull-qapi-2024-09-10' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-1/+1
2024-09-10qapi/ui: Drop temporary 'prefix'Markus Armbruster1-1/+1
2024-09-09system: improve migration debugDenis V. Lunev2-0/+6
2024-09-09softmmu/physmem: fix memory leak in dirty_memory_extend()David Hildenbrand1-26/+9
2024-09-09softmmu: Support concurrent bounce buffersMattias Nissler2-27/+60
2024-08-23system/vl.c: Print machine name, not "(null)", for unknown machine typesPeter Maydell1-2/+2
2024-08-16replay: allow runstate shutdown->running when replaying traceNicholas Piggin1-3/+28
2024-08-06system/vl.c: Expand OpenGL related errorsPeter Maydell1-2/+3
2024-08-06Merge tag 'pull-qapi-2024-08-05' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson1-6/+6
2024-08-05qmp: Fix higher half vaddrs for [p]memsaveJosh Junon1-6/+6
2024-08-05qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()Clément Léger1-1/+1
2024-08-05qemu/osdep: Move close_all_open_fds() to oslib-posixClément Léger1-36/+1
2024-07-29system/physmem: Where we assume we have a RAM MR, assert itPeter Maydell1-4/+14
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson1-2/+2
2024-07-23system/memory_mapping: make range overlap check more readableYao Xingtao1-2/+2
2024-07-22physmem: Add helper function to destroy CPU AddressSpaceSalil Mehta1-0/+29
2024-07-16system/physmem: use return value of ram_block_discard_require() as errnoZhenzhong Duan1-2/+5
2024-07-16vl: fix "type is NULL" in -vga helpMarc-André Lureau1-3/+10
2024-07-16system/cpus: Add cpu_pause() functionNicholas Piggin1-13/+17
2024-07-12physmem: Bail out qemu_ram_block_from_host() for invalid ram addrsEdgar E. Iglesias1-0/+4
2024-07-09memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger1-13/+0
2024-07-05tracepoints: move physmem trace pointsAlex Bennée2-1/+9
2024-07-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson1-0/+6
2024-07-02Merge tag 'hw-misc-20240702' of https://github.com/philmd/qemu into stagingRichard Henderson1-1/+1
2024-07-02system/physmem: Fix reference to dump-guest-coreAkihiko Odaki1-1/+1
2024-07-01pvpanic: Emit GUEST_PVSHUTDOWN QMP event on pvpanic shutdown signalAlejandro Jimenez1-0/+1
2024-07-01hw/misc/pvpanic: add support for normal shutdownsThomas Weißschuh1-0/+5
2024-07-01hw/xen: detect when running inside stubdomainMarek Marczykowski-Górecki1-0/+1
2024-06-30vl.c: select_machine(): add selected machine type to error messageVladimir Sementsov-Ogievskiy1-1/+1
2024-06-30vl.c: select_machine(): use g_autoptrVladimir Sementsov-Ogievskiy1-2/+1
2024-06-30vl.c: select_machine(): use ERRP_GUARD instead of error propagationVladimir Sementsov-Ogievskiy1-7/+7
2024-06-30vl: 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