|
[PATCH] vUART and IVSHMEM widgets don't generate address 2 messages
Tool doesn't generate I/O address. User needs to save twice, then the tool generates I/O address. I change the save function into async function, and improved the promise chaining, now it can be respo
Tool doesn't generate I/O address. User needs to save twice, then the tool generates I/O address. I change the save function into async function, and improved the promise chaining, now it can be respo
|
By
Chuang Ke
·
|
|
[PATCH 3/4] config-tools: change 'DISABLED' settings to 'ENABLED' in config xml
In order to improve DX, 'DISABLED' style configurator settings are changed to 'ENABLED' style. The config xml files need too be changed accordingly. Including: - MCE_ON_PSC_DISABLED -> MCE_ON_PSC_ENAB
In order to improve DX, 'DISABLED' style configurator settings are changed to 'ENABLED' style. The config xml files need too be changed accordingly. Including: - MCE_ON_PSC_DISABLED -> MCE_ON_PSC_ENAB
|
By
Zhou, Wu
·
|
|
[PATCH 2/4] doc: change 'DISABLED' settings to 'ENABLED'
In order to improve DX, 'DISABLED' style configurator settings are changed to 'ENABLED' style. - MCE_ON_PSC_DISABLED -> MCE_ON_PSC_ENABLED - ENFORCE_TURNOFF_AC -> AC_ENABLED Tracked-On: #7661 Signed-o
In order to improve DX, 'DISABLED' style configurator settings are changed to 'ENABLED' style. - MCE_ON_PSC_DISABLED -> MCE_ON_PSC_ENABLED - ENFORCE_TURNOFF_AC -> AC_ENABLED Tracked-On: #7661 Signed-o
|
By
Zhou, Wu
·
|
|
[PATCH 1/4] config-tools: change 'DISABLED' settings to 'ENABLED'
Some configurator settings are defined as 'feature DISABLED' style, which could cause confusion to developers. This patch is to change them into straightforward 'ENABLED' style. Including: - MCE_ON_PS
Some configurator settings are defined as 'feature DISABLED' style, which could cause confusion to developers. This patch is to change them into straightforward 'ENABLED' style. Including: - MCE_ON_PS
|
By
Zhou, Wu
·
|
|
[PATCH v4] hv: sched: fix bug when reboot vm 2 messages
BVT schedule rule: When a new thread is wakeup and added to runqueue, it will get the smallest avt (svt) from runqueue to initiate its avt. If the svt is smaller than it's avt, it will keep the origin
BVT schedule rule: When a new thread is wakeup and added to runqueue, it will get the smallest avt (svt) from runqueue to initiate its avt. If the svt is smaller than it's avt, it will keep the origin
|
By
Conghui Chen
·
|
|
[PATCH v3] misc: add assert to check the duplicate devices 2 messages
From: Chenli Wei <chenli.wei@...> The current ACRN-Configurator allow user add duplicate PCI devices to passthrough which it is not correct. This patch add an assert to check the duplicate of PCI devi
From: Chenli Wei <chenli.wei@...> The current ACRN-Configurator allow user add duplicate PCI devices to passthrough which it is not correct. This patch add an assert to check the duplicate of PCI devi
|
By
chenli.wei
·
|
|
[PATCH v3] hv: sched: fix bug when reboot vm 2 messages
BVT schedule rule: When a new thread is wakeup and added to runqueue, it will get the smallest avt (svt) from runqueue to initiate its avt. If the svt is smaller than it's avt, it will keep the origin
BVT schedule rule: When a new thread is wakeup and added to runqueue, it will get the smallest avt (svt) from runqueue to initiate its avt. If the svt is smaller than it's avt, it will keep the origin
|
By
Conghui Chen
·
|
|
[PATCH] configurator does not consider L3 CAT config when opening an exiting configuration 8 messages
Found errors when import xml file through this bug report, after fix the clos mask could import correctly, and show the clos mask bar in the view correctly, and also save clos mask data correctly. Sig
Found errors when import xml file through this bug report, after fix the clos mask could import correctly, and show the clos mask bar in the view correctly, and also save clos mask data correctly. Sig
|
By
Chuang Ke
·
|
|
[PATCH v2] misc: add assert to check the duplicate devices 3 messages
From: Chenli Wei <chenli.wei@...> The current ACRN-Configurator allow user add duplicate PCI devices to passthrough which it is not correct. This patch add an assert to check the duplicate of PCI devi
From: Chenli Wei <chenli.wei@...> The current ACRN-Configurator allow user add duplicate PCI devices to passthrough which it is not correct. This patch add an assert to check the duplicate of PCI devi
|
By
chenli.wei
·
|
|
[PATCH] misc: add assert to check the duplicate devices 4 messages
From: Chenli Wei <chenli.wei@...> The current ACRN-Configurator allow user add duplicate PCI devices to passthrough which it is not correct. This patch add an assert to check the duplicate of PCI devi
From: Chenli Wei <chenli.wei@...> The current ACRN-Configurator allow user add duplicate PCI devices to passthrough which it is not correct. This patch add an assert to check the duplicate of PCI devi
|
By
chenli.wei
·
|
|
[PATCH v2] hv: sched: fix bug when reboot vm 2 messages
BVT schedule rule: When a new thread is wakeup and added to runqueue, it will get the smallest avt (svt) from runqueue to initiate its avt. If the svt is smaller than it's avt, it will keep the origin
BVT schedule rule: When a new thread is wakeup and added to runqueue, it will get the smallest avt (svt) from runqueue to initiate its avt. If the svt is smaller than it's avt, it will keep the origin
|
By
Conghui Chen
·
|
|
[PATCH v1 3/3] config_tools: board_inspector: guess L3 CAT parameters if not reported via CPUID
On some platforms the L3 CAT capabilities are not reported via CPUID even though they are present. The public real-time tuning guide suggests to try accessing the MSRs directly to detect if L3 CAT is
On some platforms the L3 CAT capabilities are not reported via CPUID even though they are present. The public real-time tuning guide suggests to try accessing the MSRs directly to detect if L3 CAT is
|
By
Junjie Mao
·
|
|
[PATCH v1 2/3] config_tools: board_inspector: fix MSR reads and writes
The MSR reading and writing routines today has the following issues: 1. The missing of /dev/cpu/*/msr is not properly captured as it is reported via FileNotFoundError rather than IOError. 2. The wrmsr
The MSR reading and writing routines today has the following issues: 1. The missing of /dev/cpu/*/msr is not properly captured as it is reported via FileNotFoundError rather than IOError. 2. The wrmsr
|
By
Junjie Mao
·
|
|
[PATCH v1 1/3] config_tools: board_inspector: refactors MSR utilities
In v3.0 the msrfield class has its initializer changed in a way that is incompatible with the parameter names or the getter/setter. When introduced from the BITS project, that class allows specifying
In v3.0 the msrfield class has its initializer changed in a way that is incompatible with the parameter names or the getter/setter. When introduced from the BITS project, that class allows specifying
|
By
Junjie Mao
·
|
|
[PATCH v1 0/3] Guess presence of L3 CAT in the board inspector
Some Intel platforms are known to be equipped with L3 CAT while they do not report its presence or parameters via the architectural CPUID interface. The public real-time tuning guide for 11th gen Core
Some Intel platforms are known to be equipped with L3 CAT while they do not report its presence or parameters via the architectural CPUID interface. The public real-time tuning guide for 11th gen Core
|
By
Junjie Mao
·
|
|
[PATCH] hv: sched: fix bug when reboot vm 8 messages
BVT schedule rule: When a new thread is wakeup and added to runqueue, it will get the smallest avt (svt) from runqueue to initiate its avt. If the svt is smaller than it's avt, it will keep the origin
BVT schedule rule: When a new thread is wakeup and added to runqueue, it will get the smallest avt (svt) from runqueue to initiate its avt. If the svt is smaller than it's avt, it will keep the origin
|
By
Conghui Chen
·
|
|
[PATCH] configurator creates duplicate VM name 5 messages
fix VM duplicate name when create new VM Signed-off-by: Chuang-Ke <chuangx.ke@...> Tracked-On: #7920 --- .../configurator/packages/configurator/src/pages/Config.vue | 2 +- 1 file changed, 1 insertion(
fix VM duplicate name when create new VM Signed-off-by: Chuang-Ke <chuangx.ke@...> Tracked-On: #7920 --- .../configurator/packages/configurator/src/pages/Config.vue | 2 +- 1 file changed, 1 insertion(
|
By
Chuang Ke
·
|
|
[PATCH v2] misc: refine slot issue of launch script 2 messages
From: Chenli Wei <chenli.wei@...> The current launch script allocate bdf for ivshmem by itself and have not get bdf from scenario. This patch refine the above logic and generate slot by user settings.
From: Chenli Wei <chenli.wei@...> The current launch script allocate bdf for ivshmem by itself and have not get bdf from scenario. This patch refine the above logic and generate slot by user settings.
|
By
chenli.wei
·
|
|
[PATCH] config-tools: solve hv and vm memory address conflict 2 messages
From d16ae3186184d82cb286e662cd3e467ae13539c4 Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Fri, 29 Jul 2022 09:19:14 +0800 Subject: [PATCH] config-tools: solve hv and vm memory addres
From d16ae3186184d82cb286e662cd3e467ae13539c4 Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Fri, 29 Jul 2022 09:19:14 +0800 Subject: [PATCH] config-tools: solve hv and vm memory addres
|
By
Li, Ziheng
·
|
|
[PATCH] config_tools: add tooltips for cpu affinity 2 messages
add tooltips for cpu affinity and tiny fix for virtio console device. Tracked-On: #7933 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../CustomWidget/Virtio/Console.vue | 2 +- .../ConfigForm/CustomWi
add tooltips for cpu affinity and tiny fix for virtio console device. Tracked-On: #7933 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- .../CustomWidget/Virtio/Console.vue | 2 +- .../ConfigForm/CustomWi
|
By
Kunhui Li
·
|