Re: [PATCH V2 02/45] migration: cpr helpers

2025-02-24 Thread Steven Sistare
On 2/18/2025 11:26 AM, Peter Xu wrote: On Fri, Feb 14, 2025 at 03:31:29PM -0500, Steven Sistare wrote: On 2/14/2025 11:37 AM, Peter Xu wrote: On Fri, Feb 14, 2025 at 06:13:44AM -0800, Steve Sistare wrote: Add cpr_needed_for_reuse, cpr_resave_fd helpers, cpr_is_incoming, and cpr_open_fd, for us

Re: [PATCH V2 02/45] migration: cpr helpers

2025-02-18 Thread Peter Xu
On Fri, Feb 14, 2025 at 03:31:29PM -0500, Steven Sistare wrote: > On 2/14/2025 11:37 AM, Peter Xu wrote: > > On Fri, Feb 14, 2025 at 06:13:44AM -0800, Steve Sistare wrote: > > > Add cpr_needed_for_reuse, cpr_resave_fd helpers, cpr_is_incoming, and > > > cpr_open_fd, for use when adding cpr support

Re: [PATCH V2 02/45] migration: cpr helpers

2025-02-14 Thread Steven Sistare
On 2/14/2025 11:37 AM, Peter Xu wrote: On Fri, Feb 14, 2025 at 06:13:44AM -0800, Steve Sistare wrote: Add cpr_needed_for_reuse, cpr_resave_fd helpers, cpr_is_incoming, and cpr_open_fd, for use when adding cpr support for vfio and iommufd. Signed-off-by: Steve Sistare --- include/migration/cp

Re: [PATCH V2 02/45] migration: cpr helpers

2025-02-14 Thread Peter Xu
On Fri, Feb 14, 2025 at 06:13:44AM -0800, Steve Sistare wrote: > Add cpr_needed_for_reuse, cpr_resave_fd helpers, cpr_is_incoming, and > cpr_open_fd, for use when adding cpr support for vfio and iommufd. > > Signed-off-by: Steve Sistare > --- > include/migration/cpr.h | 6 ++ > migration/cp

[PATCH V2 02/45] migration: cpr helpers

2025-02-14 Thread Steve Sistare
Add cpr_needed_for_reuse, cpr_resave_fd helpers, cpr_is_incoming, and cpr_open_fd, for use when adding cpr support for vfio and iommufd. Signed-off-by: Steve Sistare --- include/migration/cpr.h | 6 ++ migration/cpr.c | 44 2 files change