tools/libxc: move libxenguest to tools/libs/guest
authorJuergen Gross <jgross@suse.com>
Fri, 28 Aug 2020 15:07:35 +0000 (17:07 +0200)
committerWei Liu <wl@xen.org>
Wed, 9 Sep 2020 10:57:25 +0000 (10:57 +0000)
commite3dd624e487c1aca1835138d3990f78af9906238
treee7f7e2e7fb800faee9f4cd3cceb35623d4dea260
parentaf6c78d9dc68366d0d9a1d41de26f3765dfef5f0
tools/libxc: move libxenguest to tools/libs/guest

tools/libxc now contains libxenguest only. Move it to tools/libs/guest.

When generating the pkg-config file for libxenguest a filter is now
required for replacing "xenctrl" by "xencontrol" in the
"Requires.private:" entry. Add this filter to tools/libs/libs.mk.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org> (stubdom parts)
93 files changed:
.gitignore
stubdom/Makefile
stubdom/grub/Makefile
stubdom/mini-os.mk
tools/Makefile
tools/Rules.mk
tools/libs/Makefile
tools/libs/guest/COPYING [new file with mode: 0644]
tools/libs/guest/Makefile [new file with mode: 0644]
tools/libs/guest/include/xenguest.h [new file with mode: 0644]
tools/libs/guest/xg_cpuid_x86.c [new file with mode: 0644]
tools/libs/guest/xg_dom_arm.c [new file with mode: 0644]
tools/libs/guest/xg_dom_armzimageloader.c [new file with mode: 0644]
tools/libs/guest/xg_dom_binloader.c [new file with mode: 0644]
tools/libs/guest/xg_dom_boot.c [new file with mode: 0644]
tools/libs/guest/xg_dom_bzimageloader.c [new file with mode: 0644]
tools/libs/guest/xg_dom_compat_linux.c [new file with mode: 0644]
tools/libs/guest/xg_dom_core.c [new file with mode: 0644]
tools/libs/guest/xg_dom_decompress.h [new file with mode: 0644]
tools/libs/guest/xg_dom_decompress_lz4.c [new file with mode: 0644]
tools/libs/guest/xg_dom_decompress_unsafe.c [new file with mode: 0644]
tools/libs/guest/xg_dom_decompress_unsafe.h [new file with mode: 0644]
tools/libs/guest/xg_dom_decompress_unsafe_bzip2.c [new file with mode: 0644]
tools/libs/guest/xg_dom_decompress_unsafe_lzma.c [new file with mode: 0644]
tools/libs/guest/xg_dom_decompress_unsafe_lzo1x.c [new file with mode: 0644]
tools/libs/guest/xg_dom_decompress_unsafe_xz.c [new file with mode: 0644]
tools/libs/guest/xg_dom_elfloader.c [new file with mode: 0644]
tools/libs/guest/xg_dom_hvmloader.c [new file with mode: 0644]
tools/libs/guest/xg_dom_x86.c [new file with mode: 0644]
tools/libs/guest/xg_domain.c [new file with mode: 0644]
tools/libs/guest/xg_nomigrate.c [new file with mode: 0644]
tools/libs/guest/xg_offline_page.c [new file with mode: 0644]
tools/libs/guest/xg_private.c [new file with mode: 0644]
tools/libs/guest/xg_private.h [new file with mode: 0644]
tools/libs/guest/xg_save_restore.h [new file with mode: 0644]
tools/libs/guest/xg_sr_common.c [new file with mode: 0644]
tools/libs/guest/xg_sr_common.h [new file with mode: 0644]
tools/libs/guest/xg_sr_common_x86.c [new file with mode: 0644]
tools/libs/guest/xg_sr_common_x86.h [new file with mode: 0644]
tools/libs/guest/xg_sr_common_x86_pv.c [new file with mode: 0644]
tools/libs/guest/xg_sr_common_x86_pv.h [new file with mode: 0644]
tools/libs/guest/xg_sr_restore.c [new file with mode: 0644]
tools/libs/guest/xg_sr_restore_x86_hvm.c [new file with mode: 0644]
tools/libs/guest/xg_sr_restore_x86_pv.c [new file with mode: 0644]
tools/libs/guest/xg_sr_save.c [new file with mode: 0644]
tools/libs/guest/xg_sr_save_x86_hvm.c [new file with mode: 0644]
tools/libs/guest/xg_sr_save_x86_pv.c [new file with mode: 0644]
tools/libs/guest/xg_sr_stream_format.h [new file with mode: 0644]
tools/libs/guest/xg_suspend.c [new file with mode: 0644]
tools/libs/libs.mk
tools/libs/uselibs.mk
tools/libxc/COPYING [deleted file]
tools/libxc/Makefile [deleted file]
tools/libxc/include/xenguest.h [deleted file]
tools/libxc/xg_cpuid_x86.c [deleted file]
tools/libxc/xg_dom_arm.c [deleted file]
tools/libxc/xg_dom_armzimageloader.c [deleted file]
tools/libxc/xg_dom_binloader.c [deleted file]
tools/libxc/xg_dom_boot.c [deleted file]
tools/libxc/xg_dom_bzimageloader.c [deleted file]
tools/libxc/xg_dom_compat_linux.c [deleted file]
tools/libxc/xg_dom_core.c [deleted file]
tools/libxc/xg_dom_decompress.h [deleted file]
tools/libxc/xg_dom_decompress_lz4.c [deleted file]
tools/libxc/xg_dom_decompress_unsafe.c [deleted file]
tools/libxc/xg_dom_decompress_unsafe.h [deleted file]
tools/libxc/xg_dom_decompress_unsafe_bzip2.c [deleted file]
tools/libxc/xg_dom_decompress_unsafe_lzma.c [deleted file]
tools/libxc/xg_dom_decompress_unsafe_lzo1x.c [deleted file]
tools/libxc/xg_dom_decompress_unsafe_xz.c [deleted file]
tools/libxc/xg_dom_elfloader.c [deleted file]
tools/libxc/xg_dom_hvmloader.c [deleted file]
tools/libxc/xg_dom_x86.c [deleted file]
tools/libxc/xg_domain.c [deleted file]
tools/libxc/xg_nomigrate.c [deleted file]
tools/libxc/xg_offline_page.c [deleted file]
tools/libxc/xg_private.c [deleted file]
tools/libxc/xg_private.h [deleted file]
tools/libxc/xg_save_restore.h [deleted file]
tools/libxc/xg_sr_common.c [deleted file]
tools/libxc/xg_sr_common.h [deleted file]
tools/libxc/xg_sr_common_x86.c [deleted file]
tools/libxc/xg_sr_common_x86.h [deleted file]
tools/libxc/xg_sr_common_x86_pv.c [deleted file]
tools/libxc/xg_sr_common_x86_pv.h [deleted file]
tools/libxc/xg_sr_restore.c [deleted file]
tools/libxc/xg_sr_restore_x86_hvm.c [deleted file]
tools/libxc/xg_sr_restore_x86_pv.c [deleted file]
tools/libxc/xg_sr_save.c [deleted file]
tools/libxc/xg_sr_save_x86_hvm.c [deleted file]
tools/libxc/xg_sr_save_x86_pv.c [deleted file]
tools/libxc/xg_sr_stream_format.h [deleted file]
tools/libxc/xg_suspend.c [deleted file]