From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YijNH-0004G9-73 for qemu-devel@nongnu.org; Thu, 16 Apr 2015 08:58:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YijNC-0003Hq-3m for qemu-devel@nongnu.org; Thu, 16 Apr 2015 08:58:31 -0400 Received: from mx-v6.kamp.de ([2a02:248:0:51::16]:56476 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YijNB-0003Hk-Nw for qemu-devel@nongnu.org; Thu, 16 Apr 2015 08:58:26 -0400 Message-ID: <552FB1EC.5070606@kamp.de> Date: Thu, 16 Apr 2015 14:58:20 +0200 From: Peter Lieven MIME-Version: 1.0 References: <1429186730-3866-1-git-send-email-pl@kamp.de> <1429186730-3866-8-git-send-email-pl@kamp.de> <552FAC28.80403@redhat.com> In-Reply-To: <552FAC28.80403@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH for-2.4 07/10] block/iscsi: bump libiscsi requirement to 1.10.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: ronniesahlberg@gmail.com, qemu-block@nongnu.org Am 16.04.2015 um 14:33 schrieb Paolo Bonzini: > > On 16/04/2015 14:18, Peter Lieven wrote: >> We need this to support SCSI_STATUS_TASK_SET_FULL. > Any reason apart from the missing constant? No, but I wanted to avoid starting checking for constants that were added shortly after this. You can't check with #ifdef for a constant in an enum. Libiscsi 1.10 was released in September 2013. Peter > > Paolo > >> Signed-off-by: Peter Lieven >> --- >> configure | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/configure b/configure >> index 6969f6f..f73b8d0 100755 >> --- a/configure >> +++ b/configure >> @@ -3630,15 +3630,15 @@ if compile_prog "" "" ; then >> fi >> >> ########################################## >> -# Do we have libiscsi >= 1.9.0 >> +# Do we have libiscsi >= 1.10.0 >> if test "$libiscsi" != "no" ; then >> - if $pkg_config --atleast-version=1.9.0 libiscsi; then >> + if $pkg_config --atleast-version=1.10.0 libiscsi; then >> libiscsi="yes" >> libiscsi_cflags=$($pkg_config --cflags libiscsi) >> libiscsi_libs=$($pkg_config --libs libiscsi) >> else >> if test "$libiscsi" = "yes" ; then >> - feature_not_found "libiscsi" "Install libiscsi >= 1.9.0" >> + feature_not_found "libiscsi" "Install libiscsi >= 1.10.0" >> fi >> libiscsi="no" >> fi >> -- Mit freundlichen Grüßen Peter Lieven ........................................................... KAMP Netzwerkdienste GmbH Vestische Str. 89-91 | 46117 Oberhausen Tel: +49 (0) 208.89 402-50 | Fax: +49 (0) 208.89 402-40 pl@kamp.de | http://www.kamp.de Geschäftsführer: Heiner Lante | Michael Lante Amtsgericht Duisburg | HRB Nr. 12154 USt-Id-Nr.: DE 120607556 ...........................................................