Peter Xu wrote:
> 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
Reviewed-by: Juan Quintela
We are moving late to early, not the best name O:-)
On 19.04.23 18:17, Peter Xu wrote:
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
---
softmmu/vl.c | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/s
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
---
softmmu/vl.c | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/softmmu/vl.c b/softmmu/vl.c
index ea20b2