Re: [PATCH 11/20] migration: postcopy_pause_fault_thread() never fails

2022-02-21 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > Per the title, remove the return code and simplify the callers as the errors > will never be triggered. No functional change intended. > > Signed-off-by: Peter Xu Reviewed-by: Dr. David Alan Gilbert > --- > migration/postcopy-ram.c | 25 ---

[PATCH 11/20] migration: postcopy_pause_fault_thread() never fails

2022-02-15 Thread Peter Xu
Per the title, remove the return code and simplify the callers as the errors will never be triggered. No functional change intended. Signed-off-by: Peter Xu --- migration/postcopy-ram.c | 25 - 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/migration/post