On Mon, Jun 05, 2017 at 11:26:55AM +0200, Jiri Denemark wrote:
The code will be used by snapshots and domain save/restore code to
store
additional data for a saved running domain. It is analogous to migration
cookies, but simple and one way only.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
po/POTFILES.in | 1 +
src/Makefile.am | 1 +
src/conf/virsavecookie.c | 144 +++++++++++++++++++++++++++++++++++++++++++++++
src/conf/virsavecookie.h | 62 ++++++++++++++++++++
src/libvirt_private.syms | 7 +++
5 files changed, 215 insertions(+)
create mode 100644 src/conf/virsavecookie.c
create mode 100644 src/conf/virsavecookie.h
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>