OSDN Git Service

tests/qtest: distinguish src/dst migration VM stop/resume events
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 1 Jun 2023 16:13:45 +0000 (17:13 +0100)
committerJuan Quintela <quintela@redhat.com>
Fri, 2 Jun 2023 09:46:19 +0000 (11:46 +0200)
commit95014994e1a5846c55ee9f1bf9ddea03ac854dc3
tree6d4fafea8f96d07fc5e50417672c9fb27f735881
parent266ea334b2ea96890e268acff1a26b4a71804361
tests/qtest: distinguish src/dst migration VM stop/resume events

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.

Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20230601161347.1803440-9-berrange@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
tests/qtest/migration-test.c