I am simulating a device. When an interrupt occurs, another interrupt comes, and the second interrupt will not be triggered because the first interrupt has not yet finished.
I want to know whether qemu can detect whether the interrupt has been executed, will there be a callback here? Or how can I deal with this situation? thanks