tools/libxc: rename libxenguest internal headers
authorJuergen Gross <jgross@suse.com>
Fri, 28 Aug 2020 15:07:29 +0000 (17:07 +0200)
committerWei Liu <wl@xen.org>
Wed, 9 Sep 2020 10:57:25 +0000 (10:57 +0000)
commit256920d3a232c2e6631dbd505d036c0d3046d299
treeb862ed75a1281fe0c620ce8de625bab659f84fbe
parentf55893171feb64f712d2892a288e3f3dc70f39d8
tools/libxc: rename libxenguest internal headers

Rename the header files private to libxenguest from xc_*.h to xg_*.h.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
28 files changed:
tools/libxc/xc_dom_decompress.h [deleted file]
tools/libxc/xc_dom_decompress_unsafe.h [deleted file]
tools/libxc/xc_sr_common.h [deleted file]
tools/libxc/xc_sr_common_x86.h [deleted file]
tools/libxc/xc_sr_common_x86_pv.h [deleted file]
tools/libxc/xc_sr_stream_format.h [deleted file]
tools/libxc/xg_dom_bzimageloader.c
tools/libxc/xg_dom_decompress.h [new file with mode: 0644]
tools/libxc/xg_dom_decompress_lz4.c
tools/libxc/xg_dom_decompress_unsafe.c
tools/libxc/xg_dom_decompress_unsafe.h [new file with mode: 0644]
tools/libxc/xg_dom_decompress_unsafe_bzip2.c
tools/libxc/xg_dom_decompress_unsafe_lzma.c
tools/libxc/xg_dom_decompress_unsafe_lzo1x.c
tools/libxc/xg_dom_decompress_unsafe_xz.c
tools/libxc/xg_sr_common.c
tools/libxc/xg_sr_common.h [new file with mode: 0644]
tools/libxc/xg_sr_common_x86.c
tools/libxc/xg_sr_common_x86.h [new file with mode: 0644]
tools/libxc/xg_sr_common_x86_pv.c
tools/libxc/xg_sr_common_x86_pv.h [new file with mode: 0644]
tools/libxc/xg_sr_restore.c
tools/libxc/xg_sr_restore_x86_hvm.c
tools/libxc/xg_sr_restore_x86_pv.c
tools/libxc/xg_sr_save.c
tools/libxc/xg_sr_save_x86_hvm.c
tools/libxc/xg_sr_save_x86_pv.c
tools/libxc/xg_sr_stream_format.h [new file with mode: 0644]