[libvirt] [PATCH 4/6] storage: scsi: Fix build if SCSI backend is disabled but iSCSI is enabled

John Ferlan jferlan at redhat.com
Wed Jan 18 23:55:35 UTC 2017



On 01/18/2017 06:36 AM, Peter Krempa wrote:
> The iSCSI backend driver was using stuff from the SCSI driver without
> making sure that it's compiled in. Move the common code into the
> storage_util.c since it does not contain any specific code.
> ---
>  src/storage/storage_backend_iscsi.c |   1 -
>  src/storage/storage_backend_scsi.c  | 447 -----------------------------------
>  src/storage/storage_backend_scsi.h  |   4 -
>  src/storage/storage_util.c          | 449 ++++++++++++++++++++++++++++++++++++
>  src/storage/storage_util.h          |   3 +
>  5 files changed, 452 insertions(+), 452 deletions(-)
> 

ACK - thanks! I was going to have to go down this path soon anyway for
vHBA related work.

Just scratching the surface...


John




More information about the libvir-list mailing list