From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPpq6-000265-Kh for qemu-devel@nongnu.org; Tue, 18 Mar 2014 04:57:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPpq0-0002l0-LL for qemu-devel@nongnu.org; Tue, 18 Mar 2014 04:57:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPpq0-0002kb-E8 for qemu-devel@nongnu.org; Tue, 18 Mar 2014 04:57:32 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s2I8vUDm026865 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 18 Mar 2014 04:57:30 -0400 Date: Tue, 18 Mar 2014 09:57:28 +0100 From: Kevin Wolf Message-ID: <20140318085728.GB4607@noname.str.redhat.com> References: <1394636459-30712-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1394636459-30712-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH] block: Add error handling to bdrv_invalidate_cache() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@redhat.com, quintela@redhat.com Am 12.03.2014 um 16:00 hat Kevin Wolf geschrieben: > If it returns an error, the migrated VM will not be started, but qemu > exits with an error message. > > Signed-off-by: Kevin Wolf Applied to the block branch. Kevin