Il 01/09/2014 11:33, Zhang Min ha scritto:
> From: subo
>
> When the vm reboot, it will call virtio_scsi_handle_event(),
> for vhost-scsi device,vdev is VIRTIO_SCSI_COMMON, not VIRTIO_SCSI,
> if vdev convert to the VIRTIO_SCSI, it will cause qemu crash.
>
> Signed-off-by: Zhang Min
> Signed-off
From: subo
When the vm reboot, it will call virtio_scsi_handle_event(),
for vhost-scsi device,vdev is VIRTIO_SCSI_COMMON, not VIRTIO_SCSI,
if vdev convert to the VIRTIO_SCSI, it will cause qemu crash.
Signed-off-by: Zhang Min
Signed-off-by: subo
---
hw/scsi/virtio-scsi.c | 6 +-
1 file ch