mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
migration: Create migrate_rdma()
Helper to say if we are doing a migration over rdma. Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Li Zhijian <lizhijian@fujitsu.com> Signed-off-by: Juan Quintela <quintela@redhat.com> Message-ID: <20231011203527.9061-2-quintela@redhat.com>
This commit is contained in:
parent
d4f34485ca
commit
27fd25b0fb
5 changed files with 14 additions and 1 deletions
|
@ -469,6 +469,8 @@ struct MigrationState {
|
|||
* switchover has been received.
|
||||
*/
|
||||
bool switchover_acked;
|
||||
/* Is this a rdma migration */
|
||||
bool rdma_migration;
|
||||
};
|
||||
|
||||
void migrate_set_state(int *state, int old_state, int new_state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue