Hi, This series seems to have some coding style problems. See output below for more information:
Subject: [Qemu-devel] [PULL 00/17] Misc changes for QEMU 2.10-rc1 (?) Message-id: 1501604245-33460-1-git-send-email-pbonz...@redhat.com Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc -l) failed=0 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 Switched to a new branch 'test' 3489547b43 mc146818rtc: implement UIP latching as intended ed88cc342f mc146818rtc: simplify check_update_timer 818434f924 rtc-test: introduce more update tests d2208f1403 rtc-test: cleanup register_b_set_flag test acd549e69e hw/scsi/vmw_pvscsi: Convert to realize 07345966fe hw/scsi/vmw_pvscsi: Remove the dead error handling 7651c26752 migration: optimize the downtime c24276b69b qemu-options: document existance of versioned machine types 6240b43885 bt: stop the sdp memory allocation craziness 8e3ab7f33e exec: Add lock parameter to qemu_ram_ptr_length c2d7f542e9 target-i386: kvm_get/put_vcpu_events don't handle sipi_vector caaa83b53e docs: document deprecation policy & deprecated features in appendix e085726add char: don't exit on hmp 'chardev-add help' b9ba7ecb28 char-fd: remove useless chr pointer ee56cb9f35 accel: cleanup error output 235bccb31d cpu_physical_memory_sync_dirty_bitmap: Fix alignment check 99135ab7e2 vl.c/exit: pause cpus before closing block devices === OUTPUT BEGIN === Checking PATCH 1/17: vl.c/exit: pause cpus before closing block devices... Checking PATCH 2/17: cpu_physical_memory_sync_dirty_bitmap: Fix alignment check... Checking PATCH 3/17: accel: cleanup error output... Checking PATCH 4/17: char-fd: remove useless chr pointer... Checking PATCH 5/17: char: don't exit on hmp 'chardev-add help'... Checking PATCH 6/17: docs: document deprecation policy & deprecated features in appendix... Checking PATCH 7/17: target-i386: kvm_get/put_vcpu_events don't handle sipi_vector... Checking PATCH 8/17: exec: Add lock parameter to qemu_ram_ptr_length... Checking PATCH 9/17: bt: stop the sdp memory allocation craziness... ERROR: space prohibited before that '++' (ctx:WxB) #78: FILE: hw/bt/sdp.c:741: + data[len ++] = attribute_id >> 8; ^ ERROR: space prohibited before that '++' (ctx:WxB) #79: FILE: hw/bt/sdp.c:742: + data[len ++] = attribute_id & 0xff; ^ total: 2 errors, 0 warnings, 48 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 10/17: qemu-options: document existance of versioned machine types... Checking PATCH 11/17: migration: optimize the downtime... Checking PATCH 12/17: hw/scsi/vmw_pvscsi: Remove the dead error handling... Checking PATCH 13/17: hw/scsi/vmw_pvscsi: Convert to realize... Checking PATCH 14/17: rtc-test: cleanup register_b_set_flag test... ERROR: space required before the open parenthesis '(' #73: FILE: tests/rtc-test.c:344: + } while(0) total: 1 errors, 0 warnings, 115 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 15/17: rtc-test: introduce more update tests... Checking PATCH 16/17: mc146818rtc: simplify check_update_timer... Checking PATCH 17/17: mc146818rtc: implement UIP latching as intended... === 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