|
[PATCH] hv: tlfs: add tlfs TSC freq MSR support 2 messages
TLFS defined 2 vMSRs which can be used by Windows guest to get the TSC/APIC frequencies from hypervisor. This patch adds the support of HV_X64_MSR_TSC_FREQUENCY/HV_X64_MSR_APIC_FREQUENCY vMSRS whose a
TLFS defined 2 vMSRs which can be used by Windows guest to get the TSC/APIC frequencies from hypervisor. This patch adds the support of HV_X64_MSR_TSC_FREQUENCY/HV_X64_MSR_APIC_FREQUENCY vMSRS whose a
|
By
Jian Jun Chen
·
|
|
Canceled: 2022 ACRN Project Technical Community Meeting: @ Monthly 3rd Wednesday 4PM (China-Shanghai), Wednesday 10AM (Europe-Munich), Tuesday 1AM (US-West Coast)
Cancel this month, and reschedule ‘ACRN DX’ introduction to WW34 Aug-17. Thanks. WW34 ACRN DX: Dynamic Parameter Configuration Liu, Hang 8/17/2021 Special Notes: If you have Zoom connection issue by u
Cancel this month, and reschedule ‘ACRN DX’ introduction to WW34 Aug-17. Thanks. WW34 ACRN DX: Dynamic Parameter Configuration Liu, Hang 8/17/2021 Special Notes: If you have Zoom connection issue by u
|
By
Zou, Terry
·
|
|
[PATCH] config-tools: hide the 'update-pciids: download failed' message 2 messages
From 799dc0549ebd2e072d491a76366bad67e14b5763 Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Fri, 15 Jul 2022 08:59:26 +0800 Subject: [PATCH] config-tools: hide the 'update-pciids: down
From 799dc0549ebd2e072d491a76366bad67e14b5763 Mon Sep 17 00:00:00 2001 From: zihengL1 <ziheng.li@...> Date: Fri, 15 Jul 2022 08:59:26 +0800 Subject: [PATCH] config-tools: hide the 'update-pciids: down
|
By
Li, Ziheng
·
|
|
[PATCH 0/4] support iothread
virtio FE notify BE by writing 'notify' field in PCI bar space. The OS of FE will trap and wait in hv. hv will make a IOReq and pass the request to devicemodel to process. After the devicemodel proces
virtio FE notify BE by writing 'notify' field in PCI bar space. The OS of FE will trap and wait in hv. hv will make a IOReq and pass the request to devicemodel to process. After the devicemodel proces
|
By
Conghui Chen
·
|
|
[PATCH v4] hv: tsc: calibrate TSC by HPET
On some platforms CPUID.0x15:ECX is zero and CPUID.0x16 can only return the TSC frequency in MHZ which is not accurate. For example the TSC frequency obtained by CPUID.0x16 is 2300 MHZ and the TSC fre
On some platforms CPUID.0x15:ECX is zero and CPUID.0x16 can only return the TSC frequency in MHZ which is not accurate. For example the TSC frequency obtained by CPUID.0x16 is 2300 MHZ and the TSC fre
|
By
Jian Jun Chen
·
|
|
[PATCH v3] hv: tsc: calibrate TSC by HPET 2 messages
On some platforms CPUID.0x15:ECX is zero and CPUID.0x16 can only return the TSC frequency in MHZ which is not accurate. For example the TSC frequency obtained by CPUID.0x16 is 2300 MHZ and the TSC fre
On some platforms CPUID.0x15:ECX is zero and CPUID.0x16 can only return the TSC frequency in MHZ which is not accurate. For example the TSC frequency obtained by CPUID.0x16 is 2300 MHZ and the TSC fre
|
By
Jian Jun Chen
·
|
|
[PATCH v2] hv: tsc: calibrate TSC by HPET 2 messages
On some platforms CPUID.0x15:ECX is zero and CPUID.0x16 can only return the TSC frequency in MHZ which is not accurate. For example the TSC frequency obtained by CPUID.0x16 is 2300 MHZ and the TSC fre
On some platforms CPUID.0x15:ECX is zero and CPUID.0x16 can only return the TSC frequency in MHZ which is not accurate. For example the TSC frequency obtained by CPUID.0x16 is 2300 MHZ and the TSC fre
|
By
Jian Jun Chen
·
|
|
[PATCH] hv: tsc: calibrate TSC by HPET 5 messages
On some platforms CPUID.0x15:ECX is zero and CPUID.0x16 can only return the TSC frequency in MHZ which is not accurate. This patch adds the support of using HPET to calibrate TSC when HPET is availabl
On some platforms CPUID.0x15:ECX is zero and CPUID.0x16 can only return the TSC frequency in MHZ which is not accurate. This patch adds the support of using HPET to calibrate TSC when HPET is availabl
|
By
Jian Jun Chen
·
|
|
[PATCH 1/2] hv: Change sched_event back to boolean-based implementation 4 messages
From: Yifan Liu <yifan1.liu@...> Commit d575edf79a9b8dcde16574e28c213be7013470c7 changes the internal implementation of wait_event and signal_event to use a counter instead of a boolean value. The bac
From: Yifan Liu <yifan1.liu@...> Commit d575edf79a9b8dcde16574e28c213be7013470c7 changes the internal implementation of wait_event and signal_event to use a counter instead of a boolean value. The bac
|
By
Liu, Yifan1
·
|
|
[PATCH 2/2] hv: Serialize WBINVD using wbinvd_lock 4 messages
From: Yifan Liu <yifan1.liu@...> As mentioned in previous patch, wbinvd utilizes the vcpu_make_request and signal_event call pair to stall other vcpus. Due to the fact that these two calls are not thr
From: Yifan Liu <yifan1.liu@...> As mentioned in previous patch, wbinvd utilizes the vcpu_make_request and signal_event call pair to stall other vcpus. Due to the fact that these two calls are not thr
|
By
Liu, Yifan1
·
|
|
[PATCH] config_tools: resolve incompatibility with elementpath 2.5.3
This patch adds to the customized function `number-of-clos-id-needed` more robust checks, which ensures that a given node is a concrete element, before that function passes the node to `get_policy_lis
This patch adds to the customized function `number-of-clos-id-needed` more robust checks, which ensures that a given node is a concrete element, before that function passes the node to `get_policy_lis
|
By
Junjie Mao
·
|
|
[PATCH] misc: refine slot issue of launch script 3 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: Add core type infomation to pCPU 9 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 v3 1/4] dm: refine the detection of "iasl" utility 2 messages
At run time (on the *target* machine), acrn-dm depends on "iasl" to build the ACPI tables for post-launched VMs. This patch does: - remove the dependency on ASL_COMPILER, which would only be used at b
At run time (on the *target* machine), acrn-dm depends on "iasl" to build the ACPI tables for post-launched VMs. This patch does: - remove the dependency on ASL_COMPILER, which would only be used at b
|
By
Shiqing Gao
·
|
|
[PATCH v2 1/4] dm: refine the detection of "iasl" utility 3 messages
At run time (on the *target* machine), acrn-dm depends on "iasl" to build the ACPI tables for post-launched VMs. This patch does: - remove the dependency on ASL_COMPILER, which would only be used at b
At run time (on the *target* machine), acrn-dm depends on "iasl" to build the ACPI tables for post-launched VMs. This patch does: - remove the dependency on ASL_COMPILER, which would only be used at b
|
By
Shiqing Gao
·
|
|
[PATCH v3 0/4] Refine the detection and the version verification of "iasl"
ACRN has dependency on "iasl" compiler both at build time and at run time. - At build time (on the *dev* machine), config_tools depends on "iasl" to generate the binary of ACPI tables for pre-launched
ACRN has dependency on "iasl" compiler both at build time and at run time. - At build time (on the *dev* machine), config_tools depends on "iasl" to generate the binary of ACPI tables for pre-launched
|
By
Shiqing Gao
·
|
|
[PATCH v3 4/4] config_tools: verify "iasl" version against IASL_MIN_VER
To avoid hardcoding the minimum "iasl" version in multiple places, IASL_MIN_VER is defined in the top-level Makefile and is passed to config_tools. This patch verifies "iasl" version against IASL_MIN_
To avoid hardcoding the minimum "iasl" version in multiple places, IASL_MIN_VER is defined in the top-level Makefile and is passed to config_tools. This patch verifies "iasl" version against IASL_MIN_
|
By
Shiqing Gao
·
|
|
[PATCH v3 3/4] config_tools: use ASL_COMPILER as the path to the "iasl" compiler
At build time (on the *dev* machine), config_tools depends on "iasl" to generate the binary of ACPI tables for pre-launched VMs. This patch does: - pass ASL_COMPILER to config_tools By default, ASL_CO
At build time (on the *dev* machine), config_tools depends on "iasl" to generate the binary of ACPI tables for pre-launched VMs. This patch does: - pass ASL_COMPILER to config_tools By default, ASL_CO
|
By
Shiqing Gao
·
|
|
[PATCH v3 2/4] dm: verify the "iasl" version
This patch does: - define IASL_MIN_VER in the top-level Makefile and pass it Device Model - verify the "iasl" version at run time if "iasl" version is older than IASL_MIN_VER, refuse to launch the pos
This patch does: - define IASL_MIN_VER in the top-level Makefile and pass it Device Model - verify the "iasl" version at run time if "iasl" version is older than IASL_MIN_VER, refuse to launch the pos
|
By
Shiqing Gao
·
|
|
[PATCH v2 4/4] config_tools: verify "iasl" version against IASL_MIN_VER
To avoid hardcoding the minimum "iasl" version in multiple places, IASL_MIN_VER is defined in the top-level Makefile and is passed to config_tools. This patch verifies "iasl" version against IASL_MIN_
To avoid hardcoding the minimum "iasl" version in multiple places, IASL_MIN_VER is defined in the top-level Makefile and is passed to config_tools. This patch verifies "iasl" version against IASL_MIN_
|
By
Shiqing Gao
·
|