migration: Add mapped-ram URI compatibility check
authorFabiano Rosas <farosas@suse.de>
Thu, 29 Feb 2024 15:30:02 +0000 (12:30 -0300)
committerPeter Xu <peterx@redhat.com>
Fri, 1 Mar 2024 07:42:04 +0000 (15:42 +0800)
commit8d9e0d41006f094a8a377f0a12bef1e34b0a70b7
tree16f37b1d673994b34325cb568c93460db77c8cb2
parent4ed49feb4449f6959256c083afcb94116561b507
migration: Add mapped-ram URI compatibility check

The mapped-ram migration format needs a channel that supports seeking
to be able to write each page to an arbitrary offset in the migration
stream.

Reviewed-by: "Daniel P. Berrangé" <berrange@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/20240229153017.2221-9-farosas@suse.de
Signed-off-by: Peter Xu <peterx@redhat.com>
migration/migration.c