|
Re: [PATCH] misc: refine slot issue of launch script
Chenli Wei <chenli.wei@...> writes:
This piece of logic which extracts the slot number from a BDF specified
in the scenario XML appears three times now. Please abstract it as a
helper
Chenli Wei <chenli.wei@...> writes:
This piece of logic which extracts the slot number from a BDF specified
in the scenario XML appears three times now. Please abstract it as a
helper
|
By
Junjie Mao
·
#36235
·
|
|
Re: [PATCH] config_tools: Add core type infomation to pCPU
By
Geoffroy Van Cutsem
·
#36234
·
|
|
Re: [PATCH] config_tools: Add core type infomation to pCPU
By
Geoffroy Van Cutsem
·
#36233
·
|
|
Re: [PATCH v3 1/4] dm: refine the detection of "iasl" utility
Acked-by: Wang, Yu1 <yu1.wang@...>
Acked-by: Wang, Yu1 <yu1.wang@...>
|
By
Yu Wang
·
#36232
·
|
|
Re: [PATCH] config_tools: Add core type infomation to pCPU
Yuanyuan Zhao <yuanyuan.zhao@...> writes:
"core_type" may be empty on old platforms that do not support CPUID leaf
0x1a (in which case the CPU is unlikely to have hybrid cores). Is
Yuanyuan Zhao <yuanyuan.zhao@...> writes:
"core_type" may be empty on old platforms that do not support CPUID leaf
0x1a (in which case the CPU is unlikely to have hybrid cores). Is
|
By
Junjie Mao
·
#36231
·
|
|
[PATCH] hv: tlfs: add tlfs TSC freq MSR support
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
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
|
By
Jian Jun Chen
·
#36230
·
|
|
[PATCH] 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.
This patch adds the support of using HPET to calibrate TSC
when HPET is
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
|
By
Jian Jun Chen
·
#36229
·
|
|
Re: [PATCH v2 1/4] dm: refine the detection of "iasl" utility
Got it. I have updated it in v3.
Got it. I have updated it in v3.
|
By
Shiqing Gao
·
#36228
·
|
|
[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
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
|
By
Shiqing Gao
·
#36227
·
|
|
[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
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
|
By
Shiqing Gao
·
#36226
·
|
|
[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,
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,
|
By
Shiqing Gao
·
#36225
·
|
|
[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
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
|
By
Shiqing Gao
·
#36224
·
|
|
[PATCH v3 1/4] dm: refine the detection of "iasl" utility
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
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
|
By
Shiqing Gao
·
#36223
·
|
|
Re: [PATCH v2 1/4] dm: refine the detection of "iasl" utility
Use strlen to check? 0 means haven't set?
Use strlen to check? 0 means haven't set?
|
By
Yu Wang
·
#36222
·
|
|
[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
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
|
By
Shiqing Gao
·
#36221
·
|
|
[PATCH v2 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,
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,
|
By
Shiqing Gao
·
#36220
·
|
|
[PATCH v2 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
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
|
By
Shiqing Gao
·
#36219
·
|
|
[PATCH v2 1/4] dm: refine the detection of "iasl" utility
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
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
|
By
Shiqing Gao
·
#36218
·
|
|
[PATCH v2 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
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
|
By
Shiqing Gao
·
#36217
·
|
|
Re: [PATCH] config_tools: Add core type infomation to pCPU
P-core for performance core.
E-core for efficiency core such as Atom.
Or do you have more popular expression?
OK.
P-core for performance core.
E-core for efficiency core such as Atom.
Or do you have more popular expression?
OK.
|
By
Zhao, Yuanyuan
·
#36216
·
|