scsi: Remove automatic creation of SCSI controllers with -drive if=scsi
commit1454509726719e0933c800fad00d6999752688ea
authorThomas Huth <thuth@redhat.com>
Tue, 20 Feb 2018 10:42:37 +0000 (20 11:42 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 Mar 2018 13:00:59 +0000 (6 14:00 +0100)
tree0b36d43ef5c3857e545f312a204f067cbac56dfc
parentd07aa197c5a1556449361a0cbb5108e2e7b1adb7
scsi: Remove automatic creation of SCSI controllers with -drive if=scsi

Automatic creation of SCSI controllers for "-drive if=scsi" for x86
machines was quite a bad idea (see description of commit f778a82f0c179
for details). This is marked as deprecated since QEMU v2.9.0, and as
far as I know, nobody complained that this is still urgently required
anymore. Time to remove this now.

Suggested-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1519123357-13225-1-git-send-email-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc.c
hw/i386/pc_piix.c
hw/i386/pc_q35.c
hw/scsi/lsi53c895a.c
hw/scsi/scsi-bus.c
hw/scsi/spapr_vscsi.c
include/hw/scsi/scsi.h
qemu-doc.texi
tests/qemu-iotests/051
vl.c