summary refs log tree commit diff stats
path: root/scripts/probe-gdb-support.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-09migration/block: Make late-block-active the defaultPeter Xu1-19/+19
2025-01-09qmp/cont: Only activate disks if migration completedPeter Xu1-12/+14
2025-01-09migration: Add helper to get target runstatePeter Xu1-4/+17
2025-01-09migration/multifd: Fix compat with QEMU < 9.0Fabiano Rosas1-6/+9
2025-01-09migration/multifd: Document the reason to sync for save_setup()Peter Xu1-0/+25
2025-01-09migration/multifd: Cleanup src flushes on condition checkPeter Xu3-7/+47
2025-01-09migration/multifd: Remove sync processing on postcopyPeter Xu1-8/+0
2025-01-09migration/multifd: Unify RAM_SAVE_FLAG_MULTIFD_FLUSH messagesPeter Xu3-17/+30
2025-01-09migration/ram: Move RAM_SAVE_FLAG* into ram.hPeter Xu3-28/+28
2025-01-09migration/multifd: Allow to sync with sender threads onlyPeter Xu3-10/+37
2025-01-09migration/multifd: Further remove the SYNC on completePeter Xu1-3/+10
2025-01-09migration/multifd: Fix compile error caused by page_size usageShameer Kolothum1-1/+1
2025-01-09hw/xen: Check if len is 0 before memcpy()Akihiko Odaki1-0/+4
2025-01-09hw/i386/pc: Fix level interrupt sharing for Xen event channel GSIDavid Woodhouse3-25/+69
2025-01-09hw/intc/loongarch_extioi: Add irq routing support from physical idBibo Mao1-4/+26
2025-01-09hw/intc/loongarch_extioi: Remove num-cpu propertyBibo Mao2-2/+0
2025-01-09hw/intc/loongarch_extioi: Get cpu number from possible_cpu_arch_idsBibo Mao3-8/+17
2025-01-09target/loongarch: Only support 64bit pte widthBibo Mao4-15/+26
2025-01-09hw/loongarch/boot: Support Linux raw boot imageJiaxun Yang1-0/+69
2025-01-09hw/core/loader: Use ssize_t for efi zboot unpackerJiaxun Yang3-4/+4
2025-01-07tests/functional/test_x86_64_hotplug_cpu: Fix race condition during unplugThomas Huth1-2/+4
2025-01-07docs/about/deprecated: Remove paragraph about initial deprecation in 2.10Thomas Huth1-6/+0
2025-01-07Remove the deprecated "-runas" command line optionThomas Huth4-29/+7
2025-01-07hw/s390x: Remove the "adapter_routes_max_batch" property from the flicThomas Huth3-14/+2
2025-01-07hw/s390x/s390-virtio-ccw: Remove the deprecated 2.8 machine typeThomas Huth1-17/+0
2025-01-07hw/s390x: Remove the cpu_model_allowed flag and related codeThomas Huth3-19/+3
2025-01-07hw/s390x/s390-virtio-ccw: Remove the deprecated 2.7 machine typeThomas Huth1-15/+0
2025-01-07hw/s390x/css-bridge: Remove the "css_dev_path" propertyThomas Huth2-16/+1
2025-01-07hw/s390x/ipl: Remove the "iplbext_migration" propertyThomas Huth2-11/+0
2025-01-07hw/s390x: Remove the "ri_allowed" switchThomas Huth3-17/+6
2025-01-07hw/s390x/s390-virtio-ccw: Remove the deprecated 2.6 machine typeThomas Huth1-20/+0
2025-01-07hw/s390x/s390-skeys: Remove the "migration-enabled" propertyThomas Huth2-11/+1
2025-01-07hw/s390x/s390-virtio-ccw: Remove the deprecated 2.4 and 2.5 machine typesThomas Huth1-37/+0
2025-01-07tests/tcg/s390x: Use the SLOF libc headers for the multiarch testsIlya Leoshkevich1-1/+2
2025-01-06qemu-ga: Optimize freeze-hook script logic of logging errorDehan Meng1-4/+32
2025-01-06qga: implement a 'guest-get-load' commandDaniel P. Berrangé3-0/+58
2025-01-02qtest/fw-cfg: remove compiled out codeAni Sinha1-6/+0
2025-01-02tests/qtest/migration: Re-enable postcopy testsFabiano Rosas1-1/+5
2025-01-02tests/migration: Drop arch_[source|target]Peter Xu1-6/+2
2025-01-02tests/qtest/virtio-iommu-test: Don't pass uninitialized data into qtest_memwriteFabiano Rosas1-2/+2
2025-01-02tests/qtest/bios-tables-test: Free tables at dump_aml_filesFabiano Rosas1-0/+1
2025-01-02tests/qtest/migration: Initialize buffer in probe_o_direct_supportFabiano Rosas1-0/+1
2025-01-02tests/qtest/migration: Do proper cleanup in the dirty_limit testFabiano Rosas1-0/+5
2025-01-02tests/qtest/migration: Fix compile errors when CONFIG_UADK is setShameer Kolothum1-54/+0
2025-01-02tests/functional/test_arm_quanta_gsj: Fix broken testThomas Huth1-1/+1
2025-01-02tests/functional/test_rx_gdbsim: Use stable URL for test_linux_sashPhilippe Mathieu-Daudé1-5/+8
2025-01-02tests/functional/test_ppc64_hv: Update to Alpine 3.21.0Nicholas Piggin1-4/+4
2025-01-02tests/functional/test_ppc64_hv: Update repo managementNicholas Piggin1-3/+4
2025-01-02tests/functional/test_ppc64_hv: Simplify console handlingNicholas Piggin1-24/+19
2025-01-02tests/functional: Extract the find_free_ports() function into a helper fileThomas Huth2-28/+64