Hi, This series seems to have some coding style problems. See output below for more information:
Type: series Message-id: 20170817024746.5961-1-f...@redhat.com Subject: [Qemu-devel] [PATCH RFC v2 00/10] tests: Add VM based build tests (for non-x86_64 and/or non-Linux) === 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' 105f5eda56 MAINTAINERS: Add tests/vm entry 012331cdc4 Makefile: Add rules to run vm tests 6117b3b586 tests: Add OpenBSD image 5988e28153 tests: Add NetBSD image a1ce1a5157 tests: Add FreeBSD image d72a9004c5 tests: Add ubuntu.i386 image aa3230dfba tests: Add vm test lib a7f1560440 qemu.py: Add "wait()" method 173f01167a qemu.py: Add variable vga type f2a17024c1 gitignore: Ignore vm test images === OUTPUT BEGIN === Checking PATCH 1/10: gitignore: Ignore vm test images... Checking PATCH 2/10: qemu.py: Add variable vga type... Checking PATCH 3/10: qemu.py: Add "wait()" method... Checking PATCH 4/10: tests: Add vm test lib... ERROR: line over 90 characters #83: FILE: tests/vm/basevm.py:58: +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCikC46WYtXotUd0UGPz9547Aj0KqC4gk+nt4BBJm86IHgCD9FygSGX9EFutXlhz9KZIPg9Okk7+IzXRHCWI2MNvhrcjyrezKREm71z08j9iwfxY3340fY2Mo+0khwpO7bzsgzkljHIHqcOg7MgttPInVMNH/EfqpgR8EDKJuWCB2Ny+EBFN/3dAiff0X/EvKle9PUrY70EkSycnyURS8HZReEqj8lN9J5kXzA8F6jBo/0Q42Ttv6e4k5YcaDrwmLrBWLra2PCXZLNyHqXEiFkGmdXtA1Eox9gc/p4jIXim6xrPNmpN6WyrrEjaCF5xYvNv8wXkD6uSWwbHYU24lIAn qemu-vm-key WARNING: line over 80 characters #193: FILE: tests/vm/basevm.py:168: + "file=%s,if=none,id=%s,cache=writeback,format=raw" % \ WARNING: line over 80 characters #196: FILE: tests/vm/basevm.py:171: + "virtio-blk,drive=%s,serial=%s,bootindex=1" % (name, name)] total: 1 errors, 2 warnings, 262 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/10: tests: Add ubuntu.i386 image... Checking PATCH 6/10: tests: Add FreeBSD image... Checking PATCH 7/10: tests: Add NetBSD image... Checking PATCH 8/10: tests: Add OpenBSD image... Checking PATCH 9/10: Makefile: Add rules to run vm tests... Checking PATCH 10/10: MAINTAINERS: Add tests/vm entry... === 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