Re: [Qemu-block] [PATCH v1 1/1] iotests: fix the actual-size in 191.out

2017-10-16 Thread QingFeng Hao
在 2017/10/16 20:31, Eric Blake 写道: On 10/16/2017 03:30 AM, Kevin Wolf wrote: Am 16.10.2017 um 07:23 hat QingFeng Hao geschrieben: The actual-size set in 191.out is wrong, which causes the test case failed and shall be 331776. The actual-size indicates the image's (e.g. t.qcow2.base) actual

Re: [Qemu-block] [PATCH v1 1/1] iotests: fix the actual-size in 191.out

2017-10-16 Thread QingFeng Hao
在 2017/10/16 16:30, Kevin Wolf 写道: Am 16.10.2017 um 07:23 hat QingFeng Hao geschrieben: The actual-size set in 191.out is wrong, which causes the test case failed and shall be 331776. The actual-size indicates the image's (e.g. t.qcow2.base) actual size defined by ImageInfo.actual_size.

Re: [Qemu-block] [PATCH v1 1/1] iotests: fix the actual-size in 191.out

2017-10-16 Thread Eric Blake
On 10/16/2017 03:30 AM, Kevin Wolf wrote: > Am 16.10.2017 um 07:23 hat QingFeng Hao geschrieben: >> The actual-size set in 191.out is wrong, which causes the test case failed >> and shall be 331776. >> The actual-size indicates the image's (e.g. t.qcow2.base) actual size >> defined by

Re: [Qemu-block] [PATCH v1 1/1] iotests: fix the actual-size in 191.out

2017-10-16 Thread Kevin Wolf
Am 16.10.2017 um 07:23 hat QingFeng Hao geschrieben: > The actual-size set in 191.out is wrong, which causes the test case failed > and shall be 331776. > The actual-size indicates the image's (e.g. t.qcow2.base) actual size > defined by ImageInfo.actual_size. > > Signed-off-by: QingFeng Hao

[Qemu-block] [PATCH v1 1/1] iotests: fix the actual-size in 191.out

2017-10-15 Thread QingFeng Hao
The actual-size set in 191.out is wrong, which causes the test case failed and shall be 331776. The actual-size indicates the image's (e.g. t.qcow2.base) actual size defined by ImageInfo.actual_size. Signed-off-by: QingFeng Hao --- tests/qemu-iotests/191.out | 24