]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration/postcopy: Bring blocktime layer to ns level
authorPeter Xu <peterx@redhat.com>
Fri, 13 Jun 2025 14:12:09 +0000 (10:12 -0400)
committerFabiano Rosas <farosas@suse.de>
Fri, 11 Jul 2025 13:37:38 +0000 (10:37 -0300)
commita098761f63e019b75a23575bb8d5a520c0dbce64
treeacf6cac46bef27d4d62b9afe3b4a56fe636d8ded
parent08fb2a933586183be788aac43c62b2993e0a99ce
migration/postcopy: Bring blocktime layer to ns level

With 64-bit fields, it is trivial.  The caution is when exposing any values
in QMP, it was still declared with milliseconds (ms).  Hence it's needed to
do the convertion when exporting the values to existing QMP queries.

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