Implemented the `qemu_plugin_vcpu_int_cb` callback to allow plugins to observe
hardware and architecture-specific interrupts. Modified `cpu-exec.c` to invoke
the callback on hard interrupts, and added a test plugin (`countint`) to
demonstrate its functionality. A similar approach was previously
Implemented the `qemu_plugin_vcpu_int_cb` callback to allow plugins to observe
hardware and architecture-specific interrupts. Modified `cpu-exec.c` to invoke
the callback on hard interrupts, and added a test plugin (`countint`) to
demonstrate its functionality. A similar approach was previously