|
[PATCH v1 1/2] config-tools: add new extrators helplers
3 messages
From: "Yang,Yu-chu" <yu-chu.yang@...> Add 2 helplers: 1. get_realpath: this method returns the realpath of paramenter if it's a valid path string 2. get_bdf_from_realpath: this method returns the bus,
From: "Yang,Yu-chu" <yu-chu.yang@...> Add 2 helplers: 1. get_realpath: this method returns the realpath of paramenter if it's a valid path string 2. get_bdf_from_realpath: this method returns the bus,
|
By
Yang, Yu-chu
·
|
|
[PATCH v3 1/2] misc: refine the allocate logic of offline tool
2 messages
From: Chenli Wei <chenli.wei@...> The current code use VM number to calculate HV_RAM_SIZE, this is not match the HV logic. This patch use the max number of trusty VMs to calculate the size of sworld m
From: Chenli Wei <chenli.wei@...> The current code use VM number to calculate HV_RAM_SIZE, this is not match the HV logic. This patch use the max number of trusty VMs to calculate the size of sworld m
|
By
chenli.wei
·
|
|
[PATCH v3 2/2] hv: refine the sworld memory allocate
2 messages
From: Chenli Wei <chenli.wei@...> The current code uses a predefined sworld memory array to reserve memory for trusty VMs, and assume all post launched VMs are trusty VM which is not correct. This pat
From: Chenli Wei <chenli.wei@...> The current code uses a predefined sworld memory array to reserve memory for trusty VMs, and assume all post launched VMs are trusty VM which is not correct. This pat
|
By
chenli.wei
·
|
|
[PATCH v2 2/2] hv: refine the sworld memory allocate
6 messages
From: Chenli Wei <chenli.wei@...> The current code uses a predefined sworld memory array to reserve memory for trusty VMs, and assume all post launched VMs are trusty VM which is not correct. This pat
From: Chenli Wei <chenli.wei@...> The current code uses a predefined sworld memory array to reserve memory for trusty VMs, and assume all post launched VMs are trusty VM which is not correct. This pat
|
By
chenli.wei
·
|
|
[PATCH v3 0/2] Refine the logic of allocate sworld memory
From: Chenli Wei <chenli.wei@...> This series try to refine the allocate sworld memory logic, the current code allocate for all post launched VM, it's a waste of memory. The new proposal try to count
From: Chenli Wei <chenli.wei@...> This series try to refine the allocate sworld memory logic, the current code allocate for all post launched VM, it's a waste of memory. The new proposal try to count
|
By
chenli.wei
·
|
|
[PATCH] config_tools: add pio serial port bdf to config.h
3 messages
Add bdf info of pio serial port to config.h. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...> --- misc/config_tools/xforms/config_common.xsl | 33 +++++++++------------- misc/config_tools/xforms/lib.xs
Add bdf info of pio serial port to config.h. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...> --- misc/config_tools/xforms/config_common.xsl | 33 +++++++++------------- misc/config_tools/xforms/lib.xs
|
By
Zhao, Yuanyuan
·
|
|
[Announce] ACRN Open Source Ver3.1 Release Notes
Hi all, We are very pleased to announce Version 3.1 release of ACRN. You can see the release blog from https://projectacrn.org/blog/ and detailed Release Notes in website https://projectacrn.github.io
Hi all, We are very pleased to announce Version 3.1 release of ACRN. You can see the release blog from https://projectacrn.org/blog/ and detailed Release Notes in website https://projectacrn.github.io
|
By
Zou, Terry
·
|
|
[PATCH v2 1/2] misc: refine the allocate logic of offline tool
3 messages
From: Chenli Wei <chenli.wei@...> The current code use VM number to calculate HV_RAM_SIZE, this is not match the HV logic. This patch use the max number of trusty VMs to calculate the size of sworld m
From: Chenli Wei <chenli.wei@...> The current code use VM number to calculate HV_RAM_SIZE, this is not match the HV logic. This patch use the max number of trusty VMs to calculate the size of sworld m
|
By
chenli.wei
·
|
|
[PATCH v2 0/2] Refine the logic of allocate sworld memory
From: Chenli Wei <chenli.wei@...> This series try to refine the allocate sworld memory logic, the current code allocate for all post launched VM, it's a waste of memory. The new proposal try to count
From: Chenli Wei <chenli.wei@...> This series try to refine the allocate sworld memory logic, the current code allocate for all post launched VM, it's a waste of memory. The new proposal try to count
|
By
chenli.wei
·
|
|
[PATCH v2] config_tools: offline cpu for own_pcpu VMs
2 messages
When launch a VM own pcpus, offline Service VM vcpus which use the same pcpu by launch script. v1->v2 add warning to offline cpu 0 Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...> --- misc/config_tool
When launch a VM own pcpus, offline Service VM vcpus which use the same pcpu by launch script. v1->v2 add warning to offline cpu 0 Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...> --- misc/config_tool
|
By
Zhao, Yuanyuan
·
|
|
[PATCH] config-tools: Missing tqdm python package in board_inspector.deb
2 messages
From 60d698156e542b518d75d6e2f2c494372a5511a3 Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Thu, 29 Sep 2022 15:08:01 +0800 Subject: [PATCH] config-tools: Missing tqdm python package i
From 60d698156e542b518d75d6e2f2c494372a5511a3 Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Thu, 29 Sep 2022 15:08:01 +0800 Subject: [PATCH] config-tools: Missing tqdm python package i
|
By
Li, Ziheng
·
|
|
[PATCH] config_tools: offline cpu for own_pcpu VMs
5 messages
When launch a VM own pcpus, offline Service VM vcpus which use the same pcpu by launch script. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...> --- misc/config_tools/launch_config/launch_cfg_gen.py |
When launch a VM own pcpus, offline Service VM vcpus which use the same pcpu by launch script. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...> --- misc/config_tools/launch_config/launch_cfg_gen.py |
|
By
Zhao, Yuanyuan
·
|
|
[RFC PATCH 2/2] hv: refine the sworld memory allocate
5 messages
From: Chenli Wei <chenli.wei@...> The current code uses a predefined sworld memory array to reserve memory for trusty VMs, and assume all post launched VMs are trusty VM which is not correct. This pat
From: Chenli Wei <chenli.wei@...> The current code uses a predefined sworld memory array to reserve memory for trusty VMs, and assume all post launched VMs are trusty VM which is not correct. This pat
|
By
chenli.wei
·
|
|
[PATCH v3] config-tools: reserve the secondary PCI bus mmio windows
2 messages
From: "Yang,Yu-chu" <yu-chu.yang@...> Prevent allocator to allocate PCI bus mmio windows to other devices. v2->v3 1. resolve nested secondary pci windows Tracked-On: #8191 Signed-off-by: Yang,Yu-chu <
From: "Yang,Yu-chu" <yu-chu.yang@...> Prevent allocator to allocate PCI bus mmio windows to other devices. v2->v3 1. resolve nested secondary pci windows Tracked-On: #8191 Signed-off-by: Yang,Yu-chu <
|
By
Yang, Yu-chu
·
|
|
[PATCH 2/3 V2] hv: add param to control INIT used to kick pCPU
5 messages
By default, IPI used to kick sharing pCPU, INIT used to kick partition pCPU. If use_init_only flag is pass to hypervisor, only INIT will be used to kick pCPU. Signed-off-by: Minggui Cao <minggui.cao@.
By default, IPI used to kick sharing pCPU, INIT used to kick partition pCPU. If use_init_only flag is pass to hypervisor, only INIT will be used to kick pCPU. Signed-off-by: Minggui Cao <minggui.cao@.
|
By
Minggui Cao
·
|
|
[RFC PATCH 1/2] misc: refine the allocate logic of offline tool
From: Chenli Wei <chenli.wei@...> The current code use VM number to calculate HV_RAM_SIZE, this is not match the HV logic. This patch use the max number of trusty VMs to calculate the size of sworld m
From: Chenli Wei <chenli.wei@...> The current code use VM number to calculate HV_RAM_SIZE, this is not match the HV logic. This patch use the max number of trusty VMs to calculate the size of sworld m
|
By
chenli.wei
·
|
|
[RFC PATCH 0/2] Refine the logic of allocate sworld memory
From: Chenli Wei <chenli.wei@...> This series try to refine the allocate sworld memory logic, the current code allocate for all post launched VM, it's a waste of memory. The new proposal try to count
From: Chenli Wei <chenli.wei@...> This series try to refine the allocate sworld memory logic, the current code allocate for all post launched VM, it's a waste of memory. The new proposal try to count
|
By
chenli.wei
·
|
|
[PATCH] misc: refine the allocate logic of offline tool
7 messages
From: Chenli Wei <chenli.wei@...> The current code use VM number to count HV_RAM_SIZE, this is not match the HV logic. This patch use the max number of post launched VMs to count the ram size of ACRN
From: Chenli Wei <chenli.wei@...> The current code use VM number to count HV_RAM_SIZE, this is not match the HV logic. This patch use the max number of post launched VMs to count the ram size of ACRN
|
By
chenli.wei
·
|
|
[PATCH v2] config-tools: reserve the secondary PCI bus mmio windows
2 messages
From: "Yang,Yu-chu" <yu-chu.yang@...> Prevent allocator to allocate PCI bus mmio windows to other devices. v1->v2 1. add "contains()" to class AddrWindow 2. append the mmio window of memory type resou
From: "Yang,Yu-chu" <yu-chu.yang@...> Prevent allocator to allocate PCI bus mmio windows to other devices. v1->v2 1. add "contains()" to class AddrWindow 2. append the mmio window of memory type resou
|
By
Yang, Yu-chu
·
|
|
[PATCH 3/3 V2] hv: improve smp call to support debugging RTVM
2 messages
Improve SMP call to support ACRN shell to operate RTVM. before, the RTVM CPU can't be kicked off by IPI, so some shell commands can't support it, like rdmsr/wrmsr, memory/ registers dump. Signed-off-b
Improve SMP call to support ACRN shell to operate RTVM. before, the RTVM CPU can't be kicked off by IPI, so some shell commands can't support it, like rdmsr/wrmsr, memory/ registers dump. Signed-off-b
|
By
Minggui Cao
·
|