aboutsummaryrefslogtreecommitdiff
path: root/migration/migration-stats.c
blob: 2f2cea965c2dbaf7b98a6b110cd96d6212746ccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Migration stats
 *
 * Copyright (c) 2012-2023 Red Hat Inc
 *
 * Authors:
 *  Juan Quintela <quintela@redhat.com>
 *
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 * See the COPYING file in the top-level directory.
 */

#include "qemu/osdep.h"
#include "qemu/stats64.h"
#include "migration-stats.h"

MigrationAtomicStats mig_stats;