mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-28 03:41:29 +00:00
Remove vm_configs folder and move all the XML files and generic code example into config_tools/data Tracked-On: #5644 Signed-off-by: Xie, nanlin <nanlin.xie@intel.com>
28 lines
1.3 KiB
Plaintext
28 lines
1.3 KiB
Plaintext
# CODEOWNERS for autoreview assigning in github
|
|
|
|
# File pattern follows the same rules used in .gitignore files,
|
|
# Note: doc/ means files in any folder named doc, and its subfolders
|
|
# while doc/* means files in any folder named doc, but not its subfolders.
|
|
#
|
|
# Ordering is important: the last matching pattern takes precedence.
|
|
# Put global owners at the top, and detailed reviewers later
|
|
#
|
|
# Additional reviewers can be assigned manually
|
|
|
|
# Default/global reviewers (if not overridden later)
|
|
* @anthonyzxu @dongyaozu
|
|
|
|
Makefile @terryzouhao
|
|
/hypervisor/ @anthonyzxu @dongyaozu
|
|
/devicemodel/ @anthonyzxu @ywan170
|
|
/doc/ @dbkinder @deb-intel @NanlinXie
|
|
/misc/debug_tools/acrn_crashlog/ @chengangc @dizhang417
|
|
/misc/debug_tools/acrn_log/ @ywan170 @shuox
|
|
/misc/debug_tools/acrn_trace/ @ywan170 @shuox
|
|
/misc/services/acrn_manager/ @ywan170 @shuox
|
|
/misc/services/acrn_bridge/ @ywan170 @shuox
|
|
/misc/config_tools/ @terryzouhao
|
|
/misc/Makefile @terryzouhao
|
|
|
|
*.rst @dbkinder @deb-intel @NanlinXie
|