commit | 52c9cf1ac3d315995e9a65b900bc25e1d8a538b3 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Oct 15 10:22:32 2014 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Oct 15 10:25:08 2014 +1030 |
tree | 6c10b56f785e5476ca88b00b624fe871538fdd0b | |
parent | 6d62c37f1991aafc872f8d8be8ac60e57ede8605 [diff] |
virtio_scsi: enable VQs early on restore virtio spec requires drivers to set DRIVER_OK before using VQs. This is set automatically after restore returns, virtio scsi violated this rule on restore by kicking event vq within restore. To fix, call virtio_device_ready before using event queue. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>