qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How does qemu detect the completion of interrupt execution?


From: Duo jia
Subject: How does qemu detect the completion of interrupt execution?
Date: Fri, 6 Aug 2021 12:29:41 +0800

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]