tools/libxl: move xl parsing checks to tools/xl
authorJuergen Gross <jgross@suse.com>
Fri, 28 Aug 2020 15:07:42 +0000 (17:07 +0200)
committerWei Liu <wl@xen.org>
Wed, 9 Sep 2020 10:57:25 +0000 (10:57 +0000)
commit82651ae662f25ff845b7f0bb87fbf7550a509cd1
tree79eba67d7e4d48975841a7ec1d1ab2e518bca20e
parent0ca1af64f1053ffbf0c7784f4ed13ec75aacb874
tools/libxl: move xl parsing checks to tools/xl

check-xl-* scripts and data are not libxl- but xl-specific. Move them
from tools/libxl/ to tools/xl/.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
tools/libxl/check-xl-disk-parse [deleted file]
tools/libxl/check-xl-vcpupin-parse [deleted file]
tools/libxl/check-xl-vcpupin-parse.data-example [deleted file]
tools/libxl/check-xl-vif-parse [deleted file]
tools/xl/check-xl-disk-parse [new file with mode: 0755]
tools/xl/check-xl-vcpupin-parse [new file with mode: 0755]
tools/xl/check-xl-vcpupin-parse.data-example [new file with mode: 0644]
tools/xl/check-xl-vif-parse [new file with mode: 0755]