]> xenbits.xensource.com Git - qemu-xen.git/commit
migration/multifd: Forbid spurious wakeups
authorPeter Xu <peterx@redhat.com>
Fri, 2 Feb 2024 10:28:48 +0000 (18:28 +0800)
committerPeter Xu <peterx@redhat.com>
Mon, 5 Feb 2024 06:42:10 +0000 (14:42 +0800)
commit859ebaf346e8b5dece6cf255c604fe953d8ec9ab
tree0eee8cfe6c50c1b013f62a6483f8f9f9e5b6cb07
parent25a1f8787597f6906b151b2f73ae6cc92a31de57
migration/multifd: Forbid spurious wakeups

Now multifd's logic is designed to have no spurious wakeup.  I still
remember a talk to Juan and he seems to agree we should drop it now, and if
my memory was right it was there because multifd used to hit that when
still debugging.

Let's drop it and see what can explode; as long as it's not reaching
soft-freeze.

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/20240202102857.110210-15-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
migration/multifd.c