[PATCH 1/4] kvm tools: Support VIRTIO_RING_F_EVENT_IDX

2011-11-17 Thread Sasha Levin
Support the event index feature in the virtio spec. The results are less notifications between the guest and host, and in result faster operation of the virt queues. Signed-off-by: Sasha Levin levinsasha...@gmail.com --- tools/kvm/include/kvm/virtio.h |7 +++ 1 files changed, 7

Re: [PATCH 1/4] kvm tools: Support VIRTIO_RING_F_EVENT_IDX

2011-11-17 Thread Pekka Enberg
On Thu, Nov 17, 2011 at 3:04 PM, Sasha Levin levinsasha...@gmail.com wrote: Support the event index feature in the virtio spec. The results are less notifications between the guest and host, and in result faster operation of the virt queues. Signed-off-by: Sasha Levin levinsasha...@gmail.com

Re: [PATCH 1/4] kvm tools: Support VIRTIO_RING_F_EVENT_IDX

2011-11-17 Thread Sasha Levin
On Thu, 2011-11-17 at 15:24 +0200, Pekka Enberg wrote: On Thu, Nov 17, 2011 at 3:04 PM, Sasha Levin levinsasha...@gmail.com wrote: Support the event index feature in the virtio spec. The results are less notifications between the guest and host, and in result faster operation of the virt

Re: [PATCH 1/4] kvm tools: Support VIRTIO_RING_F_EVENT_IDX

2011-11-17 Thread Pekka Enberg
On Thu, 2011-11-17 at 15:24 +0200, Pekka Enberg wrote: On Thu, Nov 17, 2011 at 3:04 PM, Sasha Levin levinsasha...@gmail.com wrote: Support the event index feature in the virtio spec. The results are less notifications between the guest and host, and in result faster operation of the virt