hw/net/xilinx_axienet: Handle fragmented packets from DMA
[qemu/ar7.git] / include / migration / snapshot.h
blobc85b6ec75b710931bf07ced23c9ccfb8bed3ac79
1 /*
2 * QEMU snapshots
4 * Copyright (c) 2004-2008 Fabrice Bellard
5 * Copyright (c) 2009-2015 Red Hat Inc
7 * Authors:
8 * Juan Quintela <quintela@redhat.com>
11 * This work is licensed under the terms of the GNU GPL, version 2 or later.
12 * See the COPYING file in the top-level directory.
15 #ifndef QEMU_MIGRATION_SNAPSHOT_H
16 #define QEMU_MIGRATION_SNAPSHOT_H
18 int save_snapshot(const char *name, Error **errp);
19 int load_snapshot(const char *name, Error **errp);
21 #endif