xref: /qemu/migration/migration-stats.c (revision 83ecdb18)
1 /*
2  * Migration stats
3  *
4  * Copyright (c) 2012-2023 Red Hat Inc
5  *
6  * Authors:
7  *  Juan Quintela <quintela@redhat.com>
8  *
9  * This work is licensed under the terms of the GNU GPL, version 2 or later.
10  * See the COPYING file in the top-level directory.
11  */
12 
13 #include "qemu/osdep.h"
14 #include "qemu/stats64.h"
15 #include "migration-stats.h"
16 
17 MigrationAtomicStats mig_stats;
18