Zhenzhong Duan wrote:
> Make IO channel flush call after the inflight request has been drained
> in multifd thread, or else we may missed to flush the inflight request.
>
> Signed-off-by: Zhenzhong Duan
Good catch!
Reviewed-by: Juan Quintela
queued the whole series.
Make IO channel flush call after the inflight request has been drained
in multifd thread, or else we may missed to flush the inflight request.
Signed-off-by: Zhenzhong Duan
---
migration/multifd.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/migration/multifd.