Re: [Qemu-devel] [PATCH v7 0/9] qemu-img: add measure sub-command

2017-06-13 Thread Fam Zheng
On Tue, 06/13 07:24, no-re...@patchew.org wrote: > In file included from /tmp/qemu-test/src/hw/net/vmxnet3.c:30: > /tmp/qemu-test/src/include/migration/register.h:18: error: redefinition of > typedef ‘LoadStateHandler’ > /tmp/qemu-test/src/include/migration/vmstate.h:32: note: previous declaration

Re: [Qemu-devel] [PATCH v7 0/9] qemu-img: add measure sub-command

2017-06-13 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Message-id: 20170613133329.23653-1-stefa...@redhat.com Subject: [Qemu-devel] [PATCH v7 0/9] qemu-img: add measure sub-command

[Qemu-devel] [PATCH v7 0/9] qemu-img: add measure sub-command

2017-06-13 Thread Stefan Hajnoczi
v7: * Check max file size with 7 exabytes [Berto] * Really use UINT64_MAX everywhere instead of ~0ULL [Berto] v6: * Change bdrv_measure() return type to BlockMeasureInfo * [Eric] * Clarify that holes in sparse POSIX files are still counted [Eric] v5: * Use UINT64_MAX instead of ~0ULL [Berto]