commit | cb9d8b8ce1aaf38f53295fc59ec1b8b7eb4338d2 | [log] [tgz] |
---|---|---|
author | Peter Xu <peterx@redhat.com> | Wed Apr 19 12:17:37 2023 -0400 |
committer | Juan Quintela <quintela@redhat.com> | Mon Apr 24 11:29:01 2023 +0200 |
tree | 48356cbb6e47c63cb1b4af4c386db02ad610fc61 | |
parent | fa45f8dab9613993c042176ea2d25552bfebc955 [diff] |
vl.c: Create late backends before migration object The migration object may want to check against different types of memory when initialized. Delay the creation to be after late backends. Signed-off-by: Peter Xu <peterx@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>