]> xenbits.xensource.com Git - people/jgross/xen.git/commit
tools/libxl: move libxenlight to tools/libs/light
authorJuergen Gross <jgross@suse.com>
Sun, 23 Aug 2020 08:00:17 +0000 (10:00 +0200)
committerJuergen Gross <jgross@suse.com>
Sun, 23 Aug 2020 08:52:53 +0000 (10:52 +0200)
commitcc0b091ec33fe0e901b3495bb7d6452eb15d2383
tree084584e6df57e7618a8905800382b0797a7e3f8b
parentfbf2265f0dc42a3603948952331bf825603b9de9
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>
212 files changed:
.gitignore
tools/Rules.mk
tools/configure
tools/configure.ac
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/light/xenlight.pc.in [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/libxl/xenlight.pc.in [deleted file]
tools/ocaml/libs/xl/Makefile