qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Fam Zheng <famz@redhat.com>
Cc: qemu-devel@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
	"Ronnie Sahlberg" <ronniesahlberg@gmail.com>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	qemu-block@nongnu.org, "Kevin Wolf" <kwolf@redhat.com>,
	"Peter Lieven" <pl@kamp.de>, "Max Reitz" <mreitz@redhat.com>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	eblake@redhat.com
Subject: Re: [Qemu-devel] [PATCH v8 06/11] file-posix: Implement bdrv_co_copy_range
Date: Fri, 1 Jun 2018 10:35:53 +0100	[thread overview]
Message-ID: <20180601093553.GC8687@stefanha-x1.localdomain> (raw)
In-Reply-To: <20180601062849.28641-7-famz@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 463 bytes --]

On Fri, Jun 01, 2018 at 02:28:44PM +0800, Fam Zheng wrote:
> With copy_file_range(2), we can implement the bdrv_co_copy_range
> semantics.
> 
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
>  block/file-posix.c      | 98 +++++++++++++++++++++++++++++++++++++++--
>  configure               | 17 +++++++
>  include/block/raw-aio.h | 10 ++++-
>  3 files changed, 120 insertions(+), 5 deletions(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

  reply	other threads:[~2018-06-01  9:36 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-01  6:28 [Qemu-devel] [PATCH v8 00/11] qemu-img convert with copy offloading Fam Zheng
2018-06-01  6:28 ` [Qemu-devel] [PATCH v8 01/11] docker: Update fedora image to 28 Fam Zheng
2018-06-01  9:31   ` Stefan Hajnoczi
2018-06-01  6:28 ` [Qemu-devel] [PATCH v8 02/11] block: Introduce API for copy offloading Fam Zheng
2018-06-01  6:28 ` [Qemu-devel] [PATCH v8 03/11] raw: Check byte range uniformly Fam Zheng
2018-06-01  6:28 ` [Qemu-devel] [PATCH v8 04/11] raw: Implement copy offloading Fam Zheng
2018-06-01  6:28 ` [Qemu-devel] [PATCH v8 05/11] qcow2: " Fam Zheng
2018-06-01  6:28 ` [Qemu-devel] [PATCH v8 06/11] file-posix: Implement bdrv_co_copy_range Fam Zheng
2018-06-01  9:35   ` Stefan Hajnoczi [this message]
2018-06-01  6:28 ` [Qemu-devel] [PATCH v8 07/11] iscsi: Query and save device designator when opening Fam Zheng
2018-06-01  6:28 ` [Qemu-devel] [PATCH v8 08/11] iscsi: Create and use iscsi_co_wait_for_task Fam Zheng
2018-06-01  6:28 ` [Qemu-devel] [PATCH v8 09/11] iscsi: Implement copy offloading Fam Zheng
2018-06-01  6:28 ` [Qemu-devel] [PATCH v8 10/11] block-backend: Add blk_co_copy_range Fam Zheng
2018-06-01  6:28 ` [Qemu-devel] [PATCH v8 11/11] qemu-img: Convert with copy offloading Fam Zheng
2018-06-01  6:45 ` [Qemu-devel] [PATCH v8 00/11] qemu-img convert " no-reply
2018-06-01  9:21   ` Fam Zheng
2018-06-01  9:37   ` Stefan Hajnoczi
2018-06-01  9:51     ` Fam Zheng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180601093553.GC8687@stefanha-x1.localdomain \
    --to=stefanha@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=eblake@redhat.com \
    --cc=f4bug@amsat.org \
    --cc=famz@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=pl@kamp.de \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=ronniesahlberg@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).