From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAi1C-000241-QP for qemu-devel@nongnu.org; Tue, 04 Feb 2014 10:34:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAhqi-00020F-Nx for qemu-devel@nongnu.org; Tue, 04 Feb 2014 10:23:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAhqi-00020B-Fz for qemu-devel@nongnu.org; Tue, 04 Feb 2014 10:23:44 -0500 From: Juan Quintela In-Reply-To: <1391066055-17024-7-git-send-email-owasserm@redhat.com> (Orit Wasserman's message of "Thu, 30 Jan 2014 09:14:15 +0200") References: <1391066055-17024-1-git-send-email-owasserm@redhat.com> <1391066055-17024-7-git-send-email-owasserm@redhat.com> Date: Tue, 04 Feb 2014 16:00:39 +0100 Message-ID: <8761oukjmw.fsf@elfo.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 6/6] Don't abort on memory allocation error Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Orit Wasserman Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, anthony@codemonkey.ws Orit Wasserman wrote: > It is better to fail migration in case of failure to > allocate new cache item > > Signed-off-by: Orit Wasserman Reviewed-by: Juan Quintela