Skip to content
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

added private API for debugging virtualization framework #64

Merged
merged 1 commit into from Oct 12, 2022

Conversation

Code-Hex
Copy link
Owner

Added private API to debug virtualization framework

See how to use this: https://github.com/Code-Hex/vz/wiki/How-to-debug-virtualization-framework

Relates: #59

@Code-Hex Code-Hex mentioned this pull request Oct 12, 2022
5 tasks
@Code-Hex
Copy link
Owner Author

This API is necessary to check the kernel actually works fine.

@Code-Hex Code-Hex merged commit 1687a1a into master Oct 12, 2022
@Code-Hex Code-Hex deleted the add/debug-stub-api branch October 12, 2022 08:39
@cfergeau
Copy link
Contributor

cfergeau commented Oct 12, 2022

For what it's worth, more details regarding step 7 in https://github.com/Code-Hex/vz/wiki/How-to-debug-virtualization-framework would be useful. Can https://elinux.org/Debugging_The_Linux_Kernel_Using_Gdb be used? Or are there some virtualization framework specific steps to know of? Or is it meant to debug something host side, not something running in the guest?

@Code-Hex
Copy link
Owner Author

Code-Hex commented Oct 12, 2022

@cfergeau I added a few details to the wiki page but I don't have knowledge about debugging the kernel.
I confirmed that it worked, but I didn't know how to debug it, so I needed to learn more...

You can edit the wiki page from now!

@cfergeau
Copy link
Contributor

@cfergeau I added a few details to the wiki page but I don't have knowledge about debugging the kernel. I confirmed that it worked, but I didn't know how to debug it, so I needed to learn more...

The added instructions are helpful, I'll give it a try!

You can edit the wiki page from now!

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants