search for: migration_in_setup

Displaying 1 result from an estimated 1 matches for "migration_in_setup".

2023 Feb 22
0
[PATCH v2 07/13] vdpa: add vdpa net migration state notifier
...code there. > VhostOps 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 &...