Update AAarch64 VMs to support copy to guest#1578
Draft
AndrewQuijano wants to merge 1 commit intodevfrom
Draft
Conversation
c8cb3e9 to
b81a927
Compare
3b5292f to
cf013ee
Compare
ab2e55a to
b3cc79f
Compare
AndrewQuijano
commented
Apr 5, 2025
b3cc79f to
a0b7a46
Compare
0e16867 to
bbdeaa2
Compare
bbdeaa2 to
42bb652
Compare
42bb652 to
bb78c2f
Compare
bb78c2f to
c2b1881
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.
For LAVA to work on Aarch64, I need to copy to the guest to make hypercalls work as intended. With some testing, I added the necessary flags for the copy to the guest to work.