projectacrn / acrn-hypervisor

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

acrn_configurator.py must prompt before overwrites files #7056

Open dbkinder opened 2 years ago

dbkinder commented 2 years ago

acrn_configurator.py must prompt the user before overwriting an existing file (e.g., myboard.xml).

If acrn_configurator is run with a different board name, it will overwrite an existing RTCT file since it's not named uniquely per board. (Recommendation is to embed the RTCT information in the board xml file.)

dbkinder commented 2 years ago

I don't think this will impact documentation.