tools/libxc: rename all libxenguest sources to xg_*
authorJuergen Gross <jgross@suse.com>
Fri, 28 Aug 2020 15:07:28 +0000 (17:07 +0200)
committerWei Liu <wl@xen.org>
Wed, 9 Sep 2020 10:57:25 +0000 (10:57 +0000)
commitf55893171feb64f712d2892a288e3f3dc70f39d8
tree026e69278c739889f38a12118930cb6c5dbd8ea3
parent735749c8316d2f8b074e38138989336cfdec65f2
tools/libxc: rename all libxenguest sources to xg_*

Some sources of libxenguest are named xg_*.c and some xc_*.c. Rename
the xc_*.c files to xg_*.c.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
59 files changed:
tools/libxc/Makefile
tools/libxc/xc_cpuid_x86.c [deleted file]
tools/libxc/xc_dom_arm.c [deleted file]
tools/libxc/xc_dom_armzimageloader.c [deleted file]
tools/libxc/xc_dom_binloader.c [deleted file]
tools/libxc/xc_dom_boot.c [deleted file]
tools/libxc/xc_dom_bzimageloader.c [deleted file]
tools/libxc/xc_dom_compat_linux.c [deleted file]
tools/libxc/xc_dom_core.c [deleted file]
tools/libxc/xc_dom_decompress_lz4.c [deleted file]
tools/libxc/xc_dom_decompress_unsafe.c [deleted file]
tools/libxc/xc_dom_decompress_unsafe_bzip2.c [deleted file]
tools/libxc/xc_dom_decompress_unsafe_lzma.c [deleted file]
tools/libxc/xc_dom_decompress_unsafe_lzo1x.c [deleted file]
tools/libxc/xc_dom_decompress_unsafe_xz.c [deleted file]
tools/libxc/xc_dom_elfloader.c [deleted file]
tools/libxc/xc_dom_hvmloader.c [deleted file]
tools/libxc/xc_dom_x86.c [deleted file]
tools/libxc/xc_nomigrate.c [deleted file]
tools/libxc/xc_offline_page.c [deleted file]
tools/libxc/xc_sr_common.c [deleted file]
tools/libxc/xc_sr_common_x86.c [deleted file]
tools/libxc/xc_sr_common_x86_pv.c [deleted file]
tools/libxc/xc_sr_restore.c [deleted file]
tools/libxc/xc_sr_restore_x86_hvm.c [deleted file]
tools/libxc/xc_sr_restore_x86_pv.c [deleted file]
tools/libxc/xc_sr_save.c [deleted file]
tools/libxc/xc_sr_save_x86_hvm.c [deleted file]
tools/libxc/xc_sr_save_x86_pv.c [deleted file]
tools/libxc/xc_suspend.c [deleted file]
tools/libxc/xg_cpuid_x86.c [new file with mode: 0644]
tools/libxc/xg_dom_arm.c [new file with mode: 0644]
tools/libxc/xg_dom_armzimageloader.c [new file with mode: 0644]
tools/libxc/xg_dom_binloader.c [new file with mode: 0644]
tools/libxc/xg_dom_boot.c [new file with mode: 0644]
tools/libxc/xg_dom_bzimageloader.c [new file with mode: 0644]
tools/libxc/xg_dom_compat_linux.c [new file with mode: 0644]
tools/libxc/xg_dom_core.c [new file with mode: 0644]
tools/libxc/xg_dom_decompress_lz4.c [new file with mode: 0644]
tools/libxc/xg_dom_decompress_unsafe.c [new file with mode: 0644]
tools/libxc/xg_dom_decompress_unsafe_bzip2.c [new file with mode: 0644]
tools/libxc/xg_dom_decompress_unsafe_lzma.c [new file with mode: 0644]
tools/libxc/xg_dom_decompress_unsafe_lzo1x.c [new file with mode: 0644]
tools/libxc/xg_dom_decompress_unsafe_xz.c [new file with mode: 0644]
tools/libxc/xg_dom_elfloader.c [new file with mode: 0644]
tools/libxc/xg_dom_hvmloader.c [new file with mode: 0644]
tools/libxc/xg_dom_x86.c [new file with mode: 0644]
tools/libxc/xg_nomigrate.c [new file with mode: 0644]
tools/libxc/xg_offline_page.c [new file with mode: 0644]
tools/libxc/xg_sr_common.c [new file with mode: 0644]
tools/libxc/xg_sr_common_x86.c [new file with mode: 0644]
tools/libxc/xg_sr_common_x86_pv.c [new file with mode: 0644]
tools/libxc/xg_sr_restore.c [new file with mode: 0644]
tools/libxc/xg_sr_restore_x86_hvm.c [new file with mode: 0644]
tools/libxc/xg_sr_restore_x86_pv.c [new file with mode: 0644]
tools/libxc/xg_sr_save.c [new file with mode: 0644]
tools/libxc/xg_sr_save_x86_hvm.c [new file with mode: 0644]
tools/libxc/xg_sr_save_x86_pv.c [new file with mode: 0644]
tools/libxc/xg_suspend.c [new file with mode: 0644]