[PULL 05/18] tests: switch MigrateStart struct to be stack allocated

2022-04-21 Thread Dr. David Alan Gilbert (git)
From: Daniel P. Berrangé There's no compelling reason why the MigrateStart struct needs to be heap allocated. Using stack allocation and static initializers is simpler. Signed-off-by: Daniel P. Berrangé Message-Id: <20220310171821.3724080-8-berra...@redhat.com> Reviewed-by: Peter Xu Signed-off

[PULL 05/18] tests: switch MigrateStart struct to be stack allocated

2022-04-21 Thread Dr. David Alan Gilbert (git)
From: Daniel P. Berrangé There's no compelling reason why the MigrateStart struct needs to be heap allocated. Using stack allocation and static initializers is simpler. Signed-off-by: Daniel P. Berrangé Message-Id: <20220310171821.3724080-8-berra...@redhat.com> Reviewed-by: Peter Xu Signed-off