From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGOkd-00064p-1h for qemu-devel@nongnu.org; Tue, 25 Sep 2012 02:36:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGOkW-0003eA-9N for qemu-devel@nongnu.org; Tue, 25 Sep 2012 02:36:10 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:46758) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGOkW-0003du-2e for qemu-devel@nongnu.org; Tue, 25 Sep 2012 02:36:04 -0400 Received: by weyt11 with SMTP id t11so3600834wey.4 for ; Mon, 24 Sep 2012 23:36:03 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <506150D1.4070001@redhat.com> Date: Tue, 25 Sep 2012 08:36:01 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1348217255-22441-1-git-send-email-quintela@redhat.com> <1348217255-22441-39-git-send-email-quintela@redhat.com> <505C6348.1060804@redhat.com> <87a9wfqnxj.fsf@trasno.org> In-Reply-To: <87a9wfqnxj.fsf@trasno.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 38/41] block-migration: handle errors with the return codes correctly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com Cc: qemu-devel@nongnu.org Il 24/09/2012 20:24, Juan Quintela ha scritto: > Now, we give exactly the same error, just that we return the error > directly from blk_mig_save_dirty_block() instead of storing it on > QEMUFile and getting it through qemu_file_get_error(). Right you are. Apart from the do/while, Reviewed-by: Paolo Bonzini