-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qemu support 53 plic interrupt default,if device irq num is more than 53, qemu will crash. qemu will parse config file to fixup irq crash issue. Signed-off-by: guibing <[email protected]>
- Loading branch information
1 parent
2568d5d
commit 93c840f
Showing
2 changed files
with
45 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ | |
"irq": "37" | ||
}, | ||
"cpu_freq": "50000000", | ||
"timer_freq": "32768" | ||
"timer_freq": "32768", | ||
"irqmax": "1023" | ||
} | ||
} |
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