tools/libs: move xc_resume.c to libxenguest
authorJuergen Gross <jgross@suse.com>
Fri, 4 Jun 2021 06:02:12 +0000 (08:02 +0200)
committerJulien Grall <jgrall@amazon.com>
Fri, 4 Jun 2021 17:56:46 +0000 (18:56 +0100)
commitbf1fc18901dfea05a69f661493b934c0db7d3503
tree5bc99f8836ffbf180dfe0f9789428177c03ea93e
parentf183854facad996fe891c086c024bca7cbcdc1e4
tools/libs: move xc_resume.c to libxenguest

The guest suspend functionality is already part of libxenguest. Move
the resume functionality from libxenctrl to libxenguest, too.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
tools/include/xenctrl.h
tools/include/xenguest.h
tools/libs/ctrl/Makefile
tools/libs/ctrl/xc_resume.c [deleted file]
tools/libs/guest/Makefile
tools/libs/guest/xg_resume.c [new file with mode: 0644]