Skip to content

Commit

Permalink
xrun: Move the xrun library to a separate project
Browse files Browse the repository at this point in the history
From now on XRun will be in a separate project called zephyr-xrun.
The reasoning for this is to better separate two logically separate
projects. XRun is a separate entity that is designed around OCI
specification and implements a higher level API. While xenlib is only
responsible for low-level Xen operations. So it makes sense to separate
them into two different projects.

Signed-off-by: Mykyta Poturai <[email protected]>
Acked-by: Dmytro Firsov <[email protected]>
  • Loading branch information
Deedone committed Aug 13, 2024
1 parent 2136b2f commit bc499c9
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 2,169 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ add_subdirectory_ifdef(CONFIG_XEN_SHELL xen-shell-cmd)
add_subdirectory_ifdef(CONFIG_XEN_CONSOLE_SRV xen-console-srv)
add_subdirectory_ifdef(CONFIG_XEN_VCH vch)
add_subdirectory_ifdef(CONFIG_XEN_LIBFDT libfdt)
add_subdirectory_ifdef(CONFIG_XRUN xrun)
add_subdirectory_ifdef(CONFIG_XSTAT xstat)
7 changes: 0 additions & 7 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ config XENSTORE_TREE_TRAVERSE_DEPTH
Sets the maximum xs traverse depth to avoid stack overflow
in case of deeply nested XS trees.

config XRUN_SHELL_CMDS
bool "Enable XRUN shell commands"
help
Enable set of XRUN shell commands to manage xrun library calls.

config XEN_VCH
bool "Enable Xen vchannels support"
help
Expand Down Expand Up @@ -129,5 +124,3 @@ config XEN_DOM0LESS_BOOT
xenstore will be initialized.

This is EXPERIMENTAL and depends on work in Xen mainline.

rsource "./xrun/Kconfig"
12 changes: 0 additions & 12 deletions tests/xrun/CMakeLists.txt

This file was deleted.

29 changes: 0 additions & 29 deletions tests/xrun/Kconfig

This file was deleted.

123 changes: 0 additions & 123 deletions tests/xrun/include/domain.h

This file was deleted.

18 changes: 0 additions & 18 deletions tests/xrun/include/xen_dom_mgmt.h

This file was deleted.

34 changes: 0 additions & 34 deletions tests/xrun/include/xl_parser.h

This file was deleted.

15 changes: 0 additions & 15 deletions tests/xrun/prj.conf

This file was deleted.

Loading

0 comments on commit bc499c9

Please sign in to comment.