From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbUSq-0002G6-14 for qemu-devel@nongnu.org; Wed, 30 Oct 2013 08:01:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbUSj-0004Hq-QQ for qemu-devel@nongnu.org; Wed, 30 Oct 2013 08:01:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbUSj-0004Hl-Ii for qemu-devel@nongnu.org; Wed, 30 Oct 2013 08:01:25 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9UC1Owj030817 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 30 Oct 2013 08:01:24 -0400 Date: Wed, 30 Oct 2013 13:01:22 +0100 From: Kevin Wolf Message-ID: <20131030120122.GG2807@dhcp-200-207.str.redhat.com> References: <1382978620-16641-1-git-send-email-pbonzini@redhat.com> <1382978620-16641-2-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1382978620-16641-2-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 01/24] blkdebug: report errors on flush too List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, mst@redhat.com Am 28.10.2013 um 17:43 hat Paolo Bonzini geschrieben: > Signed-off-by: Paolo Bonzini > --- > block/blkdebug.c | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) Reviewed-by: Kevin Wolf