| Submitter | Paolo Bonzini |
|---|---|
| Date | July 27, 2012, 3:02 p.m. |
| Message ID | <1343401379-19495-30-git-send-email-pbonzini@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/173736/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/virtio-scsi.c b/hw/virtio-scsi.c index d5c5984..bf18861 100644 --- a/hw/virtio-scsi.c +++ b/hw/virtio-scsi.c @@ -563,6 +563,7 @@ static void virtio_scsi_reset(VirtIODevice *vdev) s->sense_size = VIRTIO_SCSI_SENSE_SIZE; s->cdb_size = VIRTIO_SCSI_CDB_SIZE; + s->events_dropped = false; } /* The device does not have anything to save beyond the virtio data.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> --- hw/virtio-scsi.c | 1 + 1 file changed, 1 insertion(+)