Drives defined with if=scsi get connected to buses created with
-device, unlike other interface types.  Deprecate this usage.

There is no good default SCSI HBA for PC machines.  Deprecate if=scsi
there entirely.

Before this series, frontends for -drive if=scsi get created by SCSI
HBAs.  Frontends for other interface types get created by machine
initialization.

After this series, they get created by machine initialization, except
for deprecated cases, which get created by new function
scsi_legacy_handle_cmdline().

Based on "[PATCH v2 0/8] More sensible default for -drive interface
type".

Markus Armbruster (3):
  hw/scsi: Concentrate -drive if=scsi auto-create in one place
  hw: Deprecate -drive if=scsi with non-onboard HBAs
  hw/i386: Deprecate -drive if=scsi with PC machine types

 hw/arm/realview.c      |  2 +-
 hw/arm/versatilepb.c   |  2 +-
 hw/i386/pc.c           |  6 ++++++
 hw/scsi/esp-pci.c      |  3 ---
 hw/scsi/esp.c          |  6 ------
 hw/scsi/lsi53c895a.c   | 10 +++++++---
 hw/scsi/megasas.c      |  4 ----
 hw/scsi/mptsas.c       |  4 ----
 hw/scsi/scsi-bus.c     | 54 +++++++++++++++++++++++++++++++++++++++++++-------
 hw/scsi/spapr_vscsi.c  |  5 ++---
 hw/scsi/virtio-scsi.c  |  8 --------
 include/hw/pci/pci.h   |  2 ++
 include/hw/scsi/scsi.h |  3 ++-
 vl.c                   | 10 ++++++++++
 14 files changed, 78 insertions(+), 41 deletions(-)

-- 
2.7.4


Reply via email to