From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnVGu-0003n9-W5 for qemu-devel@nongnu.org; Thu, 22 May 2014 11:51:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnVGn-0007Gw-DM for qemu-devel@nongnu.org; Thu, 22 May 2014 11:51:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnVGn-0007GQ-4R for qemu-devel@nongnu.org; Thu, 22 May 2014 11:51:01 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4MFp09F021295 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 22 May 2014 11:51:00 -0400 Date: Thu, 22 May 2014 17:50:58 +0200 From: Stefan Hajnoczi Message-ID: <20140522155058.GD21238@stefanha-thinkpad.redhat.com> References: <1400689698-3096-1-git-send-email-kwolf@redhat.com> <1400689698-3096-2-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1400689698-3096-2-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH 01/20] block: Introduce qemu_try_blockalign() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Wed, May 21, 2014 at 06:27:59PM +0200, Kevin Wolf wrote: > This function returns NULL instead of aborting when an allocation fails. > > Signed-off-by: Kevin Wolf > --- > block.c | 5 +++++ > include/block/block.h | 1 + > include/qemu/osdep.h | 1 + > util/oslib-posix.c | 16 ++++++++++------ > util/oslib-win32.c | 9 +++++++-- > 5 files changed, 24 insertions(+), 8 deletions(-) Reviewed-by: Stefan Hajnoczi