|
Re: [PATCH v2 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool
Now we did this check
#if ((MAX_IR_ENTRIES < 256U) || (MAX_IR_ENTRIES > 0x10000U) || (MAX_IR_ENTRIES & (MAX_IR_ENTRIES -1)) != 0U)
#error "MAX_IR_ENTRIES must in the region of [256,0x10000] and be
Now we did this check
#if ((MAX_IR_ENTRIES < 256U) || (MAX_IR_ENTRIES > 0x10000U) || (MAX_IR_ENTRIES & (MAX_IR_ENTRIES -1)) != 0U)
#error "MAX_IR_ENTRIES must in the region of [256,0x10000] and be
|
By
Li, Fei1
·
#36075
·
|
|
Re: [PATCH v2 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool
By
Eddie Dong
·
#36074
·
|
|
Re: [PATCH v2 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool
By
Eddie Dong
·
#36073
·
|
|
Re: [PATCH v2] misc: add assert for vUART connection
Done
>
By
chenli.wei
·
#36072
·
|
|
Re: [PATCH v2] misc: add assert for vUART connection
"chenli.wei" <chenli.wei@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
One minor comment below.
Add "VM" before "{$vm_name}" to say explicitly that it is a VM.
--
Best
"chenli.wei" <chenli.wei@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
One minor comment below.
Add "VM" before "{$vm_name}" to say explicitly that it is a VM.
--
Best
|
By
Junjie Mao
·
#36071
·
|
|
[PATCH v2] 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.
v1-->v2:
1. change the remind msg
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.
v1-->v2:
1. change the remind msg
|
By
chenli.wei
·
#36070
·
|
|
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
·
|