|
Re: [PATCH 1/4] dm: refine the detection of "iasl" utility
Thanks for the suggestion. I will simplify the logic in v2.
Thanks for the suggestion. I will simplify the logic in v2.
|
By
Shiqing Gao
·
#36215
·
|
|
Re: [PATCH 4/4] config_tools: verifies "iasl" version against IASL_MIN_VER
Reviewed-by: Wang, Yu1 <yu1.wang@...>
Reviewed-by: Wang, Yu1 <yu1.wang@...>
|
By
Yu Wang
·
#36214
·
|
|
Re: [PATCH 2/4] dm: verify the "iasl" version
I got the reason from your third patch. :)
Acked-by: Wang, Yu1 <yu1.wang@...>
I got the reason from your third patch. :)
Acked-by: Wang, Yu1 <yu1.wang@...>
|
By
Yu Wang
·
#36213
·
|
|
Re: [PATCH 3/4] config_tools: use ASL_COMPILER as the path to the "iasl" compiler
Reviewed-by: Wang, Yu1 <yu1.wang@...>
Reviewed-by: Wang, Yu1 <yu1.wang@...>
|
By
Yu Wang
·
#36212
·
|
|
Re: [PATCH 2/4] dm: verify the "iasl" version
Why can not define a macro in acpi.c directly?
Why can not define a macro in acpi.c directly?
|
By
Yu Wang
·
#36211
·
|
|
Re: [PATCH 1/4] dm: refine the detection of "iasl" utility
I think the iasl_param and with_iasl_param are unnecessary.
Once the iasl parameter has been passed, then strncpy to iasl_compiler
directly. And checking if iasl_compiler is all zero to determine if
I think the iasl_param and with_iasl_param are unnecessary.
Once the iasl parameter has been passed, then strncpy to iasl_compiler
directly. And checking if iasl_compiler is all zero to determine if
|
By
Yu Wang
·
#36210
·
|
|
Re: [PATCH 0/4] Refine the detection and the version verification of "iasl"
By
Geoffroy Van Cutsem
·
#36209
·
|
|
Re: [PATCH] config_tools: Add core type infomation to pCPU
What are those P-core and E-core?
What are those P-core and E-core?
|
By
Geoffroy Van Cutsem
·
#36208
·
|
|
[PATCH] config_tools: Add core type infomation to pCPU
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@...>
---
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@...>
---
|
By
Zhao, Yuanyuan
·
#36207
·
|
|
Re: [PATCH 0/4] Refine the detection and the version verification of "iasl"
Thanks Geoffroy. I will update the doc when the code changes pass review.
Thanks Geoffroy. I will update the doc when the code changes pass review.
|
By
Shiqing Gao
·
#36206
·
|
|
Re: [PATCH 0/4] Refine the detection and the version verification of "iasl"
The series looks good to me! There are a couple of documents that will need to be updated for this, off the top of my head:
* https://projectacrn.github.io/latest/reference/hv-make-options.html
*
The series looks good to me! There are a couple of documents that will need to be updated for this, off the top of my head:
* https://projectacrn.github.io/latest/reference/hv-make-options.html
*
|
By
Geoffroy Van Cutsem
·
#36205
·
|
|
[PATCH 4/4] config_tools: verifies "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
·
#36204
·
|
|
[PATCH 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
·
#36203
·
|
|
[PATCH 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
·
#36202
·
|
|
[PATCH 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
·
#36201
·
|
|
[PATCH 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
·
#36200
·
|
|
Re: [PATCH] dm: virtio-console: change STDIO BE attribute
Hi Yu,
I removed the CLOCAL, and it has no effect on the alignment issue.
Besides, The CLOCAL is used to configurate the connection mode, should has no relationship with the output format.
Hi Yu,
I removed the CLOCAL, and it has no effect on the alignment issue.
Besides, The CLOCAL is used to configurate the connection mode, should has no relationship with the output format.
|
By
Conghui Chen
·
#36199
·
|
|
Re: [PATCH] dm: virtio-console: change STDIO BE attribute
I just googled the OPOST. Looks like the CLOCAL is not performed if
OPOST is not set.
https://www.mkssoftware.com/docs/man5/struct_termios.5.asp
Can you please try to double confirm the behavior?
I just googled the OPOST. Looks like the CLOCAL is not performed if
OPOST is not set.
https://www.mkssoftware.com/docs/man5/struct_termios.5.asp
Can you please try to double confirm the behavior?
|
By
Yu Wang
·
#36198
·
|
|
[Announce] ACRN Open Source Ver3.0 Release Notes
Hi all, We are very pleased to announce Version 3.0 release of ACRN. You can see the release blog fromhttps://projectacrn.org/blog/ and detailed Release Notes in
Hi all, We are very pleased to announce Version 3.0 release of ACRN. You can see the release blog fromhttps://projectacrn.org/blog/ and detailed Release Notes in
|
By
Zou, Terry
·
#36197
·
|
|
[PATCH] dm: virtio-console: change STDIO BE attribute
Fix the log format problem in devicemodel when using virtio-console with
'stdio' configuration.
In virtio-console, it will change the STDIO's attributes, and will case
the log message after that not
Fix the log format problem in devicemodel when using virtio-console with
'stdio' configuration.
In virtio-console, it will change the STDIO's attributes, and will case
the log message after that not
|
By
Conghui Chen
·
#36196
·
|