Re: ioeventfd question

2011-05-27 Thread Sasha Levin
On Fri, 2011-05-27 at 11:30 +0300, Avi Kivity wrote: > On 05/26/2011 10:03 PM, Sasha Levin wrote: > > Hi Avi, > > > > I'm working on adding ioeventfd support into tools/kvm/. > > Currently the implementation creates ioeventfd entries at the > > 'VIRTIO_PCI_QUEUE_NOTIFY' of each device and waits on

Re: ioeventfd question

2011-05-27 Thread Avi Kivity
On 05/26/2011 10:03 PM, Sasha Levin wrote: Hi Avi, I'm working on adding ioeventfd support into tools/kvm/. Currently the implementation creates ioeventfd entries at the 'VIRTIO_PCI_QUEUE_NOTIFY' of each device and waits on all of them using epoll(). The basics are working - when IO is triggered

ioeventfd question

2011-05-26 Thread Sasha Levin
Hi Avi, I'm working on adding ioeventfd support into tools/kvm/. Currently the implementation creates ioeventfd entries at the 'VIRTIO_PCI_QUEUE_NOTIFY' of each device and waits on all of them using epoll(). The basics are working - when IO is triggered I receive a notification using the event ins