]> xenbits.xensource.com Git - people/jgross/xen.git/commit
tools: move libxlutil to tools/libs/util libbuild-v4 origin/libbuild-v4
authorJuergen Gross <jgross@suse.com>
Sun, 23 Aug 2020 08:00:17 +0000 (10:00 +0200)
committerJuergen Gross <jgross@suse.com>
Fri, 28 Aug 2020 15:01:17 +0000 (17:01 +0200)
commit82dd20f1c31d62a63f11a0ce7c6bf78100c24c4c
tree9a13119d3de232eeb5d982bc3e03125fe4c69f65
parent439d4bca2e76387f369f261a024d14aee2def648
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>
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]