Documentation fixes - #7602
Documentation fixes#7602
Conversation
|
Do we really need these many commits? I was wondering if merge as all of those in same group as |
Thanks for the feedback! I've squashed the commits from 19 down to 5, grouped by topics: devices - balloon, cpu, memory, vdpa, virtiofs, etc. I kept them separate rather than a single commit because each group touches different functional areas, it's easier to revert and keep clearer git history for future reference. |
Some description in the device document were inconsistent with the source code. Also fix some syntax issues to make the sentences more fluent. Signed-off-by: Yi Wang <[email protected]>
Fix some minor syntax issues in api/building document to make the sentences more fluent and easy to read. Signed-off-by: Yi Wang <[email protected]>
There are some minor syntax and command issues in debug-port document. As commit 5febdec (vmm: Enable `gdbstub` on AArch64) supported aarch64, the docs should keep consistent. Signed-off-by: Yi Wang <[email protected]>
There are some syntax and format issues in tdx/sev documents. Make some modification to make the description more natural. And the link of SEV-SNP is invalid, fix it. Signed-off-by: Yi Wang <[email protected]>
Minor modifications were made to make the sentences sound more natural. Also fixed some parameter usage issues in bash code block. Signed-off-by: Yi Wang <[email protected]>
phip1611
left a comment
There was a problem hiding this comment.
LGTM, nice contribution, thanks!
03252f5
When reading the cpu markdown, I found the CpusConfig in the doc was inconsistent with the source code, so I spend some time to review most of the files in docs and found some similar issues.
Most of the bash/command issues have been fixed, along with some minor syntax problems. I did my best, but I can't guarantee that every file is completely covered.
Well, this might seem insignificant, but it could make our project better, even if only slightly.