meson: Fix to make QAPI generator output depend on main.py
[qemu/armbru.git] / migration / migration-stats.c
blob2f2cea965c2dbaf7b98a6b110cd96d6212746ccc
1 /*
2 * Migration stats
4 * Copyright (c) 2012-2023 Red Hat Inc
6 * Authors:
7 * Juan Quintela <quintela@redhat.com>
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.
13 #include "qemu/osdep.h"
14 #include "qemu/stats64.h"
15 #include "migration-stats.h"
17 MigrationAtomicStats mig_stats;