snapshot.h (fc7dbc119e0852a70dc9fa68bb41a318e49e4cd6) | snapshot.h (922a01a013d2270682a188258cbccacfecf8129c) |
---|---|
1/* 2 * Block layer snapshot related functions 3 * 4 * Copyright (c) 2003-2008 Fabrice Bellard 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights --- 11 unchanged lines hidden (view full) --- 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 22 * THE SOFTWARE. 23 */ 24 25#ifndef SNAPSHOT_H 26#define SNAPSHOT_H 27 | 1/* 2 * Block layer snapshot related functions 3 * 4 * Copyright (c) 2003-2008 Fabrice Bellard 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights --- 11 unchanged lines hidden (view full) --- 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 22 * THE SOFTWARE. 23 */ 24 25#ifndef SNAPSHOT_H 26#define SNAPSHOT_H 27 |
28#include "qemu-common.h" 29#include "qemu/option.h" | |
30 31 32#define SNAPSHOT_OPT_BASE "snapshot." 33#define SNAPSHOT_OPT_ID "snapshot.id" 34#define SNAPSHOT_OPT_NAME "snapshot.name" 35 36extern QemuOptsList internal_snapshot_opts; 37 --- 60 unchanged lines hidden --- | 28 29 30#define SNAPSHOT_OPT_BASE "snapshot." 31#define SNAPSHOT_OPT_ID "snapshot.id" 32#define SNAPSHOT_OPT_NAME "snapshot.name" 33 34extern QemuOptsList internal_snapshot_opts; 35 --- 60 unchanged lines hidden --- |