Hi, I would like to ask a question about how Qemu handle interrupt in user space. I would like to understand how Qemu catch hardware interrupt generated by real (host) peripheral. I look at the Qemu code, (vl.c : main_loop and main_loop_wait) and I can't identify where Qemu listens and catches the interrupts, for example, from host NIC in order to pass to the guest NIC emulated.
Could you help me? Thanks in advance. Regards. Saul Saggin