projectacrn / acrn-hypervisor

Project ACRN hypervisor
BSD 3-Clause "New" or "Revised" License
1.14k stars 520 forks source link

[Task]Configuration tool and data refine and clean up. #6292

Closed NanlinXie closed 2 years ago

NanlinXie commented 3 years ago

Clear up configtool obsolete kconfig and board.xml files

  1. Remove Kconfig code
  2. Clean up scenario python script, remove the obsolete files that already been replaced by xsl.
  3. Add revision for board.xml and scenario.xml files(schema file)
  1. Clean up sample launch script.
  2. Change the scenario name as shared/partitioned/hybrid.
NanlinXie commented 3 years ago

[External_System_ID] ACRN-7263

NanlinXie commented 3 years ago

Doc Impact Analysis:

dbkinder commented 3 years ago

@nanlin @junjiemao1 Do need a schema version number field stored with the XML files. @junjiemao1 was having issues figuring out how to properly patch an "old" XML file into a "new" one. Perhaps we need a proper tool that can scan and bring any XML file to the current expected format and content. (For example, an older XML file might not have settings for options that were added in a newer version.)

NanlinXie commented 3 years ago

Configuration tool document updated.

NanlinXie commented 2 years ago

https://projectacrn.github.io/latest/tutorials/acrn_configuration_tool.html https://projectacrn.github.io/latest/tutorials/board_inspector_tool.html https://projectacrn.github.io/latest/tutorials/acrn_configurator_tool.html

amyreye commented 2 years ago

@NanlinXie @dbkinder Can we close this issue?