virtio-scsi: suppress virtqueue kick during processing
commit23425cc2b7a9de7ade132399ca146b882ac4d72b
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 1 Dec 2016 19:26:47 +0000 (1 19:26 +0000)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 3 Jan 2017 16:38:49 +0000 (3 16:38 +0000)
treeec6ad75e0102970bdf765969988e9ed497f232a2
parent9ef9d40261cc05c01545f46b49dddfe39602e1c8
virtio-scsi: suppress virtqueue kick during processing

The guest does not need to kick the virtqueue while we are processing
it.  This reduces the number of vmexits during periods of heavy I/O.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 20161201192652.9509-9-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/scsi/virtio-scsi.c