This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qemu: arm64: Set defaultGICVersion to 3 to limit the max vCPU number
After removing dectect of host gic version, we need to limit the max vCPU in different cases. Given that in most cases, Kata is running on gicv3 host, set it as default value. If the user really want to run Kata on gicv2 host, he/she need to set default_maxvcpus in toml file to 8 instead of 0. In summary, If the user uses host gicv3 gicv4, everything is fine If the user uses host gicv2, set default_maxvcpus=8 Fixes: #2614 Signed-off-by: Jia He <[email protected]>
- Loading branch information
Showing
5 changed files
with
8 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters