Hi,

Your series seems to have some coding style problems. See output below for
more information:

Subject: [Qemu-devel] [PATCH v4 0/7] q35: add negotiable broadcast SMI
Message-id: 20161201170624.26496-1-ler...@redhat.com
Type: series

=== TEST SCRIPT BEGIN ===
#!/bin/bash

BASE=base
n=1
total=$(git log --oneline $BASE.. | wc -l)
failed=0

# Useful git options
git config --local diff.renamelimit 0
git config --local diff.renames True

commits="$(git log --format=%H --reverse $BASE..)"
for c in $commits; do
    echo "Checking PATCH $n/$total: $(git log -n 1 --format=%s $c)..."
    if ! git show $c --format=email | ./scripts/checkpatch.pl --mailback -; then
        failed=1
        echo
    fi
    n=$((n+1))
done

exit $failed
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
From https://github.com/patchew-project/qemu
 - [tag update]      
patchew/1480926904-17596-1-git-send-email-zhang.zhanghaili...@huawei.com -> 
patchew/1480926904-17596-1-git-send-email-zhang.zhanghaili...@huawei.com
 - [tag update]      
patchew/1481625384-15077-1-git-send-email-peter.mayd...@linaro.org -> 
patchew/1481625384-15077-1-git-send-email-peter.mayd...@linaro.org
 - [tag update]      
patchew/1481856403-23599-1-git-send-email-zhangchen.f...@cn.fujitsu.com -> 
patchew/1481856403-23599-1-git-send-email-zhangchen.f...@cn.fujitsu.com
 * [new tag]         
patchew/1482137486-9843-1-git-send-email-douly.f...@cn.fujitsu.com -> 
patchew/1482137486-9843-1-git-send-email-douly.f...@cn.fujitsu.com
 * [new tag]         
patchew/1482140507-23607-1-git-send-email-vlad.lu...@windriver.com -> 
patchew/1482140507-23607-1-git-send-email-vlad.lu...@windriver.com
 * [new tag]         
patchew/1482145554-88823-1-git-send-email-wei.w.w...@intel.com -> 
patchew/1482145554-88823-1-git-send-email-wei.w.w...@intel.com
 * [new tag]         patchew/1482156623-9111-1-git-send-email-pet...@redhat.com 
-> patchew/1482156623-9111-1-git-send-email-pet...@redhat.com
 * [new tag]         patchew/148215768690.13973.9042496691140000163.stgit@bahia 
-> patchew/148215768690.13973.9042496691140000163.stgit@bahia
 * [new tag]         
patchew/1482158486-18597-1-git-send-email-pet...@redhat.com -> 
patchew/1482158486-18597-1-git-send-email-pet...@redhat.com
 * [new tag]         
patchew/1482187106-85065-1-git-send-email-sochin.ji...@huawei.com -> 
patchew/1482187106-85065-1-git-send-email-sochin.ji...@huawei.com
 * [new tag]         
patchew/1482255793-19057-1-git-send-email-ehabk...@redhat.com -> 
patchew/1482255793-19057-1-git-send-email-ehabk...@redhat.com
 * [new tag]         
patchew/1482268300-10082-1-git-send-email-andrew.smir...@gmail.com -> 
patchew/1482268300-10082-1-git-send-email-andrew.smir...@gmail.com
 * [new tag]         patchew/1482268598-27422-1-git-send-email-th...@redhat.com 
-> patchew/1482268598-27422-1-git-send-email-th...@redhat.com
 * [new tag]         patchew/1482269164-14642-1-git-send-email-miny...@acm.org 
-> patchew/1482269164-14642-1-git-send-email-miny...@acm.org
 * [new tag]         patchew/20161201170624.26496-1-ler...@redhat.com -> 
patchew/20161201170624.26496-1-ler...@redhat.com
 - [tag update]      patchew/20161212224325.20790-1-marcandre.lur...@redhat.com 
-> patchew/20161212224325.20790-1-marcandre.lur...@redhat.com
 - [tag update]      patchew/20161214070156.23368-1-ppan...@redhat.com -> 
patchew/20161214070156.23368-1-ppan...@redhat.com
 * [new tag]         patchew/20161219205054.4677-1-kirkser...@gmail.com -> 
patchew/20161219205054.4677-1-kirkser...@gmail.com
 * [new tag]         patchew/20161220163139.12016-1-f...@redhat.com -> 
patchew/20161220163139.12016-1-f...@redhat.com
 * [new tag]         patchew/b0619e40-daca-9b28-2c78-1e2709d9f...@tuxfamily.org 
-> patchew/b0619e40-daca-9b28-2c78-1e2709d9f...@tuxfamily.org
 * [new tag]         patchew/cover.1482143215.git.vpala...@chromium.org -> 
patchew/cover.1482143215.git.vpala...@chromium.org
 * [new tag]         patchew/cover.1482164622.git.vpala...@chromium.org -> 
patchew/cover.1482164622.git.vpala...@chromium.org
 * [new tag]         patchew/cover.1482187052.git....@skyportsystems.com -> 
patchew/cover.1482187052.git....@skyportsystems.com
Switched to a new branch 'test'
2d2326b hw/i386/pc_q35: advertise broadcast SMI if VCPU hotplug is turned off
3443a68 hw/isa/lpc_ich9: add broadcast SMI feature
3863642 hw/isa/lpc_ich9: add SMI feature negotiation via fw_cfg
12b2efd hw/i386/pc: introduce 2.9 machine types with 0x20 fw_cfg file slots
5387420 fw-cfg: expose "file_slots" parameter in fw_cfg_init_io_dma()
c550b2c fw-cfg: turn FW_CFG_FILE_SLOTS into a device property
1f40c84 fw-cfg: support writeable blobs

=== OUTPUT BEGIN ===
Checking PATCH 1/7: fw-cfg: support writeable blobs...
Checking PATCH 2/7: fw-cfg: turn FW_CFG_FILE_SLOTS into a device property...
Checking PATCH 3/7: fw-cfg: expose "file_slots" parameter in 
fw_cfg_init_io_dma()...
Checking PATCH 4/7: hw/i386/pc: introduce 2.9 machine types with 0x20 fw_cfg 
file slots...
ERROR: Macros with multiple statements should be enclosed in a do - while loop
#126: FILE: include/hw/compat.h:4:
+#define HW_COMPAT_2_8 \
+    {\
+        .driver   = "fw_cfg_mem",\
+        .property = "file_slots",\
+        .value    = stringify(0x10),\
+    },{\
+        .driver   = "fw_cfg_io",\
+        .property = "file_slots",\
+        .value    = stringify(0x10),\
+    },

total: 1 errors, 0 warnings, 119 lines checked

Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Checking PATCH 5/7: hw/isa/lpc_ich9: add SMI feature negotiation via fw_cfg...
Checking PATCH 6/7: hw/isa/lpc_ich9: add broadcast SMI feature...
Checking PATCH 7/7: hw/i386/pc_q35: advertise broadcast SMI if VCPU hotplug is 
turned off...
=== OUTPUT END ===

Test command exited with code: 1


---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-de...@freelists.org

Reply via email to