summary refs log tree commit diff stats
path: root/hw/i386/smbios.c
diff options
context:
space:
mode:
authorBin Wu <wu.wubin@huawei.com>2014-10-31 00:40:16 +0000
committerMichael S. Tsirkin <mst@redhat.com>2014-11-02 13:44:12 +0200
commita3614c65cfc3ba2958b69befdc156101953f8a8c (patch)
tree22ea715b0db707216ac246992b07acd851cdde44 /hw/i386/smbios.c
parentdb80c7b974f4ccab56bd5e8ff2248c7339b00c73 (diff)
downloadfocaccia-qemu-a3614c65cfc3ba2958b69befdc156101953f8a8c.tar.gz
focaccia-qemu-a3614c65cfc3ba2958b69befdc156101953f8a8c.zip
hw/virtio/vring/event_idx: fix the vring_avail_event error
The event idx in virtio is an effective way to reduce the number of
interrupts and exits of the guest. When the guest puts an request
into the virtio ring, it doesn't exit immediately to inform the
backend. Instead, the guest checks the "avail" event idx to determine
the notification.

In virtqueue_pop, when a request is poped, the current avail event
idx should be set to the number of vq->last_avail_idx.

Signed-off-by: Bin Wu <wu.wubin@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/i386/smbios.c')
0 files changed, 0 insertions, 0 deletions