From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIJaM-0007SB-Oa for qemu-devel@nongnu.org; Mon, 02 Feb 2015 11:10:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIJaG-0001RC-Pt for qemu-devel@nongnu.org; Mon, 02 Feb 2015 11:10:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIJaG-0001QY-Hv for qemu-devel@nongnu.org; Mon, 02 Feb 2015 11:10:44 -0500 Date: Mon, 2 Feb 2015 17:09:29 +0100 From: Kevin Wolf Message-ID: <20150202160929.GJ9478@noname.redhat.com> References: <1422885142-6391-1-git-send-email-pl@kamp.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1422885142-6391-1-git-send-email-pl@kamp.de> Subject: Re: [Qemu-devel] [PATCH v4 0/5] this series adds the long missing multiread support to virtio-blk. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: famz@redhat.com, benoit@irqsave.net, ming.lei@canonical.com, armbru@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, pbonzini@redhat.com, mreitz@redhat.com Am 02.02.2015 um 14:52 hat Peter Lieven geschrieben: > some remarks: > - i introduced rd_merged and wr_merged block accounting stats to > blockstats as a generic interface which can be set from any > driver that will introduce multirequest merging in the future. > - the old multiwrite interface is still there and might be removed. Thanks, applied to the block branch. Kevin