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
If I want to use the load_plugin option when starting a virtual machine, how do I add parameters?
case QEMU_OPTION_load_plugin: // DECAF option load_plugin = optarg; break;
The text was updated successfully, but these errors were encountered:
first you need to compile the plugin and generate the .so file then try load_plugin /path/to/plugin.so
load_plugin /path/to/plugin.so
Sorry, something went wrong.
No branches or pull requests
If I want to use the load_plugin option when starting a virtual machine, how do I add parameters?
The text was updated successfully, but these errors were encountered: