From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz1kR-0003eP-7J for qemu-devel@nongnu.org; Fri, 03 Jan 2014 05:13:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vz1kM-0004aQ-Jb for qemu-devel@nongnu.org; Fri, 03 Jan 2014 05:12:59 -0500 Received: from mail-ea0-x22b.google.com ([2a00:1450:4013:c01::22b]:32887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz1kM-0004ZH-Ch for qemu-devel@nongnu.org; Fri, 03 Jan 2014 05:12:54 -0500 Received: by mail-ea0-f171.google.com with SMTP id h10so6723368eak.30 for ; Fri, 03 Jan 2014 02:12:53 -0800 (PST) Date: Fri, 3 Jan 2014 18:12:43 +0800 From: Stefan Hajnoczi Message-ID: <20140103101243.GF1483@stefanha-thinkpad.redhat.com> References: <1387530167-25605-1-git-send-email-pl@kamp.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1387530167-25605-1-git-send-email-pl@kamp.de> Subject: Re: [Qemu-devel] [PATCH] block/iscsi: return -ENOMEM if an async call fails immediately List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: kwolf@redhat.com, pbonzini@redhat.com, stefanha@redhat.com, qemu-devel@nongnu.org, ronniesahlberg@gmail.com On Fri, Dec 20, 2013 at 10:02:47AM +0100, Peter Lieven wrote: > if an async libiscsi call fails directly it can only be due > to an out of memory condition. All other errors are returned > through the callback. > > Signed-off-by: Peter Lieven > --- > block/iscsi.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) Thanks, applied to my block-next tree: https://github.com/stefanha/qemu/commits/block-next Stefan