aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-07migration/multifd: Add a synchronization point for channel creationFabiano Rosas1-6/+26
2024-02-07migration/multifd: Unify multifd and TLS connection pathsFabiano Rosas1-43/+40
2024-02-07migration/multifd: Move multifd_send_setup into migration threadFabiano Rosas1-5/+5
2024-02-07migration/multifd: Move multifd_send_setup error handling in to the functionFabiano Rosas3-13/+19
2024-02-07migration/multifd: Remove p->runningFabiano Rosas2-20/+14
2024-02-07migration/multifd: Join the TLS threadFabiano Rosas2-1/+9
2024-02-07migration: Fix logic of channels and transport compatibility checkAvihai Horon1-6/+11
2024-02-06meson: Link with libinotify on FreeBSDIlya Leoshkevich2-5/+24
2024-02-06test-util-filemonitor: Adapt to the FreeBSD inotify rename semanticsIlya Leoshkevich1-0/+8
2024-02-06tests/vm/freebsd: Reload the sshd configurationIlya Leoshkevich1-0/+1
2024-02-06tests/vm: Set UseDNS=no in the sshd configurationIlya Leoshkevich1-0/+2
2024-02-06target/s390x: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé7-25/+11
2024-02-06tests/tcg/s390x: Test CONVERT TO BINARYIlya Leoshkevich2-0/+103
2024-02-06tests/tcg/s390x: Test CONVERT TO DECIMALIlya Leoshkevich2-0/+64
2024-02-06target/s390x: Emulate CVB, CVBY and CVBGIlya Leoshkevich4-0/+98
2024-02-06target/s390x: Emulate CVDGIlya Leoshkevich4-0/+31
2024-02-06oslib-posix: initialize backend memory objects in parallelMark Kanda7-37/+145
2024-02-06memory-device: reintroduce memory region size checkDavid Hildenbrand1-0/+14
2024-02-06migration/multifd: Optimize sender side to be locklessPeter Xu2-27/+26
2024-02-05tcg/tci: Support TCG_COND_TST{EQ,NE}Richard Henderson2-1/+15
2024-02-05tcg/s390x: Support TCG_COND_TST{EQ,NE}Richard Henderson2-44/+97
2024-02-05docs/about: Deprecate the old "power5+" and "power7+" CPU namesThomas Huth1-0/+9
2024-02-05target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rulesThomas Huth3-10/+8
2024-02-05hw/scsi/lsi53c895a: add missing decrement of reentrancy counterSven Schnelle1-0/+1
2024-02-05migration/multifd: Fix MultiFDSendParams.packet_num racePeter Xu2-24/+34
2024-02-05migration/multifd: Stick with send/recv on function namesPeter Xu3-16/+16
2024-02-05migration/multifd: Cleanup multifd_load_cleanup()Peter Xu1-22/+30
2024-02-05migration/multifd: Cleanup multifd_save_cleanup()Peter Xu1-32/+59
2024-02-05migration/multifd: Rewrite multifd_queue_page()Peter Xu1-19/+37
2024-02-05migration/multifd: Change retval of multifd_send_pages()Peter Xu1-7/+8
2024-02-05migration/multifd: Change retval of multifd_queue_page()Peter Xu3-6/+7
2024-02-05migration/multifd: Split multifd_send_terminate_threads()Peter Xu2-10/+19
2024-02-05migration/multifd: Forbid spurious wakeupsPeter Xu1-4/+3
2024-02-05migration/multifd: Move header prepare/fill into send_prepare()Peter Xu4-33/+37
2024-02-05migration/multifd: multifd_send_prepare_header()Peter Xu2-8/+16
2024-02-05migration/multifd: Move trace_multifd_send|recv()Peter Xu1-5/+6
2024-02-05migration/multifd: Move total_normal_pages accountingPeter Xu1-2/+2
2024-02-05migration/multifd: Rename p->num_packets and clean it upPeter Xu2-11/+8
2024-02-05migration/multifd: Drop pages->num check in sender threadPeter Xu1-6/+7
2024-02-05migration/multifd: Simplify locking in sender threadPeter Xu1-7/+16
2024-02-05migration/multifd: Separate SYNC request with normal jobsPeter Xu2-16/+36
2024-02-05migration/multifd: Drop MultiFDSendParams.normal[] arrayPeter Xu4-30/+21
2024-02-05migration/multifd: Postpone reset of MultiFDPages_tPeter Xu1-4/+14
2024-02-05migration/multifd: Drop MultiFDSendParams.quit, cleanup error pathsPeter Xu2-54/+33
2024-02-05migration/multifd: multifd_send_kick_main()Peter Xu1-6/+15
2024-02-05migration/multifd: Drop stale comment for multifd zero copyPeter Xu1-11/+0
2024-02-05migration: prevent migration when VM has poisoned memoryWilliam Roche4-0/+28
2024-02-04hv-balloon: use get_min_alignment() to express 32 GiB alignmentDavid Hildenbrand1-16/+21
2024-02-03tcg/s390x: Add TCG_CT_CONST_CMPRichard Henderson3-21/+58
2024-02-03tcg/s390x: Split constraint A into J+URichard Henderson3-23/+23