ram: Document migration ram flags
authorJuan Quintela <quintela@redhat.com>
Thu, 28 Jul 2022 08:14:42 +0000 (10:14 +0200)
committerJuan Quintela <quintela@redhat.com>
Mon, 13 Feb 2023 02:45:47 +0000 (03:45 +0100)
commit7b548761e5d084f2fc0fc4badebab227b51a8a84
treed114324ea2c5912e7858ec4f0d6e9d3c3615ef49
parentcfc3bcf373218fb8757b0ff1ce2017b9b6ad4bff
ram: Document migration ram flags

0x80 is RAM_SAVE_FLAG_HOOK, it is in qemu-file now.
Bigger usable flag is 0x200, noticing that.
We can reuse RAM_SAVe_FLAG_FULL.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/ram.c