|
[PATCH 0/6] Add ACRN CPU frequency management 2 messages
1. ACRN CPU frequency management's design The base design is to let ACRN own CPU frequency control with those two governors: - Performance: CPU can run at its max possible frequency (turbo boost will
1. ACRN CPU frequency management's design The base design is to let ACRN own CPU frequency control with those two governors: - Performance: CPU can run at its max possible frequency (turbo boost will
|
By
Zhou, Wu
·
|
|
[PATCH] config_tool: add MAX_PCI_BUS_NUM in UI 3 messages
Add MAX_PCI_BUS_NUM in UI for user. If user defined MAX_PCI_BUS_NUM is greater than the value calculated by board.xml, use user defined MAX_PCI_BUS_NUM. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...
Add MAX_PCI_BUS_NUM in UI for user. If user defined MAX_PCI_BUS_NUM is greater than the value calculated by board.xml, use user defined MAX_PCI_BUS_NUM. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...
|
By
Zhao, Yuanyuan
·
|
|
[PATCH v2] config_tools: change some default value
Change default user vm memory size from 256 to 1024. v1->v2 Remove ENFORCE_TURNOFF_GP default value modification. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...> --- misc/config_tools/schema/VMtypes.
Change default user vm memory size from 256 to 1024. v1->v2 Remove ENFORCE_TURNOFF_GP default value modification. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...> --- misc/config_tools/schema/VMtypes.
|
By
Zhao, Yuanyuan
·
|
|
[PATCH] config_tools: change some default value 3 messages
1. Change default user vm memory size from 256 to 1024. 2. Set "Disable UC lock detection" by default. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...> --- misc/config_tools/schema/VMtypes.xsd | 2 +-
1. Change default user vm memory size from 256 to 1024. 2. Set "Disable UC lock detection" by default. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...> --- misc/config_tools/schema/VMtypes.xsd | 2 +-
|
By
Zhao, Yuanyuan
·
|
|
[PATCH v2] config_tools: Add core type infomation to pCPU 2 messages
If a platform has both P-core and E-core, prompt user if this pCPU is E-core when set the CPU affinity for VMs. v1->v2 1. Only add hint for E-core. 2. Change the hint style. Signed-off-by: Yuanyuan Zh
If a platform has both P-core and E-core, prompt user if this pCPU is E-core when set the CPU affinity for VMs. v1->v2 1. Only add hint for E-core. 2. Change the hint style. Signed-off-by: Yuanyuan Zh
|
By
Zhao, Yuanyuan
·
|
|
[PATCH] doc: Modified the python package installing step in GSG 2 messages
From c5b443a1460ee7df5131b511fadb8f8ecca5fffe Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Thu, 11 Aug 2022 14:20:59 +0800 Subject: [PATCH] doc: Modified the python package installing
From c5b443a1460ee7df5131b511fadb8f8ecca5fffe Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Thu, 11 Aug 2022 14:20:59 +0800 Subject: [PATCH] doc: Modified the python package installing
|
By
Li, Ziheng
·
|
|
[PATCH] config-tools: GSG python package xmlschema/elementpath incompatibility 2 messages
From 4a51ec571e225cdc7f32e10c55418150aca04dc6 Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Thu, 11 Aug 2022 14:08:02 +0800 Subject: [PATCH] config-tools: GSG python package xmlschema/
From 4a51ec571e225cdc7f32e10c55418150aca04dc6 Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Thu, 11 Aug 2022 14:08:02 +0800 Subject: [PATCH] config-tools: GSG python package xmlschema/
|
By
Li, Ziheng
·
|
|
[PATCH] doc: Create requirements.txt for python packages 2 messages
From dd1ed01be8f5267dd98fb473246515f868de47b9 Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Thu, 11 Aug 2022 13:00:34 +0800 Subject: [PATCH] doc: Create requirements.txt for python pac
From dd1ed01be8f5267dd98fb473246515f868de47b9 Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Thu, 11 Aug 2022 13:00:34 +0800 Subject: [PATCH] doc: Create requirements.txt for python pac
|
By
Li, Ziheng
·
|
|
[PATCH] config_tools: highlight success or fail status in save window 2 messages
changing the green or yellow icon to highlight success or fail status in save window. Tracked-On: #7958 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../src-tauri/icons/Config_save_success.png | Bin
changing the green or yellow icon to highlight success or fail status in save window. Tracked-On: #7958 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../src-tauri/icons/Config_save_success.png | Bin
|
By
Kunhui Li
·
|
|
[PATCH] config-tools: add progress bar for board_inspector 2 messages
From 8e4d2c3be25e1936cd5af2a28ee7f45232bb39d6 Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Thu, 11 Aug 2022 09:53:01 +0800 Subject: [PATCH] config-tools: add progress bar for board_in
From 8e4d2c3be25e1936cd5af2a28ee7f45232bb39d6 Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Thu, 11 Aug 2022 09:53:01 +0800 Subject: [PATCH] config-tools: add progress bar for board_in
|
By
Li, Ziheng
·
|
|
[PATCH v2] config-tools: solve hv and vm memory address conflict 2 messages
From e1b5adb295a2154a970ade09f46c62e76e2a4bbf Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Wed, 10 Aug 2022 13:23:50 +0800 Subject: [PATCH v2] config-tools: solve hv and vm memory add
From e1b5adb295a2154a970ade09f46c62e76e2a4bbf Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Wed, 10 Aug 2022 13:23:50 +0800 Subject: [PATCH v2] config-tools: solve hv and vm memory add
|
By
Li, Ziheng
·
|
|
[PATCH v4 1/2] dm: vdisplay: refine vdisplay core concept abstractions 2 messages
From: Sun Peng <peng.p.sun@...> Add new concept "vscreen" to abstract all specs about screen in a display server. This can provide convenience to add more screens for one VM. v1->v2: remove vscr NULL
From: Sun Peng <peng.p.sun@...> Add new concept "vscreen" to abstract all specs about screen in a display server. This can provide convenience to add more screens for one VM. v1->v2: remove vscr NULL
|
By
Sun, Peng
·
|
|
[PATCH v4 1/2] dm: vdisplay: multi-local-mornitor support. 2 messages
From: Sun Peng <peng.p.sun@...> To support full screen mode on one of multi-local-mornitor which connected to SOS by monitor ID that customer specify. The monitor ID is specified in acrn-dm's paramete
From: Sun Peng <peng.p.sun@...> To support full screen mode on one of multi-local-mornitor which connected to SOS by monitor ID that customer specify. The monitor ID is specified in acrn-dm's paramete
|
By
Sun, Peng
·
|
|
[PATCH] config_tools: Add core type infomation to pCPU 11 messages
Prompt user wheter this pCPU is P-core or E-core when set the CPU affinity for VMs. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...> --- .../pages/Config/ConfigForm/CustomWidget/cpu_affinity.vue | 8 +
Prompt user wheter this pCPU is P-core or E-core when set the CPU affinity for VMs. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...> --- .../pages/Config/ConfigForm/CustomWidget/cpu_affinity.vue | 8 +
|
By
Zhao, Yuanyuan
·
|
|
[PATCH] config-tools: solve hv and vm memory address conflict 2 messages
From c849de5679200ad9bd212a119b876a3a490d0450 Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Wed, 10 Aug 2022 13:23:50 +0800 Subject: [PATCH] config-tools: solve hv and vm memory addres
From c849de5679200ad9bd212a119b876a3a490d0450 Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Wed, 10 Aug 2022 13:23:50 +0800 Subject: [PATCH] config-tools: solve hv and vm memory addres
|
By
Li, Ziheng
·
|
|
[PATCH v4 2/2] dm: vdisplay: multi-vdisplay support.
From: Sun Peng <peng.p.sun@...> Allow one VM have more than 1 virtual display for output. Till now, the max virtual display number is 2. So guest VM can use dual display for mirror and extend desktop
From: Sun Peng <peng.p.sun@...> Allow one VM have more than 1 virtual display for output. Till now, the max virtual display number is 2. So guest VM can use dual display for mirror and extend desktop
|
By
Sun, Peng
·
|
|
[PATCH v4 2/2] dm: vdisplay: Add physical monitor id check.
From: Sun Peng <peng.p.sun@...> vdisplay use physical monitor id(pscreen index) to locate the monitor. The max index value always is the physical monitor number - 1. For example, there are 4 physical
From: Sun Peng <peng.p.sun@...> vdisplay use physical monitor id(pscreen index) to locate the monitor. The max index value always is the physical monitor number - 1. For example, there are 4 physical
|
By
Sun, Peng
·
|
|
[PATCH 6/6] hv: block guest eist/hwp cpuids and MSRs
This patch is to disable guests from controlling CPU frequency. Now ACRN has owned CPU frequency control, so guests should no longer have it. This is done by blocking the eist/hwp cpuids and MSRs, and
This patch is to disable guests from controlling CPU frequency. Now ACRN has owned CPU frequency control, so guests should no longer have it. This is done by blocking the eist/hwp cpuids and MSRs, and
|
By
Zhou, Wu
·
|
|
[PATCH 5/6] hv: add CPU frequency driver in hv
This patch will enable ACRN as the CPU frequency controllor. The frequency driver uses governors to decide the frequency strategy. Currently we have two governors: - Performance: CPU can runs at its m
This patch will enable ACRN as the CPU frequency controllor. The frequency driver uses governors to decide the frequency strategy. Currently we have two governors: - Performance: CPU can runs at its m
|
By
Zhou, Wu
·
|
|
[PATCH 4/6] config_tools & hv: generate CPU frequency info code
This patch is to generate CPU frequency info from allocation data. Frequency policy struct and frequency info struct are added in acrn_common.h. Frequency policy is generated for each CPU in board.c,
This patch is to generate CPU frequency info from allocation data. Frequency policy struct and frequency info struct are added in acrn_common.h. Frequency policy is generated for each CPU in board.c,
|
By
Zhou, Wu
·
|