From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGSA9-00008X-NJ for qemu-devel@nongnu.org; Fri, 24 Jun 2016 10:32:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGSA8-0008Qk-Th for qemu-devel@nongnu.org; Fri, 24 Jun 2016 10:32:53 -0400 Date: Fri, 24 Jun 2016 16:32:42 +0200 From: Kevin Wolf Message-ID: <20160624143242.GE5422@noname.redhat.com> References: <1466721446-27737-1-git-send-email-eblake@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466721446-27737-1-git-send-email-eblake@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 00/22] Byte-based block limits List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, famz@redhat.com, stefanha@redhat.com Am 24.06.2016 um 00:37 hat Eric Blake geschrieben: > BlockLimits is currently an ugly mix of byte limits vs. > sector limits. Unify it. Fix some bugs I found in > bdrv_aligned_preadv() while at it. > > Prequisite: none (built on Kevin's block branch, which is currently > merged into master) > > Also available as a tag at: > git fetch git://repo.or.cz/qemu/ericb.git nbd-limits-v3 Thanks, fixed up the two comments and applied to my block branch. Kevin