mirror of https://gitee.com/openkylin/qemu.git
migration: fix one typo in comment of function migration_total_bytes()
Signed-off-by: Wei Yang <richardw.yang@linux.intel.com> Message-Id: <20190912024957.11780-1-richardw.yang@linux.intel.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
parent
1bf57fb3df
commit
268dcd46ae
|
@ -3025,7 +3025,7 @@ static MigThrError migration_detect_error(MigrationState *s)
|
|||
}
|
||||
}
|
||||
|
||||
/* How many bytes have we transferred since the beggining of the migration */
|
||||
/* How many bytes have we transferred since the beginning of the migration */
|
||||
static uint64_t migration_total_bytes(MigrationState *s)
|
||||
{
|
||||
return qemu_ftell(s->to_dst_file) + ram_counters.multifd_bytes;
|
||||
|
|
Loading…
Reference in New Issue