tools/libxc: move xc_[un]map_domain_meminfo() into new source xg_domain.c
authorJuergen Gross <jgross@suse.com>
Fri, 28 Aug 2020 15:07:27 +0000 (17:07 +0200)
committerWei Liu <wl@xen.org>
Wed, 9 Sep 2020 10:57:25 +0000 (10:57 +0000)
commit735749c8316d2f8b074e38138989336cfdec65f2
tree0ed6f4364b0b305f255bebd3c86657a99048b15a
parent6797d1ed45a4089a22f7278bb45cddb6fd861d72
tools/libxc: move xc_[un]map_domain_meminfo() into new source xg_domain.c

Move xc_[un]map_domain_meminfo() functions to new source xg_domain.c as
they are defined in include/xenguest.h and should be in libxenguest.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
tools/libxc/Makefile
tools/libxc/xc_domain.c
tools/libxc/xg_domain.c [new file with mode: 0644]