Re: [Qemu-devel] [PATCH v3 0/2] block latency histogram

2018-03-12 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: 20180309144918.44975-1-vsement...@virtuozzo.com Subject: [Qemu-devel] [PATCH v3 0/2

Re: [Qemu-devel] [PATCH v3 0/2] block latency histogram

2018-03-10 Thread no-reply
Hi, This series failed docker-quick@centos6 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: 20180309144918.44975-1-vsement...@virtuozzo.com Subject: [Qemu-devel] [PATCH v3 0/2

Re: [Qemu-devel] [PATCH v3 0/2] block latency histogram

2018-03-09 Thread Eric Blake
On 03/09/2018 09:07 AM, no-re...@patchew.org wrote: Hi, This series failed build test on ppcbe host. Please find the details below. Type: series Message-id: 20180309144918.44975-1-vsement...@virtuozzo.com Subject: [Qemu-devel] [PATCH v3 0/2] block latency histogram In file included from

Re: [Qemu-devel] [PATCH v3 0/2] block latency histogram

2018-03-09 Thread no-reply
Hi, This series failed docker-mingw@fedora 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: 20180309144918.44975-1-vsement...@virtuozzo.com Subject: [Qemu-devel] [PATCH v3 0/2

Re: [Qemu-devel] [PATCH v3 0/2] block latency histogram

2018-03-09 Thread no-reply
Hi, This series failed build test on ppcbe host. Please find the details below. Type: series Message-id: 20180309144918.44975-1-vsement...@virtuozzo.com Subject: [Qemu-devel] [PATCH v3 0/2] block latency histogram === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the

[Qemu-devel] [PATCH v3 0/2] block latency histogram

2018-03-09 Thread Vladimir Sementsov-Ogievskiy
v3: - semantics, naming and wording changed a lot - x prefixes added to new qapi names - bug fixed about calculation of new_size (new_nbins now) - drop g_renew - in _clear() set nbinst to zero too v2: 01: add block_latency_histogram_clear() 02: fix spelling (sorry =() some rewordings rem