This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
forked from kata-containers/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qemu/arm64: Detect host GIC version to configure guest GIC
QEMU supports GICv2, GICv3 and host parameters for guest gic-version. The "host" parameter will let QEMU detect GIC version by itself. This parameter will work properly when host GIC version is GICv2 or GICv3. But the detection will failed when host GIC is GICv4 or higher: "Unable to determine GIC version supported by host" In this case, we have to detect the host GIC version manually and force QEMU to use GICv3 when host GIC is GICv4 or higher. Fixes: kata-containers#614 Signed-off-by: Wei Chen <[email protected]> Signed-off-by: Penny Zheng <[email protected]>
- Loading branch information
Showing
1 changed file
with
63 additions
and
1 deletion.
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