Re: [Qemu-devel] [RFC PATCH 0/8] qemu-img convert with copy offloading

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180329110914.20888-1-f...@redhat.com Subject: [Qemu-devel] [RFC PATCH 0/8] qemu-img

[Qemu-devel] [RFC PATCH 0/8] qemu-img convert with copy offloading

2018-03-29 Thread Fam Zheng
[Posting a preview RFC for the general idea discussion and internal API review. Libiscsi support is being worked on in the meantime.] 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 wit