| Updated: October 28, 2024 |
Register a callback function to invoke when the guest executes a special instruction
#include <qvm/guest.h>
int guest_instr_register(vdev_t *vdp,
enum guest_instr_type git,
unsigned qualifier,
guest_instr_callback_func_t *func)
EOK if registration worked; otherwise, an error code.