|
Re: [PATCH v3 4/4] hv: replace the CONFIG_PLATFORM_RAM_SIZE with get_e820_ram_size for vept
"s" mean " shadow ept page table", some legacy function was named by the "sept".
I will rename my new interface to align the file name if the "vept" is a better one.
"s" mean " shadow ept page table", some legacy function was named by the "sept".
I will rename my new interface to align the file name if the "vept" is a better one.
|
By
chenli.wei
·
#34935
·
|
|
Re: [PATCH v3 3/4] hv: replace the CONFIG_PLATFORM_RAM_SIZE with get_e820_ram_size for ept
By
Xu, Anthony
·
#34934
·
|
|
Re: [PATCH v3 4/4] hv: replace the CONFIG_PLATFORM_RAM_SIZE with get_e820_ram_size for vept
By
Xu, Anthony
·
#34933
·
|
|
Re: [PATCH v3 2/4] hv: replace the CONFIG_PLATFORM_RAM_SIZE with get_e820_ram_size for mmu
By
Xu, Anthony
·
#34932
·
|
|
2022 ACRN Project Technical Community Meeting: @ Monthly 3rd Wednesday 4PM (China-Shanghai), Wednesday 10AM (Europe-Munich), Tuesday 1AM (US-West Coast)
Special Notes: If you have Zoom connection issue by using web browser, pleaseinstall & launch Zoom application, manually input the meeting ID (320664063)to join the Zoom meeting.
Agenda &
Special Notes: If you have Zoom connection issue by using web browser, pleaseinstall & launch Zoom application, manually input the meeting ID (320664063)to join the Zoom meeting.
Agenda &
|
By
Zou, Terry
·
#34931
·
|
|
Re: [PATCH v3 4/4] hv: replace the CONFIG_PLATFORM_RAM_SIZE with get_e820_ram_size for vept
I will check my interface and use the "sept" to named function.
Done
allocate_sept_bitmap(void) ?
Done
I will check my interface and use the "sept" to named function.
Done
allocate_sept_bitmap(void) ?
Done
|
By
chenli.wei
·
#34930
·
|
|
Re: [PATCH v3 3/4] hv: replace the CONFIG_PLATFORM_RAM_SIZE with get_e820_ram_size for ept
The e820_alloc_memory function have check the ret value before return it.
The e820_alloc_memory function have check the ret value before return it.
|
By
chenli.wei
·
#34929
·
|
|
Re: [PATCH v3 2/4] hv: replace the CONFIG_PLATFORM_RAM_SIZE with get_e820_ram_size for mmu
Done
OK
The e820_alloc_memory function have check the ret value before return it.
Done
OK
The e820_alloc_memory function have check the ret value before return it.
|
By
chenli.wei
·
#34928
·
|
|
[PATCH v2] config-tool: bring all cores online
From: "Yang,Yu-chu" <yu-chu.yang@...>
Bring all the cores up in the beginning of the board_inspector.py
v1->v2
Replace "echo" with file open and write in python
Signed-off-by: Yang,Yu-chu
From: "Yang,Yu-chu" <yu-chu.yang@...>
Bring all the cores up in the beginning of the board_inspector.py
v1->v2
Replace "echo" with file open and write in python
Signed-off-by: Yang,Yu-chu
|
By
Yang, Yu-chu
·
#34927
·
|
|
Re: [PATCH V1 3/9] hv: use get_pcpu_nums() in place of MAX_PCPU_NUM
By
Dongsheng Zhang
·
#34926
·
|
|
Re: [PATCH V1 3/9] hv: use get_pcpu_nums() in place of MAX_PCPU_NUM
By
Xu, Anthony
·
#34925
·
|
|
Re: [PATCH V1 8/9] hv: use get_allocated_min_l1_vpid() in place of ALLOCATED_MIN_L1_VPID
By
Xu, Anthony
·
#34924
·
|
|
Re: [PATCH V1 3/9] hv: use get_pcpu_nums() in place of MAX_PCPU_NUM
In first patch, I have added the following line "phys_cpu_num = min(parse_madt(0, NULL), 64U);", see below, so
get_pcpu_nums() is always less than 64:
static void
In first patch, I have added the following line "phys_cpu_num = min(parse_madt(0, NULL), 64U);", see below, so
get_pcpu_nums() is always less than 64:
static void
|
By
Dongsheng Zhang
·
#34923
·
|
|
Re: [PATCH V1 5/9] hv: dynamically alloc memory for the per-VM vcpu_array
By
Xu, Anthony
·
#34922
·
|
|
Re: [PATCH V1 3/9] hv: use get_pcpu_nums() in place of MAX_PCPU_NUM
Yes, I can and will define a MAX_SUPPORTED_PCPU_NUM macro as 64
Yes, I can and will define a MAX_SUPPORTED_PCPU_NUM macro as 64
|
By
Dongsheng Zhang
·
#34921
·
|
|
Re: [PATCH V1 4/9] hv: use get_max_vcpus_per_vm() in place of MAX_VCPUS_PER_VM
Acked-by: Anthony Xu <anthony.xu@...>
Acked-by: Anthony Xu <anthony.xu@...>
|
By
Xu, Anthony
·
#34920
·
|
|
Re: [PATCH V1 3/9] hv: use get_pcpu_nums() in place of MAX_PCPU_NUM
You mentioned there is a pcpu limitation which is 64.
#define MAX_SUPPORTED_PCPU_NUM 64
Check if platform cpu number is larger than MAX_SUPPORTED_PCPU_NUM, if yes, fails.
Anthony
You mentioned there is a pcpu limitation which is 64.
#define MAX_SUPPORTED_PCPU_NUM 64
Check if platform cpu number is larger than MAX_SUPPORTED_PCPU_NUM, if yes, fails.
Anthony
|
By
Xu, Anthony
·
#34919
·
|
|
Re: [PATCH V1 2/9] hv: dynamically alloc memory for shell_log_buf_size
By
Xu, Anthony
·
#34918
·
|
|
Re: [PATCH V1 1/9] hv: dynamically alloc memory for per_cpu_data based on phys_cpu_num
Acked-by: Anthony Xu <anthony.xu@...>
Acked-by: Anthony Xu <anthony.xu@...>
|
By
Xu, Anthony
·
#34917
·
|
|
Re: [PATCH v3 4/4] hv: replace the CONFIG_PLATFORM_RAM_SIZE with get_e820_ram_size for vept
We use either vept or sept, but not mixed.
Anthony
We use either vept or sept, but not mixed.
Anthony
|
By
Xu, Anthony
·
#34916
·
|