draft: support for hexagon VM#88
Draft
androm3da wants to merge 3 commits intohexagon_sysemu_20_dec_2023from
Draft
draft: support for hexagon VM#88androm3da wants to merge 3 commits intohexagon_sysemu_20_dec_2023from
androm3da wants to merge 3 commits intohexagon_sysemu_20_dec_2023from
Conversation
androm3da
commented
Apr 25, 2024
3204331 to
38d15d5
Compare
Author
|
Some progress here.. When booting linux, we get through ~4600 instructions before we hit one of these panics in |
Author
Now that I think of it, the unimplemented |
aea8b67 to
f6b3f52
Compare
cc9e4ca to
4531d97
Compare
Status: boots linux kernel up to setup_command_line() before panic Hacks: * vmnewmap call not implemented (does get invoked by linux) * vmyield call not implemented (does get invoked by linux) * trap0 not quite right (not _yet_ invoked by linux) ... and more Signed-off-by: Brian Cain <bcain@quicinc.com>
FIXME: while following the spec for vmnewmap and the kernel source, I thought I understood the expected behavior but based on what I've seen so far I think it's not yet implemented correctly. Signed-off-by: Brian Cain <bcain@quicinc.com>
Signed-off-by: Brian Cain <bcain@quicinc.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.