migration: postcopy_pause_fault_thread() never fails
authorPeter Xu <peterx@redhat.com>
Tue, 1 Mar 2022 08:39:11 +0000 (16:39 +0800)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 2 Mar 2022 18:20:45 +0000 (18:20 +0000)
commit27dd21b461569f3b85a9db409f9117ae9d976548
tree5c01b2fc8d64ec5fc4d3f851b22012e0b667758c
parentd5c8f2afe866b84ce9372d5c52c130d1e457fc95
migration: postcopy_pause_fault_thread() never fails

Per the title, remove the return code and simplify the callers as the errors
will never be triggered.  No functional change intended.

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20220301083925.33483-12-peterx@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/postcopy-ram.c