Displaying 1 result from an estimated 1 matches for "migration_has_failed".
2023 Feb 22
0
[PATCH v2 07/13] vdpa: add vdpa net migration state notifier
...ps cannot be reused since all vdpa backend share them, and to
> personalize just for networking would be too heavy.
>
> Signed-off-by: Eugenio P?rez <eperezma at redhat.com>
> ---
> v3:
> * Add TODO to use the resume operation in the future.
> * Use migration_in_setup and migration_has_failed instead of a
> complicated switch case.
> ---
> net/vhost-vdpa.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 76 insertions(+)
>
> diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c
> index dd686b4514..bca13f97fd 100644
> --- a/net/vhost-vdpa....