git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0246555
)
virtio_scsi: move kick event out from virtscsi_init
author
Michael S. Tsirkin
<mst@redhat.com>
Tue, 14 Oct 2014 23:52:31 +0000
(10:22 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 14 Oct 2014 23:55:06 +0000
(10:25 +1030)
We currently kick event within virtscsi_init,
before host is fully initialized.
This can in theory confuse guest if device
consumes the buffers immediately.
To fix, move virtscsi_kick_event_all out to scan/restore.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/scsi/virtio_scsi.c
patch
|
blob
|
history
diff --cc
drivers/scsi/virtio_scsi.c
Simple merge