Xilinx / qemu

Xilinx's fork of Quick EMUlator (QEMU) with improved support and modelling for the Xilinx platforms.
https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/821395464/QEMU+User+Documentation
Other
245 stars 154 forks source link

Fix exceute arguments from event_id to event-id and time_ns to time-ns #92

Closed ParianGol closed 3 weeks ago

ParianGol commented 3 weeks ago

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 image

image (5) Then I have tried to fix it and with the following changes, it was working properly.

Best regards,

github-actions[bot] commented 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/