From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYuQa-0000uq-M0 for qemu-devel@nongnu.org; Tue, 30 Sep 2014 06:13:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYuQR-0002Gj-Ln for qemu-devel@nongnu.org; Tue, 30 Sep 2014 06:13:04 -0400 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:50322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYuQR-0002Fu-Ec for qemu-devel@nongnu.org; Tue, 30 Sep 2014 06:12:55 -0400 Received: by mail-wg0-f43.google.com with SMTP id a1so3360440wgh.2 for ; Tue, 30 Sep 2014 03:12:48 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <542A821C.309@redhat.com> Date: Tue, 30 Sep 2014 12:12:44 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1412060952-19407-1-git-send-email-pl@kamp.de> In-Reply-To: <1412060952-19407-1-git-send-email-pl@kamp.de> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCHv2 0/2] introduce bitmap_try_new List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven , qemu-devel@nongnu.org Cc: kwolf@redhat.com, ronniesahlberg@gmail.com, stefanha@redhat.com Il 30/09/2014 09:09, Peter Lieven ha scritto: > this adds a new helper to handle errors when allocation a bitmap and > also introduces its first user. > > v1->v2: - derive bitmap_new from bitmap_try_new (Eric) > - fail if allocation fails in iscsi_open (Paolo) Thanks, applied to scsi-next. Paolo