From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48891 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ObA09-0003gY-NQ for qemu-devel@nongnu.org; Tue, 20 Jul 2010 06:24:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ObA06-0002mO-Rf for qemu-devel@nongnu.org; Tue, 20 Jul 2010 06:24:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37264) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObA06-0002mB-Ig for qemu-devel@nongnu.org; Tue, 20 Jul 2010 06:24:38 -0400 Message-ID: <4C457962.1040001@redhat.com> Date: Tue, 20 Jul 2010 12:24:34 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1279617540-17240-1-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> In-Reply-To: <1279617540-17240-1-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] block migration: propagate return value when bdrv_write() returns < 0 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yoshiaki Tamura Cc: qemu-devel@nongnu.org Am 20.07.2010 11:19, schrieb Yoshiaki Tamura: > Currently block_load() doesn't check return value of bdrv_write(), and > even the destination weren't prepared to execute block migration, it > proceeds and guest boots on the target. This patch fix this issue. > > Signed-off-by: Yoshiaki Tamura Thanks, applied to the block branch. Kevin