draft: support for hexagon VM#88
Draft
Brian Cain (androm3da) wants to merge 3 commits into
Draft
Conversation
Brian Cain (androm3da)
force-pushed
the
bcain/hvm_00
branch
7 times, most recently
from
May 2, 2024 02:21
3204331 to
38d15d5
Compare
Member
Author
|
Some progress here.. When booting linux, we get through ~4600 instructions before we hit one of these panics in |
Member
Author
Now that I think of it, the unimplemented |
Brian Cain (androm3da)
force-pushed
the
bcain/hvm_00
branch
2 times, most recently
from
May 8, 2024 00:38
aea8b67 to
f6b3f52
Compare
Brian Cain (androm3da)
force-pushed
the
hexagon_sysemu_20_dec_2023
branch
from
July 10, 2024 01:00
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>
Brian Cain (androm3da)
force-pushed
the
bcain/hvm_00
branch
from
July 10, 2024 22:32
f6b3f52 to
1ed0a26
Compare
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.