commit | 5d8f16d08ba42937ae8c4152d218a77671be4b8f | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Oct 15 10:22:33 2014 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Oct 15 10:25:14 2014 +1030 |
tree | c7ce4f6f016a2c8e63817eae8295e529bc0ffdf3 | |
parent | 486d2e632ca157558a738626c092973f309f3b45 [diff] |
virtio_scsi: drop scan callback Enable VQs early like we do for restore. This makes it possible to drop the scan callback, moving scanning into the probe function, and making code simpler. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>