On 5 November 2015 at 10:33, Paolo Bonzini <pbonz...@redhat.com> wrote:
> The following changes since commit 7bc8e0c967a4ef77657174d28af775691e18b4ce:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging 
> (2015-10-29 09:49:52 +0000)
>
> are available in the git repository at:
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to dd86c68e2644969350e807404ffce612f006e803:
>
>   iscsi: Translate scsi sense into error code (2015-11-05 11:28:54 +0100)
>
> ----------------------------------------------------------------
> * Guest ABI fixes for PC machines (hw_version)
> * Fixes for recent Perl
> * John Snow's configure fixes
> * file-backed RAM improvements (Igor, Pavel)
> * -Werror=clobbered fixes (Stefan)
> * Kill -d ioport
> * Fix qemu-system-s390x
> * Performance improvement for kvmclock migration

Hi. I'm afraid this fails to build on the ppc64be box I have
access to:

/home/pm215/qemu/block/iscsi.c: In function ‘iscsi_translate_sense’:
/home/pm215/qemu/block/iscsi.c:204:10: error:
‘SCSI_SENSE_ASCQ_PARAMETER_LIST_LENGTH_ERROR’ undeclared (first use in
this function)
     case SCSI_SENSE_ASCQ_PARAMETER_LIST_LENGTH_ERROR:
          ^
/home/pm215/qemu/block/iscsi.c:204:10: note: each undeclared
identifier is reported only once for each function it appears in
/home/pm215/qemu/block/iscsi.c:207:10: error:
‘SCSI_SENSE_ASCQ_INVALID_FIELD_IN_PARAMETER_LIST’ undeclared (first
use in this function)
     case SCSI_SENSE_ASCQ_INVALID_FIELD_IN_PARAMETER_LIST:
          ^

(It's running Fedora 20, and has libiscsi-devel.ppc64 1.9.0-4.fc20
installed, which is our minimum version requirement.)

thanks
-- PMMH

Reply via email to