OSDN Git Service

migration/rdma: It makes no sense to recive that flag without RDMA
authorJuan Quintela <quintela@redhat.com>
Thu, 4 May 2023 11:44:42 +0000 (13:44 +0200)
committerJuan Quintela <quintela@redhat.com>
Thu, 4 May 2023 23:04:32 +0000 (01:04 +0200)
commit8c90815797af2ae6444a2722b19f7bdaf73b5458
tree65a3e357b78dea4e8308613966e38c9446ed8403
parent93dc710585f22363eca98cc8982a4290bc8cf25c
migration/rdma: It makes no sense to recive that flag without RDMA

This could only happen if the source sent
RAM_SAVE_FLAG_HOOK (i.e. rdma) and destination don't have CONFIG_RDMA.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20230504114443.23891-5-quintela@redhat.com>
migration/qemu-file.c