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>,
	qemu-block@nongnu.org, Peter Lieven <pl@kamp.de>,
	Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>,
	eblake@redhat.com
Subject: Re: [Qemu-devel] [PATCH v7 00/10] qemu-img convert with copy offloading
Date: Wed, 30 May 2018 17:06:47 +0100	[thread overview]
Message-ID: <20180530160647.GD5973@stefanha-x1.localdomain> (raw)
In-Reply-To: <20180529055959.32002-1-famz@redhat.com>

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

On Tue, May 29, 2018 at 01:59:49PM +0800, Fam Zheng wrote:
> v7: Fix qcow2.
> 
> v6: Pick up rev-by from Stefan and Eric.
>     Tweak patch 2 commit message.
> 
> v5: - Fix raw offset/bytes check for read. [Eric]
>     - Fix qcow2_handle_l2meta. [Stefan]
>     - Add coroutine_fn whereever appropriate. [Stefan]
> 
> v4: - Fix raw offset and size. [Eric]
>     - iscsi: Drop unnecessary return values and variables in favor of
>       constants. [Stefan]
>     - qcow2: Handle small backing case. [Stefan]
>     - file-posix: Translate ENOSYS to ENOTSUP. [Stefan]
>     - API documentation and commit message. [Stefan]
>     - Add rev-by to patches 3, 5 - 10. [Stefan, Eric]
> 
> This series introduces block layer API for copy offloading and makes use of it
> in qemu-img convert.
> 
> For now we implemented the operation in local file protocol with
> copy_file_range(2).  Besides that it's possible to add similar to iscsi, nfs
> and potentially more.
> 
> As far as its usage goes, in addition to qemu-img convert, we can emulate
> offloading in scsi-disk (handle EXTENDED COPY command), and use the API in
> block jobs too.

Fails to compile on Fedora 28.

Oops, I guess my glibc is too new.  This type of bug doesn't happen very
often :D :D :D.

block/file-posix.c:1452:14: error: static declaration of ‘copy_file_range’ follows non-static declaration
 static off_t copy_file_range(int in_fd, off_t *in_off, int out_fd,
              ^~~~~~~~~~~~~~~
In file included from /home/stefanha/qemu/include/qemu/osdep.h:75,
                 from block/file-posix.c:25:
/usr/include/unistd.h:1107:9: note: previous declaration of ‘copy_file_range’ was here
 ssize_t copy_file_range (int __infd, __off64_t *__pinoff,
         ^~~~~~~~~~~~~~~

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

  parent reply	other threads:[~2018-05-30 16:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-29  5:59 [Qemu-devel] [PATCH v7 00/10] qemu-img convert with copy offloading Fam Zheng
2018-05-29  5:59 ` [Qemu-devel] [PATCH v7 01/10] block: Introduce API for " Fam Zheng
2018-05-29  5:59 ` [Qemu-devel] [PATCH v7 02/10] raw: Check byte range uniformly Fam Zheng
2018-05-29  5:59 ` [Qemu-devel] [PATCH v7 03/10] raw: Implement copy offloading Fam Zheng
2018-05-29  5:59 ` [Qemu-devel] [PATCH v7 04/10] qcow2: " Fam Zheng
2018-05-29  5:59 ` [Qemu-devel] [PATCH v7 05/10] file-posix: Implement bdrv_co_copy_range Fam Zheng
2018-05-29  5:59 ` [Qemu-devel] [PATCH v7 06/10] iscsi: Query and save device designator when opening Fam Zheng
2018-05-29  5:59 ` [Qemu-devel] [PATCH v7 07/10] iscsi: Create and use iscsi_co_wait_for_task Fam Zheng
2018-05-29  5:59 ` [Qemu-devel] [PATCH v7 08/10] iscsi: Implement copy offloading Fam Zheng
2018-05-29  5:59 ` [Qemu-devel] [PATCH v7 09/10] block-backend: Add blk_co_copy_range Fam Zheng
2018-05-29  5:59 ` [Qemu-devel] [PATCH v7 10/10] qemu-img: Convert with copy offloading Fam Zheng
2018-05-30 16:06 ` Stefan Hajnoczi [this message]
2018-06-01  2:35   ` [Qemu-devel] [PATCH v7 00/10] qemu-img convert " 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=20180530160647.GD5973@stefanha-x1.localdomain \
    --to=stefanha@redhat.com \
    --cc=eblake@redhat.com \
    --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).