Re: [kvm-devel] [PATCH 5/6] KVM: in-kernel-apic modification to QEMU

2007-06-12 Thread Gregory Haskins
On Fri, 2007-06-08 at 17:59 +0800, Dong, Eddie wrote: > 1: I/F between user/kernel > a: Similar with the question in kernel side, current I/F only > support an IRQ set notification, we need clear notification too. > Especially when guest use IMR to mask the interrupt. Yeah, as noted earlier.

Re: [kvm-devel] [PATCH 5/6] KVM: in-kernel-apic modification to QEMU

2007-06-08 Thread Dong, Eddie
1: I/F between user/kernel a: Similar with the question in kernel side, current I/F only support an IRQ set notification, we need clear notification too. Especially when guest use IMR to mask the interrupt. b: following code read irq from PIC which means IRR ->ISR, but kernel may