QEMU: How to Enable Plugin Build


By default, QEMU does not enable the plugins. So you need to enable it on configure step by using --enable-plugins.

mkdir build
cd build
../configure --enable-plugins
make -j$(nproc)
make plugins


Leave a Reply

Your email address will not be published. Required fields are marked *