]> git.proxmox.com Git - mirror_qemu.git/blame - migration/migration-stats.c
docs: Convert u2f.txt to rST
[mirror_qemu.git] / migration / migration-stats.c
CommitLineData
947701cc
JQ
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
96820df2 17MigrationAtomicStats mig_stats;