Re: [RFC V1 4/6] migration: cpr_get_fd_param helper

2024-09-03 Thread Fabiano Rosas
Steve Sistare writes: > Add the helper function cpr_get_fd_param, for use by tap and vdpa. > > Signed-off-by: Steve Sistare Reviewed-by: Fabiano Rosas

[RFC V1 4/6] migration: cpr_get_fd_param helper

2024-08-30 Thread Steve Sistare
Add the helper function cpr_get_fd_param, for use by tap and vdpa. Signed-off-by: Steve Sistare --- include/migration/cpr.h | 2 ++ migration/cpr.c | 26 ++ 2 files changed, 28 insertions(+) diff --git a/include/migration/cpr.h b/include/migration/cpr.h index 9a