]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration/postcopy: Drop PostcopyBlocktimeContext.start_time
authorPeter Xu <peterx@redhat.com>
Fri, 13 Jun 2025 14:12:08 +0000 (10:12 -0400)
committerFabiano Rosas <farosas@suse.de>
Fri, 11 Jul 2025 13:37:37 +0000 (10:37 -0300)
commit08fb2a933586183be788aac43c62b2993e0a99ce
tree3c5ba8636a04646e3d6ad42e4fff3030b4b73819
parentb2819530e3134fb47c92c1bf0f3def8ea5b1c8ee
migration/postcopy: Drop PostcopyBlocktimeContext.start_time

Now with 64bits, the offseting using start_time is not needed anymore,
because the array can always remember the whole timestamp.

Then drop the unused parameter in get_low_time_offset() altogether.

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/20250613141217.474825-6-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
migration/postcopy-ram.c