Re: [PATCHv2 03/14] virtio_ring: support event idx feature
From: Rusty Russell <hidden>
Date: 2011-05-21 02:34:26
Also in:
kvm, lkml
From: Rusty Russell <hidden>
Date: 2011-05-21 02:34:26
Also in:
kvm, lkml
On Fri, 20 May 2011 02:10:44 +0300, "Michael S. Tsirkin" [off-list ref] wrote:
Support for the new event idx feature: 1. When enabling interrupts, publish the current avail index value to the host to get interrupts on the next update. 2. Use the new avail_event feature to reduce the number of exits from the guest.
Applied. Thanks, Rusty.