|
Re: [PATCH 3/5] hv: add `rtcdev` emulate vrtc
OK, i will add it in v2.
Most modification is used to transformation between rtc register and time_t. In v2 i will refine some detail to reduce codes.
OK, i will add it in v2.
Most modification is used to transformation between rtc register and time_t. In v2 i will refine some detail to reduce codes.
|
By
Zhao, Yuanyuan
·
#35729
·
|
|
2022 ACRN Project Technical Community Meeting Minutes - WW17'22
ACRN Project TCM - 20th April 2022
Location Online by Zoom: https://zoom.com.cn/j/320664063
Attendees (Total 20, 20/04)
Agenda
ACRN project update: N/A
‘WW17’22 ACRN DX: Overview and new
ACRN Project TCM - 20th April 2022
Location Online by Zoom: https://zoom.com.cn/j/320664063
Attendees (Total 20, 20/04)
Agenda
ACRN project update: N/A
‘WW17’22 ACRN DX: Overview and new
|
By
Zou, Terry
·
#35728
·
|
|
Re: [PATCH 2/5] hv: add register definition of mc146818 RTC
This name is inherit from the origin file, i will rename it as our rule.
This name is inherit from the origin file, i will rename it as our rule.
|
By
Zhao, Yuanyuan
·
#35727
·
|
|
[PATCH v2] configurator: bugfix for removing Service VM
When removing Service VM from UI, the post-launched VMs should also be
removed.
Besides, add a warning window when removing Service VM.
v1->v2: add a warining window
Signed-off-by: Conghui
When removing Service VM from UI, the post-launched VMs should also be
removed.
Besides, add a warning window when removing Service VM.
v1->v2: add a warining window
Signed-off-by: Conghui
|
By
Conghui Chen
·
#35726
·
|
|
[PATCH] config_tools: add virtio gpu
Virtio gpu device UI will be implemented after 3.0.
As a workaround, this patch simply adds the virtio gpu entry in schema
and launch script generation logic.
To do
will update the upgrader python
Virtio gpu device UI will be implemented after 3.0.
As a workaround, this patch simply adds the virtio gpu entry in schema
and launch script generation logic.
To do
will update the upgrader python
|
By
Kunhui Li
·
#35725
·
|
|
[PATCH] config_tools: update the hugepage algorithm
update the hugepage algorithm to meet the following conditions.
1. Service vm cmdline setting HugepageN=total memory-3G -1G(memory need
by service vm supporting virtio gpu)-300M*num(number of virtio
update the hugepage algorithm to meet the following conditions.
1. Service vm cmdline setting HugepageN=total memory-3G -1G(memory need
by service vm supporting virtio gpu)-300M*num(number of virtio
|
By
Kunhui Li
·
#35724
·
|
|
Re: [PATCH] configurator: bugfix for removing Service OS
By
Geoffroy Van Cutsem
·
#35723
·
|
|
[PATCH] configurator: bugfix for removing Service OS
When removing Service OS from UI, the post-launched OS should also be
removed.
Signed-off-by: Conghui <conghui.chen@...>
---
.../ConfigureSettingsForScenario.jsx | 10
When removing Service OS from UI, the post-launched OS should also be
removed.
Signed-off-by: Conghui <conghui.chen@...>
---
.../ConfigureSettingsForScenario.jsx | 10
|
By
Conghui Chen
·
#35722
·
|
|
Re: [PATCH] Board Inspector Behaviors Improvement
"Li, Ziheng" <ziheng.li@...> writes:
We need to check if the console is capable of handling escaped color
codes before using them.
If this is a temporary file, create one use the `tempfile`
"Li, Ziheng" <ziheng.li@...> writes:
We need to check if the console is capable of handling escaped color
codes before using them.
If this is a temporary file, create one use the `tempfile`
|
By
Junjie Mao
·
#35721
·
|
|
Re: [PATCH v3] misc: alloc HPAn by VM whole size setting
"Li, Ziheng" <ziheng.li@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
--
Best Regards
Junjie Mao
"Li, Ziheng" <ziheng.li@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
--
Best Regards
Junjie Mao
|
By
Junjie Mao
·
#35720
·
|
|
[PATCH v1] board_inspector: check the number of PCI domains
Today ACRN works only on platforms with a single PCI domain (which is true
for most client and IoT platforms). This limitation is also used to
simplify the implementation of the board inspector. As a
Today ACRN works only on platforms with a single PCI domain (which is true
for most client and IoT platforms). This limitation is also used to
simplify the implementation of the board inspector. As a
|
By
Junjie Mao
·
#35719
·
|
|
[PATCH v1] board_inspector: add a missing module import
This patch adds the import of the `sys` module in platformbase.py which
uses `sys.exit` to terminate the board inspector upon fatal errors.
Signed-off-by: Junjie Mao <junjie.mao@...>
---
This patch adds the import of the `sys` module in platformbase.py which
uses `sys.exit` to terminate the board inspector upon fatal errors.
Signed-off-by: Junjie Mao <junjie.mao@...>
---
|
By
Junjie Mao
·
#35718
·
|
|
[PATCH v1] board_inspector: filter out non-present PCI buses
The lookup extractor of the board inspector filters out non-PCI or
non-present devices by checking the presence of vendor ID and class code.
The same logic applies to PCI buses as well, but is
The lookup extractor of the board inspector filters out non-PCI or
non-present devices by checking the presence of vendor ID and class code.
The same logic applies to PCI buses as well, but is
|
By
Junjie Mao
·
#35717
·
|
|
Re: [PATCH v2] hv: fix cpuid 0x2 mismatch when launch RTVM use atom core
I suggest to check leaf 0x2 just after cheching leaf 0x1.
Could we use the default case to handle those CPUIDs which could get the value from physical directly ?
I suggest to check leaf 0x2 just after cheching leaf 0x1.
Could we use the default case to handle those CPUIDs which could get the value from physical directly ?
|
By
Li, Fei1
·
#35716
·
|
|
Re: [PATCH] hv: remove pgentry_present field in struct pgtable
Reviewed-by: Fei Li <fei1.li@...>
Reviewed-by: Fei Li <fei1.li@...>
|
By
Li, Fei1
·
#35715
·
|
|
Re: [PATCH] hv: fix cpuid 0x2 mismatch when launch RTVM use atom core
By
Tw
·
#35714
·
|
|
[PATCH v2] hv: fix cpuid 0x2 mismatch when launch RTVM use atom core
When CPUID executes with EAX set to 02H, the processor returns information about cache and TLB information.
This information is percpu related, and should be obtained directly from the physical
When CPUID executes with EAX set to 02H, the processor returns information about cache and TLB information.
This information is percpu related, and should be obtained directly from the physical
|
By
Tw
·
#35713
·
|
|
Re: [PATCH v6 1/2] hv: refine for HPAn setting
Reviewed-by: Eddie Dong <eddie.dong@...>
Please get reviewed by Fei too.
Reviewed-by: Eddie Dong <eddie.dong@...>
Please get reviewed by Fei too.
|
By
Eddie Dong
·
#35712
·
|
|
Re: [PATCH] hv: fix cpuid 0x2 mismatch when launch RTVM use atom core
By
Eddie Dong
·
#35711
·
|
|
Re: [PATCH] hv: remove pgentry_present field in struct pgtable
Reviewed-by: Eddie Dong <eddie.dong@...>
Please get review from Fei too.
Reviewed-by: Eddie Dong <eddie.dong@...>
Please get review from Fei too.
|
By
Eddie Dong
·
#35710
·
|