tools/libxl: move libxenlight to tools/libs/light
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:09 +0000 (13:26 +0200)
commit41aea82de2b581c61482aeddab151ecf3b1bca25
treee8ebf8a821f9179a934a65e52a929c79c8a3a65e
parentde16a8fa0db7f1879442cf9cfe865eb2e9d98e6d
tools/libxl: move libxenlight to tools/libs/light

Carve out all libxenlight related sources and move them to
tools/libs/light in order to use the generic library build environment.

The closely related sources for libxl-save-helper and the libxl test
environment are being moved, too.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
211 files changed:
.gitignore
tools/Rules.mk
tools/configure
tools/configure.ac
tools/golang/xenlight/Makefile
tools/libs/Makefile
tools/libs/light/CODING_STYLE [new file with mode: 0644]
tools/libs/light/Makefile [new file with mode: 0644]
tools/libs/light/check-libxl-api-rules [new file with mode: 0755]
tools/libs/light/flexarray.c [new file with mode: 0644]
tools/libs/light/flexarray.h [new file with mode: 0644]
tools/libs/light/gentest.py [new file with mode: 0644]
tools/libs/light/gentypes.py [new file with mode: 0644]
tools/libs/light/idl.py [new file with mode: 0644]
tools/libs/light/idl.txt [new file with mode: 0644]
tools/libs/light/include/libxl.h [new file with mode: 0644]
tools/libs/light/include/libxl_event.h [new file with mode: 0644]
tools/libs/light/include/libxl_json.h [new file with mode: 0644]
tools/libs/light/include/libxl_utils.h [new file with mode: 0644]
tools/libs/light/include/libxl_uuid.h [new file with mode: 0644]
tools/libs/light/libxl.c [new file with mode: 0644]
tools/libs/light/libxl_9pfs.c [new file with mode: 0644]
tools/libs/light/libxl_aoutils.c [new file with mode: 0644]
tools/libs/light/libxl_arch.h [new file with mode: 0644]
tools/libs/light/libxl_arm.c [new file with mode: 0644]
tools/libs/light/libxl_arm.h [new file with mode: 0644]
tools/libs/light/libxl_arm_acpi.c [new file with mode: 0644]
tools/libs/light/libxl_arm_no_acpi.c [new file with mode: 0644]
tools/libs/light/libxl_bootloader.c [new file with mode: 0644]
tools/libs/light/libxl_checkpoint_device.c [new file with mode: 0644]
tools/libs/light/libxl_colo.h [new file with mode: 0644]
tools/libs/light/libxl_colo_nic.c [new file with mode: 0644]
tools/libs/light/libxl_colo_proxy.c [new file with mode: 0644]
tools/libs/light/libxl_colo_qdisk.c [new file with mode: 0644]
tools/libs/light/libxl_colo_restore.c [new file with mode: 0644]
tools/libs/light/libxl_colo_save.c [new file with mode: 0644]
tools/libs/light/libxl_console.c [new file with mode: 0644]
tools/libs/light/libxl_convert_callout.c [new file with mode: 0644]
tools/libs/light/libxl_cpuid.c [new file with mode: 0644]
tools/libs/light/libxl_cpupool.c [new file with mode: 0644]
tools/libs/light/libxl_create.c [new file with mode: 0644]
tools/libs/light/libxl_device.c [new file with mode: 0644]
tools/libs/light/libxl_disk.c [new file with mode: 0644]
tools/libs/light/libxl_dm.c [new file with mode: 0644]
tools/libs/light/libxl_dom.c [new file with mode: 0644]
tools/libs/light/libxl_dom_save.c [new file with mode: 0644]
tools/libs/light/libxl_dom_suspend.c [new file with mode: 0644]
tools/libs/light/libxl_domain.c [new file with mode: 0644]
tools/libs/light/libxl_event.c [new file with mode: 0644]
tools/libs/light/libxl_exec.c [new file with mode: 0644]
tools/libs/light/libxl_flask.c [new file with mode: 0644]
tools/libs/light/libxl_fork.c [new file with mode: 0644]
tools/libs/light/libxl_freebsd.c [new file with mode: 0644]
tools/libs/light/libxl_genid.c [new file with mode: 0644]
tools/libs/light/libxl_internal.c [new file with mode: 0644]
tools/libs/light/libxl_internal.h [new file with mode: 0644]
tools/libs/light/libxl_json.c [new file with mode: 0644]
tools/libs/light/libxl_libfdt_compat.c [new file with mode: 0644]
tools/libs/light/libxl_libfdt_compat.h [new file with mode: 0644]
tools/libs/light/libxl_linux.c [new file with mode: 0644]
tools/libs/light/libxl_mem.c [new file with mode: 0644]
tools/libs/light/libxl_netbsd.c [new file with mode: 0644]
tools/libs/light/libxl_netbuffer.c [new file with mode: 0644]
tools/libs/light/libxl_nic.c [new file with mode: 0644]
tools/libs/light/libxl_no_colo.c [new file with mode: 0644]
tools/libs/light/libxl_no_convert_callout.c [new file with mode: 0644]
tools/libs/light/libxl_nocpuid.c [new file with mode: 0644]
tools/libs/light/libxl_nonetbuffer.c [new file with mode: 0644]
tools/libs/light/libxl_numa.c [new file with mode: 0644]
tools/libs/light/libxl_osdeps.h [new file with mode: 0644]
tools/libs/light/libxl_paths.c [new file with mode: 0644]
tools/libs/light/libxl_pci.c [new file with mode: 0644]
tools/libs/light/libxl_psr.c [new file with mode: 0644]
tools/libs/light/libxl_pvcalls.c [new file with mode: 0644]
tools/libs/light/libxl_qmp.c [new file with mode: 0644]
tools/libs/light/libxl_remus.c [new file with mode: 0644]
tools/libs/light/libxl_remus_disk_drbd.c [new file with mode: 0644]
tools/libs/light/libxl_save_callout.c [new file with mode: 0644]
tools/libs/light/libxl_save_helper.c [new file with mode: 0644]
tools/libs/light/libxl_save_msgs_gen.pl [new file with mode: 0755]
tools/libs/light/libxl_sched.c [new file with mode: 0644]
tools/libs/light/libxl_sr_stream_format.h [new file with mode: 0644]
tools/libs/light/libxl_stream_read.c [new file with mode: 0644]
tools/libs/light/libxl_stream_write.c [new file with mode: 0644]
tools/libs/light/libxl_test_fdevent.c [new file with mode: 0644]
tools/libs/light/libxl_test_fdevent.h [new file with mode: 0644]
tools/libs/light/libxl_test_timedereg.c [new file with mode: 0644]
tools/libs/light/libxl_test_timedereg.h [new file with mode: 0644]
tools/libs/light/libxl_tmem.c [new file with mode: 0644]
tools/libs/light/libxl_types.idl [new file with mode: 0644]
tools/libs/light/libxl_types_internal.idl [new file with mode: 0644]
tools/libs/light/libxl_usb.c [new file with mode: 0644]
tools/libs/light/libxl_utils.c [new file with mode: 0644]
tools/libs/light/libxl_uuid.c [new file with mode: 0644]
tools/libs/light/libxl_vdispl.c [new file with mode: 0644]
tools/libs/light/libxl_vkb.c [new file with mode: 0644]
tools/libs/light/libxl_vnuma.c [new file with mode: 0644]
tools/libs/light/libxl_vsnd.c [new file with mode: 0644]
tools/libs/light/libxl_vtpm.c [new file with mode: 0644]
tools/libs/light/libxl_x86.c [new file with mode: 0644]
tools/libs/light/libxl_x86_acpi.c [new file with mode: 0644]
tools/libs/light/libxl_x86_acpi.h [new file with mode: 0644]
tools/libs/light/libxl_xshelp.c [new file with mode: 0644]
tools/libs/light/osdeps.c [new file with mode: 0644]
tools/libs/light/test_common.c [new file with mode: 0644]
tools/libs/light/test_common.h [new file with mode: 0644]
tools/libs/light/test_fdderegrace.c [new file with mode: 0644]
tools/libs/light/test_timedereg.c [new file with mode: 0644]
tools/libs/uselibs.mk
tools/libxl/Makefile
tools/libxl/check-libxl-api-rules [deleted file]
tools/libxl/flexarray.c [deleted file]
tools/libxl/flexarray.h [deleted file]
tools/libxl/gentest.py [deleted file]
tools/libxl/gentypes.py [deleted file]
tools/libxl/idl.py [deleted file]
tools/libxl/idl.txt [deleted file]
tools/libxl/libxl.c [deleted file]
tools/libxl/libxl.h [deleted file]
tools/libxl/libxl_9pfs.c [deleted file]
tools/libxl/libxl_aoutils.c [deleted file]
tools/libxl/libxl_arch.h [deleted file]
tools/libxl/libxl_arm.c [deleted file]
tools/libxl/libxl_arm.h [deleted file]
tools/libxl/libxl_arm_acpi.c [deleted file]
tools/libxl/libxl_arm_no_acpi.c [deleted file]
tools/libxl/libxl_bootloader.c [deleted file]
tools/libxl/libxl_checkpoint_device.c [deleted file]
tools/libxl/libxl_colo.h [deleted file]
tools/libxl/libxl_colo_nic.c [deleted file]
tools/libxl/libxl_colo_proxy.c [deleted file]
tools/libxl/libxl_colo_qdisk.c [deleted file]
tools/libxl/libxl_colo_restore.c [deleted file]
tools/libxl/libxl_colo_save.c [deleted file]
tools/libxl/libxl_console.c [deleted file]
tools/libxl/libxl_convert_callout.c [deleted file]
tools/libxl/libxl_cpuid.c [deleted file]
tools/libxl/libxl_cpupool.c [deleted file]
tools/libxl/libxl_create.c [deleted file]
tools/libxl/libxl_device.c [deleted file]
tools/libxl/libxl_disk.c [deleted file]
tools/libxl/libxl_dm.c [deleted file]
tools/libxl/libxl_dom.c [deleted file]
tools/libxl/libxl_dom_save.c [deleted file]
tools/libxl/libxl_dom_suspend.c [deleted file]
tools/libxl/libxl_domain.c [deleted file]
tools/libxl/libxl_event.c [deleted file]
tools/libxl/libxl_event.h [deleted file]
tools/libxl/libxl_exec.c [deleted file]
tools/libxl/libxl_flask.c [deleted file]
tools/libxl/libxl_fork.c [deleted file]
tools/libxl/libxl_freebsd.c [deleted file]
tools/libxl/libxl_genid.c [deleted file]
tools/libxl/libxl_internal.c [deleted file]
tools/libxl/libxl_internal.h [deleted file]
tools/libxl/libxl_json.c [deleted file]
tools/libxl/libxl_json.h [deleted file]
tools/libxl/libxl_libfdt_compat.c [deleted file]
tools/libxl/libxl_libfdt_compat.h [deleted file]
tools/libxl/libxl_linux.c [deleted file]
tools/libxl/libxl_mem.c [deleted file]
tools/libxl/libxl_netbsd.c [deleted file]
tools/libxl/libxl_netbuffer.c [deleted file]
tools/libxl/libxl_nic.c [deleted file]
tools/libxl/libxl_no_colo.c [deleted file]
tools/libxl/libxl_no_convert_callout.c [deleted file]
tools/libxl/libxl_nocpuid.c [deleted file]
tools/libxl/libxl_nonetbuffer.c [deleted file]
tools/libxl/libxl_numa.c [deleted file]
tools/libxl/libxl_osdeps.h [deleted file]
tools/libxl/libxl_paths.c [deleted file]
tools/libxl/libxl_pci.c [deleted file]
tools/libxl/libxl_psr.c [deleted file]
tools/libxl/libxl_pvcalls.c [deleted file]
tools/libxl/libxl_qmp.c [deleted file]
tools/libxl/libxl_remus.c [deleted file]
tools/libxl/libxl_remus_disk_drbd.c [deleted file]
tools/libxl/libxl_save_callout.c [deleted file]
tools/libxl/libxl_save_helper.c [deleted file]
tools/libxl/libxl_save_msgs_gen.pl [deleted file]
tools/libxl/libxl_sched.c [deleted file]
tools/libxl/libxl_sr_stream_format.h [deleted file]
tools/libxl/libxl_stream_read.c [deleted file]
tools/libxl/libxl_stream_write.c [deleted file]
tools/libxl/libxl_test_fdevent.c [deleted file]
tools/libxl/libxl_test_fdevent.h [deleted file]
tools/libxl/libxl_test_timedereg.c [deleted file]
tools/libxl/libxl_test_timedereg.h [deleted file]
tools/libxl/libxl_tmem.c [deleted file]
tools/libxl/libxl_types.idl [deleted file]
tools/libxl/libxl_types_internal.idl [deleted file]
tools/libxl/libxl_usb.c [deleted file]
tools/libxl/libxl_utils.c [deleted file]
tools/libxl/libxl_utils.h [deleted file]
tools/libxl/libxl_uuid.c [deleted file]
tools/libxl/libxl_uuid.h [deleted file]
tools/libxl/libxl_vdispl.c [deleted file]
tools/libxl/libxl_vkb.c [deleted file]
tools/libxl/libxl_vnuma.c [deleted file]
tools/libxl/libxl_vsnd.c [deleted file]
tools/libxl/libxl_vtpm.c [deleted file]
tools/libxl/libxl_x86.c [deleted file]
tools/libxl/libxl_x86_acpi.c [deleted file]
tools/libxl/libxl_x86_acpi.h [deleted file]
tools/libxl/libxl_xshelp.c [deleted file]
tools/libxl/osdeps.c [deleted file]
tools/libxl/test_common.c [deleted file]
tools/libxl/test_common.h [deleted file]
tools/libxl/test_fdderegrace.c [deleted file]
tools/libxl/test_timedereg.c [deleted file]
tools/ocaml/libs/xl/Makefile