2 * Clock migration structure
4 * Copyright GreenSocs 2019-2020
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 "migration/vmstate.h"
17 const VMStateDescription vmstate_clock
= {
20 .minimum_version_id
= 0,
21 .fields
= (VMStateField
[]) {
22 VMSTATE_UINT64(period
, Clock
),