projectacrn / acrn-hypervisor

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

misc: fail to save config_summary.rst while changing board.xml #8720

Open dongpingx opened 2 months ago

dongpingx commented 2 months ago

This patch is to fix the bug which will report while changing board.xml.

The former coder added data into the list without removing old ones, and the file config_summary.rst won't be dropped before generating a new one.

I removed the old data when I want to close the file config_summary.rst.

I tested by change board.xml with different pcpus and make confirmation the result is correct now.

Tracked-On: #8718

yuhuanX commented 2 months ago

Can one of the admins verify this patch?