commit | cd679048958011418f14a8fc7dfdb64ab72ca315 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Oct 15 10:22:31 2014 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Oct 15 10:25:06 2014 +1030 |
tree | b51cf102430d9f6cf74e8266a54f75aae010cde4 | |
parent | 024655555021e971203c519770609509e0af4468 [diff] |
virtio_scsi: move kick event out from virtscsi_init 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>