From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNlvN-0001BA-Mk for qemu-devel@nongnu.org; Wed, 12 Mar 2014 12:22:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNlvH-0000OR-Ne for qemu-devel@nongnu.org; Wed, 12 Mar 2014 12:22:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNlvH-0000OE-G8 for qemu-devel@nongnu.org; Wed, 12 Mar 2014 12:22:27 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s2CGMPYl028670 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 12 Mar 2014 12:22:25 -0400 From: Juan Quintela In-Reply-To: <1394636459-30712-1-git-send-email-kwolf@redhat.com> (Kevin Wolf's message of "Wed, 12 Mar 2014 16:00:59 +0100") References: <1394636459-30712-1-git-send-email-kwolf@redhat.com> Date: Wed, 12 Mar 2014 17:22:21 +0100 Message-ID: <878usfbd4y.fsf@elfo.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] block: Add error handling to bdrv_invalidate_cache() Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, stefanha@redhat.com Kevin Wolf wrote: > If it returns an error, the migrated VM will not be started, but qemu > exits with an error message. > > Signed-off-by: Kevin Wolf Reviewed-by: Juan Quintela