|
[PATCH] config_tools: highlight success or fail status in save window
changing the green or yellow icon to highlight success or fail status in save window. Tracked-On: #7958 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../src-tauri/icons/Config_save_success.png
changing the green or yellow icon to highlight success or fail status in save window. Tracked-On: #7958 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../src-tauri/icons/Config_save_success.png
|
By
Kunhui Li
· #36556
·
|
|
[PATCH] config_tools: fix vBDF schema pattern issue
add escape charater to fix vBDF pattern match any character issue for vUART and ivshmem. Tracked-On: #7925 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- misc/config_tools/schema/types.xsd | 2 +-
add escape charater to fix vBDF pattern match any character issue for vUART and ivshmem. Tracked-On: #7925 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- misc/config_tools/schema/types.xsd | 2 +-
|
By
Kunhui Li
· #36456
·
|
|
[PATCH] config_tools: add tooltips for cpu affinity
add tooltips for cpu affinity and tiny fix for virtio console device. Tracked-On: #7933 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../CustomWidget/Virtio/Console.vue | 2 +- .../ConfigForm/Cu
add tooltips for cpu affinity and tiny fix for virtio console device. Tracked-On: #7933 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../CustomWidget/Virtio/Console.vue | 2 +- .../ConfigForm/Cu
|
By
Kunhui Li
· #36401
·
|
|
[PATCH v2] config_tools: remove invaild hugepage check
Currently, on the whl-ipc-i5 platform, we found a warning message when building ACRN with the shared scenario XML file from github. However, this doesn't affect any feature of ACRN according to the QA
Currently, on the whl-ipc-i5 platform, we found a warning message when building ACRN with the shared scenario XML file from github. However, this doesn't affect any feature of ACRN according to the QA
|
By
Kunhui Li
· #36394
·
|
|
[PATCH] cofig_tools: apply vBDF pattern check to vUART and ivshmem
apply vBDF pattern check to vUART and ivshmem. v1 --> v2 update the vBDF schema using the "acrn:errormsg" for reusing error message. Tracked-On: #7925 Signed-off-by: Kunhui-Li <kunhuix.li@...> -
apply vBDF pattern check to vUART and ivshmem. v1 --> v2 update the vBDF schema using the "acrn:errormsg" for reusing error message. Tracked-On: #7925 Signed-off-by: Kunhui-Li <kunhuix.li@...> -
|
By
Kunhui Li
· #36392
·
|
|
[PATCH] cofig_tools: apply vBDF pattern check to vUART and ivshmem
By
Kunhui Li
· #36391
·
|
|
[PATCH] config_tools: remove invaild hugepage check
By
Kunhui Li
· #36387
·
|
|
[PATCH] config_tools: remove invaild hugepage check
Currently, on the whl-ipc-i5 platform, we found a warning message when building ACRN with the shared scenario XML file from github. However, this doesn't affect any feature of ACRN according to the QA
Currently, on the whl-ipc-i5 platform, we found a warning message when building ACRN with the shared scenario XML file from github. However, this doesn't affect any feature of ACRN according to the QA
|
By
Kunhui Li
· #36379
·
|
|
[PATCH] cofig_tools: apply vBDF pattern check to vUART and ivshmem
apply vBDF pattern check to vUART and ivshmem. Tracked-On: #7925 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../ConfigForm/CustomWidget/IVSHMEM_REGION.vue | 9 +++++++-- .../Config/ConfigForm/
apply vBDF pattern check to vUART and ivshmem. Tracked-On: #7925 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../ConfigForm/CustomWidget/IVSHMEM_REGION.vue | 9 +++++++-- .../Config/ConfigForm/
|
By
Kunhui Li
· #36377
·
|
|
[PATCH 2/2] config_tools: add tooltips for virtio devices
add tooltips for virtio network, input and console. Tracked-On: #7897 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../CustomWidget/Virtio/Console.vue | 51 ++++++++++++++++--- .../ConfigForm/Cu
add tooltips for virtio network, input and console. Tracked-On: #7897 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../CustomWidget/Virtio/Console.vue | 51 ++++++++++++++++--- .../ConfigForm/Cu
|
By
Kunhui Li
· #36299
·
|
|
[PATCH 1/2] config_tools: left-align the plus icon in the virtio devices
left-align the plus icon in the virtio devices so that they match the alignment in the IVSHMEM widget. Tracked-On: #7897 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../ConfigForm/CustomWidget
left-align the plus icon in the virtio devices so that they match the alignment in the IVSHMEM widget. Tracked-On: #7897 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../ConfigForm/CustomWidget
|
By
Kunhui Li
· #36298
·
|
|
[PATCH] config_tools: update the hugepage algorithm
update the hugepages algorithm as the following steps. 1. calculate the total hugepages of service vm using the formula. "total memory*0.98 - the memory consumed by pre-launched VMs - 5G -300M*num(num
update the hugepages algorithm as the following steps. 1. calculate the total hugepages of service vm using the formula. "total memory*0.98 - the memory consumed by pre-launched VMs - 5G -300M*num(num
|
By
Kunhui Li
· #36176
·
|
|
[PATCH] config_tools: bugfix for saving all enum values
By
Kunhui Li
· #36137
·
|
|
[PATCH] config_tools: hide "PCI" option for Console virtual UART type
It's unexpected to show the "PCI" option for Console virtual UART type currently, so this patch hide it in configurator. Tracked-On: #7592 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- misc/conf
It's unexpected to show the "PCI" option for Console virtual UART type currently, so this patch hide it in configurator. Tracked-On: #7592 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- misc/conf
|
By
Kunhui Li
· #36132
·
|
|
[PATCH] config_tools: bugfix for saving all enum values
fix the issue that all enum values are saved in scenario xml file if user doesn't select any value in configurator. Tracked-On: #6690 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../pages/Conf
fix the issue that all enum values are saved in scenario xml file if user doesn't select any value in configurator. Tracked-On: #6690 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../pages/Conf
|
By
Kunhui Li
· #36131
·
|
|
[PATCH v4] config_tools: rename "Virtio console" to "virtio serial port (as console)"
virtio serial port and virtio console are all based on virito serial port. but virtio serial port functionally can not be used as console, which may lead to user confusion, so explicitly specify the p
virtio serial port and virtio console are all based on virito serial port. but virtio serial port functionally can not be used as console, which may lead to user confusion, so explicitly specify the p
|
By
Kunhui Li
· #36130
·
|
|
[PATCH v3] config_tools: rename "Virtio console" to "virtio serial port (as console)"
By
Kunhui Li
· #36127
·
|
|
[PATCH v3] config_tools: rename "Virtio console" to "virtio serial port (as console)"
virtio serial port and virtio console are all based on virito serial port. but virtio serial port functionally can not be used as console, which may lead to user confusion, so explicitly specify the p
virtio serial port and virtio console are all based on virito serial port. but virtio serial port functionally can not be used as console, which may lead to user confusion, so explicitly specify the p
|
By
Kunhui Li
· #36121
·
|
|
[PATCH v2] config_tools: rename "Virtio console" to "virtio serial port (as console)"
By
Kunhui Li
· #36120
·
|
|
[PATCH] config_tools: bugfix for the generated launch script without uart parameters
bugfix for the generated launch script without uart parameters after VUART is configured to "pci" Tracked-On: #7556 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- misc/config_tools/launch_config/
bugfix for the generated launch script without uart parameters after VUART is configured to "pci" Tracked-On: #7556 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- misc/config_tools/launch_config/
|
By
Kunhui Li
· #36119
·
|