Closed ParianGol closed 3 weeks ago
Thank you for your interest in the QEMU project.
This repository is a read-only mirror of the project's repostories hosted on https://gitlab.com/qemu-project/qemu.git. The project does not process merge requests filed on GitHub.
QEMU welcomes contributions of code (either fixing bugs or adding new functionality). However, we get a lot of patches, and so we have some guidelines about contributing on the project website: https://www.qemu.org/contribute/
Hello,
I was testing notify functionality of fault_injection, then I have noticed the callback function is not called. After investigation of the issue, I have seen these two errors are printed
Then I have tried to fix it and with the following changes, it was working properly.
Best regards,