aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)Author
3 daysvl: fix qemu_validate_options() indentionGerd Hoffmann
2024-11-06Merge tag 'for-upstream-rust' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-11-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-11-05qdev: make properties array "const"Paolo Bonzini
2024-11-04qapi: introduce device-sync-configVladimir Sementsov-Ogievskiy
2024-11-04qdev-monitor: add option to report GenericError from find_device_stateVladimir Sementsov-Ogievskiy
2024-10-31migration: Drop migration_is_idle()Peter Xu
2024-10-31migration: Move cpu-throttle.c from system to migrationHyman Huang
2024-10-21replace error_setg(&error_fatal, ...) with error_report()Tudor Gheorghiu
2024-10-15vl.c: Remove pxa2xx-specific -portrait and -rotate optionsPeter Maydell
2024-10-08memory: notify hypervisor of all eventfds during listener (de)registrationAni Sinha
2024-09-24reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()Juraj Marcin
2024-09-18softmmu/physmem.c: Keep transaction attribute in address_space_map()Fea.Wang
2024-09-17system: Enable the device aliases for or1k, tooThomas Huth
2024-09-17system: Sort QEMU_ARCH_VIRTIO_PCI definitionPhilippe Mathieu-Daudé
2024-09-13system: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-13seccomp: Remove check for CRIS hostPhilippe Mathieu-Daudé
2024-09-10Merge tag 'pull-qapi-2024-09-10' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2024-09-10qapi/ui: Drop temporary 'prefix'Markus Armbruster
2024-09-09system: improve migration debugDenis V. Lunev
2024-09-09softmmu/physmem: fix memory leak in dirty_memory_extend()David Hildenbrand
2024-09-09softmmu: Support concurrent bounce buffersMattias Nissler
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