On 06/18/2012 05:27 PM, Alex Williamson wrote: > On Mon, 2012-06-18 at 13:14 +0300, Avi Kivity wrote: >> On 06/18/2012 01:11 PM, Michael S. Tsirkin wrote: >> >> >> (vhost, >> >> msi-less ivshmem clone)? >> > >> > I guess vhost can poll eventfd and reinject an interrupt. >> > Of course to bypass qemu completely we also need to support reads over >> > ioeventfd somehow. >> > >> >> eventfd is not suitable for level triggered interrupts as far as I can >> tell. It's about passing edges, and level interrupts aren't. We need >> something like a pipe for communicating state (or just use KVM_IRQ_LINE). > > Isn't level just two edges with a state in between? Sure we may be > unnecessarily de-asserting for brief periods, but for an external > assigned device, we don't know whether it's unnecessary. Thanks, For an assigned device you have someone maintaining the state and keep pushing you edges as long as it's up. So it's okay for you to keep deasserting the interrupt as the device will fix it up for you. For an emulated device, you don't, so it isn't. btw, technically we're in the wrong here. An interrupt handler may read the irr and see an incorrect value. Of course no one does that so we can get away with it. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html