Re: [PATCH v4 08/10] tests/qtest: distinguish src/dst migration VM stop/resume events

2023-06-01 Thread Juan Quintela
Daniel P. Berrangé wrote: > The 'got_stop' and 'got_resume' global variables apply to the src and > dst migration VM respectively. Change their names to make this explicit > to developers. > > Signed-off-by: Daniel P. Berrangé Reviewed-by: Juan Quintela

[PATCH v4 08/10] tests/qtest: distinguish src/dst migration VM stop/resume events

2023-06-01 Thread Daniel P . Berrangé
The 'got_stop' and 'got_resume' global variables apply to the src and dst migration VM respectively. Change their names to make this explicit to developers. Signed-off-by: Daniel P. Berrangé --- tests/qtest/migration-test.c | 26 +- 1 file changed, 13 insertions(+), 13 de