|
Re: [PATCH] misc: add assert for vUART connection
This message want to remind user the VM connected to it self, so I change the report-on to make it clear:
12 <xs:annotation acrn:severity="error"
This message want to remind user the VM connected to it self, so I change the report-on to make it clear:
12 <xs:annotation acrn:severity="error"
|
By
chenli.wei
·
#36069
·
|
|
Re: [PATCH] misc: add assert for vUART connection
Chenli Wei <chenli.wei@...> writes:
`vm_name` is not the name of the vUART connection.
--
Best Regards
Junjie Mao
Chenli Wei <chenli.wei@...> writes:
`vm_name` is not the name of the vUART connection.
--
Best Regards
Junjie Mao
|
By
Junjie Mao
·
#36068
·
|
|
Re: [PATCH v3] config_tools: format vitio input in configurator
Kunhui-Li <kunhuix.li@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
--
Best Regards
Junjie Mao
Kunhui-Li <kunhuix.li@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
--
Best Regards
Junjie Mao
|
By
Junjie Mao
·
#36067
·
|
|
[PATCH v3] config_tools: format vitio input in configurator
This patch formats virtio input entry as "Device name: xxx, Device physical path: xxx".
v2-->v3:
1. remove the exception handler of enum in pyodide/loadBoard.py.
3. update the
This patch formats virtio input entry as "Device name: xxx, Device physical path: xxx".
v2-->v3:
1. remove the exception handler of enum in pyodide/loadBoard.py.
3. update the
|
By
Kunhui Li
·
#36066
·
|
|
Re: [PATCH v2] config_tools: format vitio input in configurator
By
Kunhui Li
·
#36065
·
|
|
[PATCH] misc: add assert for vUART connection
The current UI have no live-check to check whether a VM connect to
itself.
So we add an assert to the schema and return error when user connect a
VM to itself.
Signed-off-by: Chenli Wei
The current UI have no live-check to check whether a VM connect to
itself.
So we add an assert to the schema and return error when user connect a
VM to itself.
Signed-off-by: Chenli Wei
|
By
chenli.wei
·
#36064
·
|
|
Re: [PATCH v2] config_tools: format vitio input in configurator
Kunhui-Li <kunhuix.li@...> writes:
Recommend to get rid of this because the logging module is not
initialized in pyodide for now.
How is this sorting function different from sorting by `s`
Kunhui-Li <kunhuix.li@...> writes:
Recommend to get rid of this because the logging module is not
initialized in pyodide for now.
How is this sorting function different from sorting by `s`
|
By
Junjie Mao
·
#36063
·
|
|
[PATCH v2] config_tools: format vitio input in configurator
This patch formats virtio input entry as "Device name: xxx, Device physical path: xxx".
v1-->v2:
use XPATH instead of the specific python code to parse virtio input data.
Tracked-On:
This patch formats virtio input entry as "Device name: xxx, Device physical path: xxx".
v1-->v2:
use XPATH instead of the specific python code to parse virtio input data.
Tracked-On:
|
By
Kunhui Li
·
#36062
·
|
|
Re: [PATCH 1/2] config_tools: format vitio input in configurator
By
Kunhui Li
·
#36061
·
|
|
Canceled: 2022 ACRN Project Technical Community Meeting: @ Monthly 3rd Wednesday 4PM (China-Shanghai), Wednesday 10AM (Europe-Munich), Tuesday 1AM (US-West Coast)
Cancel this month’s TCM, thanks.WW21ACRN Based X86 OPTEE IntroductionLiu Yifan5/18/2021
Special Notes: If you have Zoom connection issue by usingweb browser, please install & launch Zoom
Cancel this month’s TCM, thanks.WW21ACRN Based X86 OPTEE IntroductionLiu Yifan5/18/2021
Special Notes: If you have Zoom connection issue by usingweb browser, please install & launch Zoom
|
By
Zou, Terry
·
#36060
·
|
|
Re: [PATCH v2 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool
The name "MAX_IR_ENTRIES " was rename from "CONFIG_MAX_IR_ENTRIES".
That's because the "MAX_IR_ENTRIES " was not config by user after we align it with CONFIG_MAX_PT_IRQ_ENTRIES
Now we move it too
The name "MAX_IR_ENTRIES " was rename from "CONFIG_MAX_IR_ENTRIES".
That's because the "MAX_IR_ENTRIES " was not config by user after we align it with CONFIG_MAX_PT_IRQ_ENTRIES
Now we move it too
|
By
chenli.wei
·
#36059
·
|
|
Re: [PATCH v2 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool
This patch is LGTM.
One question: would it better to add ACFG_ prefix to MAX_IR_ENTRIES ?
This patch is LGTM.
One question: would it better to add ACFG_ prefix to MAX_IR_ENTRIES ?
|
By
Li, Fei1
·
#36058
·
|
|
Re: [PATCH 1/2] misc: add the define of MAX_IR_ENTRIES
Thanks, I have send again with the V2 of HV patch
Thanks, I have send again with the V2 of HV patch
|
By
chenli.wei
·
#36057
·
|
|
[PATCH v2 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_ENTRIES,
and the code style is very ugly when we use macro to fix it.
So this patch move MAX_IR_ENTRIES to offline tool which could do
There is an issue of calculate 2^n roundup of CONFIG_MAX_PT_IRQ_ENTRIES,
and the code style is very ugly when we use macro to fix it.
So this patch move MAX_IR_ENTRIES to offline tool which could do
|
By
chenli.wei
·
#36056
·
|
|
[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
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
|
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
·
|
|
Re: [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
·
|
|
Re: [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())`
--
Best Regards
Junjie Mao
"Junjie Mao" <junjie.mao@...> writes:
Need take care about the boundary values:
`0 if value == 0 else (1 << (value - 1).bit_length())`
--
Best Regards
Junjie Mao
|
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 ++
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 ++
|
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@...>
---
This patch formats virtio input entry as "Device name: xxx, Device physical path: xxx".
Tracked-On: #6691
Signed-off-by: Kunhui-Li <kunhuix.li@...>
---
|
By
Kunhui Li
·
#36050
·
|