Hi, Your series seems to have some coding style problems. See output below for more information:
Type: series Subject: [Qemu-devel] [RFC PATCH v3 00/18] x86: Secure Encrypted Virtualization (AMD) Message-id: 147801550845.18237.12915616525154608660.stgit@brijesh-build-machine === 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 show --no-patch --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 * [new tag] patchew/147801550845.18237.12915616525154608660.stgit@brijesh-build-machine -> patchew/147801550845.18237.12915616525154608660.stgit@brijesh-build-machine Switched to a new branch 'test' c628575 migration: disable save/restore and migration on SEV guest bcc9622 i386: clear C-bit in SEV guest page table walk 13f1aec target-i386: add cpuid Fn8000_001f e32e371 i386: register memory encryption ops 23d4ae8 sev: add DEBUG_ENCRYPT command 73d2734 sev: add DEBUG_DECRYPT command ec4a4f5 sev: add LAUNCH_FINISH command 07766c2 sev: add LAUNCH_UPDATE command 60727f5 sev: add LAUNCH_START command 7fba3df core: loader: create memory encryption context before copying data 54a514a hmp: display memory encryption support in 'info kvm' 38fa75b sev: add Secure Encrypted Virtulization (SEV) support 54afe9f kvm: add memory encryption APIs 4c505a9 core: add new security-policy object a2865ab monitor: use debug version of memory access apis 7725400 exec: add debug version of physical memory read and write apis 01aff50 exec: add guest RAM read and write ops 69f6122 memattrs: add debug attrs === OUTPUT BEGIN === fatal: unrecognized argument: --no-patch Checking PATCH 1/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 2/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 3/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 4/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 5/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 6/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 7/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 8/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 9/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 10/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 11/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 12/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 13/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 14/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 15/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 16/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 17/18: ... fatal: unrecognized argument: --no-patch Checking PATCH 18/18: ... ERROR: Error messages should not contain newlines #31: FILE: migration/migration.c:1156: + error_setg(errp, "Migration is not implemented on SEV guest\n"); ERROR: Error messages should not contain newlines #67: FILE: migration/savevm.c:2186: + error_report("loadvm is not implemented on SEV guest\n"); 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. === 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