We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue tracks the integration status of libmicrovmi with LibVMI
LibVMI
➡️ A fork of libvmi is available with a basic integration of libmicrovmi: https://github.com/Wenzel/libvmi on the libmicrovmi branch
libmicrovmi
A pull request has been opened (only on the forked repo) to track the changes: Wenzel/libvmi#1
A github actions has been configured to test the build: https://github.com/Wenzel/libvmi/runs/1527128223?check_suite_focus=true
The text was updated successfully, but these errors were encountered:
libmicrovmi's installation has been simplified with a Debian package: #143
However, the generated libmicrovmi.h header is not included yet. This issue will track the progress: #177
libmicrovmi.h
Edit: the libmicrovmi.so library is not even included in the Debian package as I first thought
Sorry, something went wrong.
I updated the build workflow to download libmicrovmi debian package and install it, instead of cloning libmicrovmi and compiling it. It works 🙂 !
Next step: implement driver_init_mode, and able to return the concrete driver type after microvmi_init()
driver_init_mode
microvmi_init()
No branches or pull requests
This issue tracks the integration status of libmicrovmi with
LibVMI
➡️ A fork of libvmi is available with a basic integration of libmicrovmi:
https://github.com/Wenzel/libvmi on the
libmicrovmi
branchA pull request has been opened (only on the forked repo) to track the changes:
Wenzel/libvmi#1
A github actions has been configured to test the build:
https://github.com/Wenzel/libvmi/runs/1527128223?check_suite_focus=true
The text was updated successfully, but these errors were encountered: