On 26/03/2015 08:42, Ting Wang wrote:
> VirtIOSCSIVring which allocated in virtio_scsi_vring_init
> should be free when dataplane has been stopped or failed to start.
>
> Signed-off-by: Ting Wang
> ---
> hw/scsi/virtio-scsi-dataplane.c | 6 ++
> 1 file changed, 6 insertions(+)
>
> diff --
VirtIOSCSIVring which allocated in virtio_scsi_vring_init
should be free when dataplane has been stopped or failed to start.
Signed-off-by: Ting Wang
---
hw/scsi/virtio-scsi-dataplane.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/hw/scsi/virtio-scsi-dataplane.c b/hw/scsi/virtio-scs