2023-04-26 19:04:06 +02:00
|
|
|
/*
|
|
|
|
* 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"
|
|
|
|
|
2023-04-26 19:40:13 +02:00
|
|
|
MigrationAtomicStats mig_stats;
|