Re: [kvm-devel] Qemu interrupt handling

2007-08-17 Thread Avi Kivity
[EMAIL PROTECTED] wrote: > 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 > identif

[kvm-devel] Qemu interrupt handling

2007-08-17 Thread saggin
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