]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: Drop save_live_complete_postcopy hook
authorPeter Xu <peterx@redhat.com>
Fri, 13 Jun 2025 14:07:55 +0000 (10:07 -0400)
committerFabiano Rosas <farosas@suse.de>
Fri, 11 Jul 2025 13:37:35 +0000 (10:37 -0300)
commitd7530a9682b7cdac1859dcf1e28573415d2afd56
treede714881a92b33164aacf52354607879dc06fccf
parent2145f38c31e940abca19bb8a9dc0d2549a40df14
migration: Drop save_live_complete_postcopy hook

The hook is only defined in two vmstate users ("ram" and "block dirty
bitmap"), meanwhile both of them define the hook exactly the same as the
precopy version.  Hence, this postcopy version isn't needed.

No functional change intended.

Reviewed-by: Juraj Marcin <jmarcin@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/20250613140801.474264-6-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
include/migration/register.h
migration/block-dirty-bitmap.c
migration/ram.c
migration/savevm.c