aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-20tests/qtest/migration: Specify the geometry of the bootsectorFabiano Rosas1-1/+3
2023-10-20tests/qtest/migration: Define a machine for all architecturesFabiano Rosas1-3/+13
2023-10-20tests/qtest/migration: Introduce find_common_machine_versionFabiano Rosas2-0/+28
2023-10-20tests/qtest: Introduce qtest_resolve_machine_aliasFabiano Rosas2-0/+26
2023-10-20tests/qtest: Introduce qtest_has_machine_with_envFabiano Rosas2-2/+16
2023-10-20tests/qtest: Allow qtest_get_machines to use an alternate QEMU binaryFabiano Rosas1-4/+25
2023-10-20tests/qtest: Introduce qtest_init_with_envFabiano Rosas2-7/+32
2023-10-20tests/qtest: Allow qtest_qemu_binary to use a custom environment variableFabiano Rosas1-3/+10
2023-10-20migration/multifd: Stop checking p->quit in multifd_send_threadFabiano Rosas1-3/+0
2023-10-20migration: simplify notifiersSteve Sistare6-19/+31
2023-10-20migration: Fix parse_ramblock() on overwritten retvalsPeter Xu1-2/+3
2023-10-20migration: simplify blockersSteve Sistare33-150/+92
2023-10-20tests/qtest/migration-test: Disable the analyze-migration.py test on s390xThomas Huth1-1/+3
2023-10-19Merge tag 'pull-lu-20231018' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi5-183/+379
2023-10-19Merge tag 'migration-20231018-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi5-83/+104
2023-10-18linux-user: Remap guest SIGABRTRichard Henderson1-7/+35
2023-10-18linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAPRichard Henderson1-1/+43
2023-10-18linux-user: Split out host_sig{segv,bus}_handlerRichard Henderson1-60/+85
2023-10-18linux-user: Simplify signal_initRichard Henderson1-20/+22
2023-10-18linux-user: Map unsupported signals to an out-of-bounds valueRichard Henderson1-34/+38
2023-10-18linux-user: Only register handlers for core_dump_signal by defaultRichard Henderson1-29/+14
2023-10-18linux-user: Detect and report host crashesHelge Deller1-6/+63
2023-10-18linux-user: Exit not abort in die_with_backtraceRichard Henderson1-1/+1
2023-10-18linux-user: Split out die_with_signalRichard Henderson1-24/+28
2023-10-18linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmapRichard Henderson1-13/+17
2023-10-18linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArchJiajie Chen1-0/+8
2023-10-18linux-user/sh4: Fix crashes on signal deliveryMikulas Patocka1-0/+8
2023-10-18linux-user/mips: fix abort on integer overflowMikulas Patocka1-1/+3
2023-10-18linux-user: Fixes for zero_bssRichard Henderson1-13/+40
2023-10-18Merge tag 'pull-vfio-20231018' of https://github.com/legoater/qemu into stagingStefan Hajnoczi20-1973/+2573
2023-10-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi38-274/+282
2023-10-18migration: save_zero_page() can take block through pssJuan Quintela1-7/+6
2023-10-18migration: control_save_page() can take block through pssJuan Quintela1-3/+3
2023-10-18migration: save_compress_page() can take block through pssJuan Quintela1-4/+5
2023-10-18hw/vfio: add ramfb migration supportMarc-André Lureau5-0/+74
2023-10-18ramfb-standalone: add migration supportMarc-André Lureau2-0/+28
2023-10-18ramfb: add migration supportMarc-André Lureau2-0/+23
2023-10-18vfio/pci: Remove vfio_detach_device from vfio_realize error pathEric Auger1-9/+7
2023-10-18vfio/ccw: Remove redundant definition of TYPE_VFIO_CCWZhenzhong Duan1-2/+0
2023-10-18vfio/ap: Remove pointless apdev variableZhenzhong Duan1-6/+3
2023-10-18vfio/pci: Fix a potential memory leak in vfio_listener_region_addZhenzhong Duan1-1/+1
2023-10-18vfio/common: Move legacy VFIO backend code into separate container.cYi Liu4-1139/+1213
2023-10-18vfio/common: Introduce a global VFIODevice listZhenzhong Duan2-26/+21
2023-10-18vfio/common: Store the parent container in VFIODeviceZhenzhong Duan2-1/+8
2023-10-18vfio/common: Introduce a per container device listZhenzhong Duan2-78/+65
2023-10-18vfio/common: Move VFIO reset handler registration to a group agnostic functionZhenzhong Duan1-8/+7
2023-10-18vfio/ccw: Use vfio_[attach/detach]_deviceEric Auger3-100/+32
2023-10-18vfio/ap: Use vfio_[attach/detach]_deviceEric Auger1-54/+13
2023-10-18vfio/platform: Use vfio_[attach/detach]_deviceEric Auger2-41/+3
2023-10-18vfio/pci: Introduce vfio_[attach/detach]_deviceEric Auger4-53/+93