From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQCSp-00067C-M7 for qemu-devel@nongnu.org; Wed, 28 Jun 2017 08:53:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQCSl-0003CH-MN for qemu-devel@nongnu.org; Wed, 28 Jun 2017 08:52:59 -0400 From: Paul Durrant Date: Wed, 28 Jun 2017 12:52:52 +0000 Message-ID: References: <20170621125249.8805-1-paul.durrant@citrix.com> In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [Qemu-devel] [Xen-devel] [PATCH v2 0/3] xen-disk: performance improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 'Stefano Stabellini' Cc: "xen-devel@lists.xenproject.org" , "qemu-devel@nongnu.org" , "qemu-block@nongnu.org" > -----Original Message----- > From: Stefano Stabellini [mailto:sstabellini@kernel.org] > Sent: 27 June 2017 23:07 > To: Paul Durrant > Cc: xen-devel@lists.xenproject.org; qemu-devel@nongnu.org; qemu- > block@nongnu.org > Subject: Re: [Xen-devel] [PATCH v2 0/3] xen-disk: performance > improvements >=20 > On Wed, 21 Jun 2017, Paul Durrant wrote: > > Paul Durrant (3): > > xen-disk: only advertize feature-persistent if grant copy is not > > available > > xen-disk: add support for multi-page shared rings > > xen-disk: use an IOThread per instance > > > > hw/block/trace-events | 7 ++ > > hw/block/xen_disk.c | 228 > +++++++++++++++++++++++++++++++++++++++----------- > > 2 files changed, 188 insertions(+), 47 deletions(-) >=20 > While waiting for an answer on patch #3, I sent a pull request for the > first 2 patches Cool. Thanks. Hopefully we won't have to wait too long for review on patch = #3. Cheers, Paul