Re: [Qemu-devel] [PATCH v7 00/20] add byte-based block_status driver callbacks

2018-01-29 Thread Eric Blake
ping On 01/05/2018 04:57 PM, Eric Blake wrote: > There are patches floating around to add NBD_CMD_BLOCK_STATUS, > but NBD wants to report status on byte granularity (even if the > reporting will probably be naturally aligned to sectors or even > much higher levels). I've therefore started the tas

Re: [Qemu-devel] [PATCH v7 00/20] add byte-based block_status driver callbacks

2018-01-07 Thread Fam Zheng
On Mon, 01/08 10:56, Fam Zheng wrote: > On Sat, 01/06 22:03, no-re...@patchew.org wrote: > > /var/tmp/patchew-tester-tmp-zu_flv2_/src/block/iscsi.c: In function > > ‘iscsi_co_block_status’: > > /var/tmp/patchew-tester-tmp-zu_flv2_/src/block/iscsi.c:755:14: error: > > ‘iTask.task’ may be used unin

Re: [Qemu-devel] [PATCH v7 00/20] add byte-based block_status driver callbacks

2018-01-07 Thread Fam Zheng
On Sat, 01/06 22:03, no-re...@patchew.org wrote: > /var/tmp/patchew-tester-tmp-zu_flv2_/src/block/iscsi.c: In function > ‘iscsi_co_block_status’: > /var/tmp/patchew-tester-tmp-zu_flv2_/src/block/iscsi.c:755:14: error: > ‘iTask.task’ may be used uninitialized in this function > [-Werror=maybe-uni

Re: [Qemu-devel] [PATCH v7 00/20] add byte-based block_status driver callbacks

2018-01-06 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 20180105225753.30509-1-ebl...@redhat.com Subject: [Qemu-devel] [PATCH v7 00/20] add byte-based block_status driver callbacks === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be

[Qemu-devel] [PATCH v7 00/20] add byte-based block_status driver callbacks

2018-01-05 Thread Eric Blake
There are patches floating around to add NBD_CMD_BLOCK_STATUS, but NBD wants to report status on byte granularity (even if the reporting will probably be naturally aligned to sectors or even much higher levels). I've therefore started the task of converting our block status code to report at a byt