|
[PATCH v2 1/2] misc: add the define of MAX_IR_ENTRIES
The current code align MAX_IR_ENTRIES with the roundup to 2^n of the CONFIG_MAX_PT_IRQ_ENTRIES, there is an issue of the powerof2_roundup to calculate the macro, and the code style is very ugly when w
The current code align MAX_IR_ENTRIES with the roundup to 2^n of the CONFIG_MAX_PT_IRQ_ENTRIES, there is an issue of the powerof2_roundup to calculate the macro, and the code style is very ugly when w
|
By
chenli.wei
· #36055
·
|
|
[PATCH v2 0/2] Move the define of MAX_IR_ENTRIES to offline tool
There is an issue of calculate 2^n roundup of CONFIG_MAX_PT_IRQ_ENTRIE, and the code style is very ugly when we use macro to fix it. So this series move MAX_IR_ENTRIE to offline tool to fix the issue
There is an issue of calculate 2^n roundup of CONFIG_MAX_PT_IRQ_ENTRIE, and the code style is very ugly when we use macro to fix it. So this series move MAX_IR_ENTRIE to offline tool to fix the issue
|
By
chenli.wei
· #36054
·
|
|
[PATCH 1/2] config_tools: format vitio input in configurator
Kunhui-Li <kunhuix.li@...> writes: This file contains the general logic to extract enum values from annotations and is not where item-specific logic should be placed. XPATH 2.0 already supports
Kunhui-Li <kunhuix.li@...> writes: This file contains the general logic to extract enum values from annotations and is not where item-specific logic should be placed. XPATH 2.0 already supports
|
By
Junjie Mao
· #36053
·
|
|
[PATCH 1/2] misc: add the define of MAX_IR_ENTRIES
"Junjie Mao" <junjie.mao@...> writes: Need take care about the boundary values: `0 if value == 0 else (1 << (value - 1).bit_length())`
"Junjie Mao" <junjie.mao@...> writes: Need take care about the boundary values: `0 if value == 0 else (1 << (value - 1).bit_length())`
|
By
Junjie Mao
· #36052
·
|
|
[PATCH 2/2] config_tools: add virtio devices widget
This patch adds virtio devices widget according to the new design. Tracked-On: #6690 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../src/pages/Config/ConfigForm.vue | 17 ++ .../CustomWidget/Vi
This patch adds virtio devices widget according to the new design. Tracked-On: #6690 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../src/pages/Config/ConfigForm.vue | 17 ++ .../CustomWidget/Vi
|
By
Kunhui Li
· #36051
·
|
|
[PATCH 1/2] config_tools: format vitio input in configurator
This patch formats virtio input entry as "Device name: xxx, Device physical path: xxx". Tracked-On: #6691 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- misc/config_tools/configurator/pyodide/loa
This patch formats virtio input entry as "Device name: xxx, Device physical path: xxx". Tracked-On: #6691 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- misc/config_tools/configurator/pyodide/loa
|
By
Kunhui Li
· #36050
·
|
|
[PATCH 0/2] add virtio devices widget
The patch series adds virtio devices(Input/Network/Console) widget according to the new design. Kunhui-Li (2): config_tools: format vitio input in configurator config_tools: add virtio devices widget
The patch series adds virtio devices(Input/Network/Console) widget according to the new design. Kunhui-Li (2): config_tools: format vitio input in configurator config_tools: add virtio devices widget
|
By
Kunhui Li
· #36049
·
|
|
[PATCH 1/2] misc: add the define of MAX_IR_ENTRIES
OK Done
By
chenli.wei
· #36048
·
|
|
[PATCH 1/2] misc: add the define of MAX_IR_ENTRIES
Chenli Wei <chenli.wei@...> writes: Reviewed-by: Junjie Mao <junjie.mao@...> Some minor comments below. `1 << value.bit_length()` is simpler and more straightforward. You can embed the `va
Chenli Wei <chenli.wei@...> writes: Reviewed-by: Junjie Mao <junjie.mao@...> Some minor comments below. `1 << value.bit_length()` is simpler and more straightforward. You can embed the `va
|
By
Junjie Mao
· #36047
·
|
|
[PATCH 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool
OK
By
chenli.wei
· #36046
·
|
|
[PATCH 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool
Once you removed this, you can also remove ROUND2/4/8 MACROs.
Once you removed this, you can also remove ROUND2/4/8 MACROs.
|
By
Eddie Dong
· #36045
·
|
|
[PATCH 1/2] misc: add the define of MAX_IR_ENTRIES
ok
By
chenli.wei
· #36044
·
|
|
[PATCH 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool
OK Done, thanks
By
chenli.wei
· #36043
·
|
|
[PATCH 1/2] misc: add the define of MAX_IR_ENTRIES
Here too, fix the typo _ENTRIE -> _ENTRIES (and throughout the patch series)
Here too, fix the typo _ENTRIE -> _ENTRIES (and throughout the patch series)
|
By
Geoffroy Van Cutsem
· #36042
·
|
|
[PATCH 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool
By
Geoffroy Van Cutsem
· #36041
·
|
|
[PATCH 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool
There is an issue of calculate 2^n roundup of CONFIG_MAX_PT_IRQ_ENTRIE, and the code style is very ugly when we use macro to fix it. So this patch move MAX_IR_ENTRIE to offline tool which could do ali
There is an issue of calculate 2^n roundup of CONFIG_MAX_PT_IRQ_ENTRIE, and the code style is very ugly when we use macro to fix it. So this patch move MAX_IR_ENTRIE to offline tool which could do ali
|
By
chenli.wei
· #36040
·
|
|
[PATCH 1/2] misc: add the define of MAX_IR_ENTRIES
The current code align MAX_IR_ENTRIE with the CONFIG_MAX_PT_IRQ_ENTRIE roundup to 2^n, there is an issue of the powerof2_roundup to calculate the macro, and the code style is very ugly when we use mac
The current code align MAX_IR_ENTRIE with the CONFIG_MAX_PT_IRQ_ENTRIE roundup to 2^n, there is an issue of the powerof2_roundup to calculate the macro, and the code style is very ugly when we use mac
|
By
chenli.wei
· #36039
·
|
|
[PATCH 0/2] Move the define of MAX_IR_ENTRIES to offline tool
There is an issue of calculate 2^n roundup of CONFIG_MAX_PT_IRQ_ENTRIE, and the code style is very ugly when we use macro to fix it. So this series move MAX_IR_ENTRIE to offline tool to fix the issue
There is an issue of calculate 2^n roundup of CONFIG_MAX_PT_IRQ_ENTRIE, and the code style is very ugly when we use macro to fix it. So this series move MAX_IR_ENTRIE to offline tool to fix the issue
|
By
chenli.wei
· #36038
·
|
|
[PATCH] config_tools: add placeholders in input widgets
The configurator today shows "Please Input" as the placeholder of input widgets, which is far from informative. This patch specifies element or type specific placeholders in the XML schema by reusing
The configurator today shows "Please Input" as the placeholder of input widgets, which is far from informative. This patch specifies element or type specific placeholders in the XML schema by reusing
|
By
Junjie Mao
· #36037
·
|
|
[PATCH v6 3/4] hv: move the MAX_VUART_NUM_PER_VM to offline tool
OK. I have send to PR.
By
chenli.wei
· #36036
·
|