-
Notifications
You must be signed in to change notification settings - Fork 126
feat(axvisor): support dynamic x86_64 QEMU guest boot #1166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
94f0d4e
feat: Refactor Axvisor to support dynamic platform features and impro…
Josen-B 2c23b99
feat: update VM configuration to use linux-vmx-smp1.toml for x86_64
Josen-B 21f3f26
fix(x86): enforce command line requirement for direct boot configuration
Josen-B ff5e929
feat: update command line parameters for Linux direct boot and enhanc…
Josen-B 92327ff
feat(x86): enhance paging logic and add NXE support for boot page tables
Josen-B 8d4a386
feat(qemu): restruct testcase for VMX and SVM on qemu
Josen-B e6c68a1
feat(qemu): enhance error message for missing QEMU configs in test ca…
Josen-B 32e6d8d
fix(qemu): improve target suffix handling in dynamic x86_64 check
Josen-B 4faad0e
fix(qemu): update monitor configuration and clarify passthrough addre…
Josen-B 707e09d
fix(qemu): update QEMU configuration paths in guest setup script
Josen-B File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,5 +4,6 @@ features = [ | |
| "fs", | ||
| ] | ||
| log = "Info" | ||
| plat_dyn = true | ||
| target = "x86_64-unknown-none" | ||
| vm_configs = [] | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,10 @@ | ||
| env = { AX_IP = "10.0.2.15", AX_GW = "10.0.2.2" } | ||
| features = [ | ||
| "ax-hal/x86-qemu-q35", | ||
| "ax-driver/virtio-blk", | ||
| "ax-driver/plat-static", | ||
| "ept-level-4", | ||
| "fs", | ||
| ] | ||
| log = "Info" | ||
| plat_dyn = true | ||
| target = "x86_64-unknown-none" | ||
| vm_configs = [] |
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.