project

Interrupt API for Qemu-Plugins

mischkonsum

Qemu features a plugin API for its TCG (Tiny Code Generator) which is used for translating binary code from the target to the host architecture. This API allow registering various callbacks, e.g. for some analysis and custom tracing. However, there is currently no callback for interrupts. Unfortunately, implementing such a callback cannot be done in the TCG (because reasons) but requires doing so for each and every target architecture.