Re: [Qemu-devel] [PATCH v3 0/4] ARRAY_SIZE fixups

2017-01-20 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v3 0/4] ARRAY_SIZE fixups Message-id: 1484859998-25074-1-git-send-email-...@redhat.com Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log

Re: [Qemu-devel] [PATCH v3 0/4] ARRAY_SIZE fixups

2017-01-20 Thread no-reply
Hi, Your 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. Subject: [Qemu-devel] [PATCH v3 0/4] ARRAY_SIZE fixups Message-id: 1484859998-25074-1-git-send-email-...@redhat.com Type

Re: [Qemu-devel] [PATCH v3 0/4] ARRAY_SIZE fixups

2017-01-19 Thread Markus Armbruster
"Michael S. Tsirkin" writes: > Turns out virtio kept using ARRAY_SIZE on fields which stopped > being arrays, this was noticed by a coverity scan. > I fixed this up, this patchset fixes up the ARRAY_SIZE macro so that this > bug does not reappear in any other place. Preferably

[Qemu-devel] [PATCH v3 0/4] ARRAY_SIZE fixups

2017-01-19 Thread Michael S. Tsirkin
Turns out virtio kept using ARRAY_SIZE on fields which stopped being arrays, this was noticed by a coverity scan. I fixed this up, this patchset fixes up the ARRAY_SIZE macro so that this bug does not reappear in any other place. changes from v2: - dropped the merged virtio patch -