migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored()
authorDavid Hildenbrand <david@redhat.com>
Thu, 6 Jul 2023 07:56:08 +0000 (09:56 +0200)
committerDavid Hildenbrand <david@redhat.com>
Wed, 12 Jul 2023 07:25:37 +0000 (09:25 +0200)
commitf161c88a03c646ee308653d3ea99318901093309
tree469380865b705858918cc39b9592cccefc0b2a0e
parent836f657b6a32baf5579c6f218c9c104363562bb6
migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored()

virtio-mem wants to know whether it should not mess with the RAMBlock
content (e.g., discard RAM, preallocate memory) on incoming migration.

So let's expose that function as migrate_ram_is_ignored() in
migration/misc.h

Message-ID: <20230706075612.67404-4-david@redhat.com>
Acked-by: Peter Xu <peterx@redhat.com>
Tested-by: Mario Casquero <mcasquer@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
include/migration/misc.h
migration/postcopy-ram.c
migration/ram.c
migration/ram.h