Re: [PATCH] hw: Fix format for comments

2023-06-06 Thread Igor Mammedov
On Mon, 15 May 2023 03:25:25 -0400 Shaoqin Huang wrote: > Simply fix the #vcpus_count to @vcpus_count in CPUArchId comments. > Since > we are at here, resort the parameters in comments to match the sequence While at it, reorder ... > of parameters which defined in the CPUArch

[PATCH] hw: Fix format for comments

2023-05-15 Thread Shaoqin Huang
Simply fix the #vcpus_count to @vcpus_count in CPUArchId comments. Since we are at here, resort the parameters in comments to match the sequence of parameters which defined in the CPUArchId. CC: Igor Mammedov Signed-off-by: Shaoqin Huang --- include/hw/boards.h | 4 ++-- 1 file changed, 2 inser

[PATCH] hw: Fix format for comments

2023-05-05 Thread Shaoqin Huang
Simply fix the #vcpus_count to @vcpus_count in CPUArchId comments. Since we are at here, resort the parameters in comments to match the sequence of parameters which defined in the CPUArchId. Signed-off-by: Shaoqin Huang --- include/hw/boards.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletio