From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V02J1-0008I6-BB for qemu-devel@nongnu.org; Fri, 19 Jul 2013 00:28:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V02Iz-0000vc-1Y for qemu-devel@nongnu.org; Fri, 19 Jul 2013 00:28:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V02Iy-0000vV-R5 for qemu-devel@nongnu.org; Fri, 19 Jul 2013 00:28:32 -0400 Date: Fri, 19 Jul 2013 12:28:20 +0800 From: Stefan Hajnoczi Message-ID: <20130719042820.GF29671@stefanha-thinkpad.redhat.com> References: <1374136652-22567-1-git-send-email-pl@kamp.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1374136652-22567-1-git-send-email-pl@kamp.de> Subject: Re: [Qemu-devel] [PATCH] block: fix bdrv_read_unthrottled() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: kwolf@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org On Thu, Jul 18, 2013 at 10:37:32AM +0200, Peter Lieven wrote: > Signed-off-by: Peter Lieven > --- > block.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan