aboutsummaryrefslogtreecommitdiff
path: root/nbd
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2017-04-25 15:18:47 +0200
committerCornelia Huck <cornelia.huck@de.ibm.com>2017-05-02 15:08:54 +0200
commit99efaa2696caaf6182958e27d553449674894b27 (patch)
tree58fa2bf9af21463946cb4d6fa0c5e54a834aea54 /nbd
parentc55144ec3262e8aeaf3e2e1e8fc48b07c993a654 (diff)
downloadqemu-99efaa2696caaf6182958e27d553449674894b27.zip
qemu-99efaa2696caaf6182958e27d553449674894b27.tar.gz
qemu-99efaa2696caaf6182958e27d553449674894b27.tar.bz2
hw/s390x/ipl: Fix crash with virtio-scsi-pci device
qemu-system-s390x currently crashes when it is started with a virtio-scsi-pci device, e.g.: qemu-system-s390x -nographic -enable-kvm -device virtio-scsi-pci \ -drive file=/tmp/disk.dat,if=none,id=d1,format=raw \ -device scsi-cd,drive=d1,bootindex=1 The problem is that the code in s390_gen_initial_iplb() currently assumes that all SCSI devices are also CCW devices, which is not the case for virtio-scsi-pci of course. Fix it by adding an appropriate check for TYPE_CCW_DEVICE here. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Message-Id: <1493126327-13162-1-git-send-email-thuth@redhat.com> Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'nbd')
0 files changed, 0 insertions, 0 deletions