tools: move libxlutil to tools/libs/util
authorJuergen Gross <jgross@suse.com>
Wed, 23 Sep 2020 04:57:20 +0000 (06:57 +0200)
committerJuergen Gross <jgross@suse.com>
Thu, 1 Oct 2020 11:26:17 +0000 (13:26 +0200)
commit3ae0d316f01c08903a96f6b5b39275c67b823264
tree246a0e4557e286cc0767fbe784b93449547d7071
parentb22b9b9a1df865e1dd9e4f6950ae6be7081be010
tools: move libxlutil to tools/libs/util

Move the libxlutil source to tools/libs/util and delete tools/libxl.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
43 files changed:
.gitignore
tools/Makefile
tools/Rules.mk
tools/libs/Makefile
tools/libs/uselibs.mk
tools/libs/util/CODING_STYLE [new file with mode: 0644]
tools/libs/util/Makefile [new file with mode: 0644]
tools/libs/util/include/libxlutil.h [new file with mode: 0644]
tools/libs/util/libxlu_cfg.c [new file with mode: 0644]
tools/libs/util/libxlu_cfg_i.h [new file with mode: 0644]
tools/libs/util/libxlu_cfg_l.c [new file with mode: 0644]
tools/libs/util/libxlu_cfg_l.h [new file with mode: 0644]
tools/libs/util/libxlu_cfg_l.l [new file with mode: 0644]
tools/libs/util/libxlu_cfg_y.c [new file with mode: 0644]
tools/libs/util/libxlu_cfg_y.h [new file with mode: 0644]
tools/libs/util/libxlu_cfg_y.y [new file with mode: 0644]
tools/libs/util/libxlu_disk.c [new file with mode: 0644]
tools/libs/util/libxlu_disk_i.h [new file with mode: 0644]
tools/libs/util/libxlu_disk_l.c [new file with mode: 0644]
tools/libs/util/libxlu_disk_l.h [new file with mode: 0644]
tools/libs/util/libxlu_disk_l.l [new file with mode: 0644]
tools/libs/util/libxlu_internal.h [new file with mode: 0644]
tools/libs/util/libxlu_pci.c [new file with mode: 0644]
tools/libs/util/libxlu_vif.c [new file with mode: 0644]
tools/libxl/CODING_STYLE [deleted file]
tools/libxl/Makefile [deleted file]
tools/libxl/libxlu_cfg.c [deleted file]
tools/libxl/libxlu_cfg_i.h [deleted file]
tools/libxl/libxlu_cfg_l.c [deleted file]
tools/libxl/libxlu_cfg_l.h [deleted file]
tools/libxl/libxlu_cfg_l.l [deleted file]
tools/libxl/libxlu_cfg_y.c [deleted file]
tools/libxl/libxlu_cfg_y.h [deleted file]
tools/libxl/libxlu_cfg_y.y [deleted file]
tools/libxl/libxlu_disk.c [deleted file]
tools/libxl/libxlu_disk_i.h [deleted file]
tools/libxl/libxlu_disk_l.c [deleted file]
tools/libxl/libxlu_disk_l.h [deleted file]
tools/libxl/libxlu_disk_l.l [deleted file]
tools/libxl/libxlu_internal.h [deleted file]
tools/libxl/libxlu_pci.c [deleted file]
tools/libxl/libxlu_vif.c [deleted file]
tools/libxl/libxlutil.h [deleted file]