migration: Remove unused threshold_size parameter
authorJuan Quintela <quintela@redhat.com>
Mon, 3 Oct 2022 00:50:42 +0000 (02:50 +0200)
committerJuan Quintela <quintela@redhat.com>
Mon, 6 Feb 2023 18:22:56 +0000 (19:22 +0100)
commitfd70385d38bb75128c1bdfc027af81cc41ec0e48
treee57192157e10f56a47fab321445dbe00241cd636
parentc8df4a7aeffcb46020f610526eea621fa5b0cd47
migration: Remove unused threshold_size parameter

Until previous commit, save_live_pending() was used for ram.  Now with
the split into state_pending_estimate() and state_pending_exact() it
is not needed anymore, so remove them.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
hw/s390x/s390-stattrib.c
hw/vfio/migration.c
include/migration/register.h
migration/block-dirty-bitmap.c
migration/block.c
migration/migration.c
migration/ram.c
migration/savevm.c
migration/savevm.h
migration/trace-events