[Qemu-devel] [PATCH v3 0/3] Performance improvements for xen_disk^Wxen-block

Paul Durrant posted 3 patches 6 years, 10 months ago
Failed in applying to current master (apply log)
hw/block/dataplane/xen-block.c | 105 ++++++++++++++++++++++++-----------------
1 file changed, 62 insertions(+), 43 deletions(-)
[Qemu-devel] [PATCH v3 0/3] Performance improvements for xen_disk^Wxen-block
Posted by Paul Durrant 6 years, 10 months ago
This series is a re-base of Tim's v2 series [1] on top of my series [2].

[1] https://lists.gnu.org/archive/html/qemu-devel/2018-11/msg00243.html
[2] https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg02271.html

Tim Smith (3):
  xen-block: improve batching behaviour
  xen-block: improve response latency
  xen-block: avoid repeated memory allocation

 hw/block/dataplane/xen-block.c | 105 ++++++++++++++++++++++++-----------------
 1 file changed, 62 insertions(+), 43 deletions(-)
---
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Kevin Wolf <kwolf@redhat.com>
Cc: Max Reitz <mreitz@redhat.com>
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
-- 
2.1.4


Re: [Qemu-devel] [PATCH v3 0/3] Performance improvements for xen_disk^Wxen-block
Posted by Anthony PERARD 6 years, 10 months ago
On Wed, Dec 12, 2018 at 11:16:23AM +0000, Paul Durrant wrote:
> This series is a re-base of Tim's v2 series [1] on top of my series [2].
> 
> [1] https://lists.gnu.org/archive/html/qemu-devel/2018-11/msg00243.html
> [2] https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg02271.html

For the series:
Acked-by: Anthony PERARD <anthony.perard@citrix.com>

And I've pushed that here:
https://xenbits.xen.org/gitweb/?p=people/aperard/qemu-dm.git;a=shortlog;h=refs/heads/xen-next

-- 
Anthony PERARD