From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1dxqkY-00083N-Fx for mharc-qemu-trivial@gnu.org; Fri, 29 Sep 2017 04:34:22 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxqkV-00081V-Cq for qemu-trivial@nongnu.org; Fri, 29 Sep 2017 04:34:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxqkU-0002h5-NK for qemu-trivial@nongnu.org; Fri, 29 Sep 2017 04:34:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45396) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dxqkO-0002e7-V6; Fri, 29 Sep 2017 04:34:13 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DFB1D883B6; Fri, 29 Sep 2017 08:34:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com DFB1D883B6 Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=kwolf@redhat.com Received: from localhost.localdomain (ovpn-116-177.ams2.redhat.com [10.36.116.177]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 53AC760460; Fri, 29 Sep 2017 08:34:05 +0000 (UTC) Date: Fri, 29 Sep 2017 10:34:03 +0200 From: Kevin Wolf To: Eric Blake Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org, Stefan Hajnoczi , Fam Zheng , Max Reitz , "open list:Block I/O path" Message-ID: <20170929083403.GA3812@localhost.localdomain> References: <20170928191325.30253-1-eblake@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170928191325.30253-1-eblake@redhat.com> User-Agent: Mutt/1.9.0 (2017-09-02) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Fri, 29 Sep 2017 08:34:12 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: Re: [Qemu-trivial] [PATCH] block: Typo fix in copy_on_readv() X-BeenThere: qemu-trivial@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2017 08:34:20 -0000 Am 28.09.2017 um 21:13 hat Eric Blake geschrieben: > Signed-off-by: Eric Blake Thanks, applied to the block branch. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxqkT-0007zr-La for qemu-devel@nongnu.org; Fri, 29 Sep 2017 04:34:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxqkT-0002gd-0j for qemu-devel@nongnu.org; Fri, 29 Sep 2017 04:34:17 -0400 Date: Fri, 29 Sep 2017 10:34:03 +0200 From: Kevin Wolf Message-ID: <20170929083403.GA3812@localhost.localdomain> References: <20170928191325.30253-1-eblake@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170928191325.30253-1-eblake@redhat.com> Subject: Re: [Qemu-devel] [PATCH] block: Typo fix in copy_on_readv() List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org, Stefan Hajnoczi , Fam Zheng , Max Reitz , "open list:Block I/O path" List-ID: Am 28.09.2017 um 21:13 hat Eric Blake geschrieben: > Signed-off-by: Eric Blake Thanks, applied to the block branch. Kevin