Patchew URL: https://patchew.org/QEMU/20190621213712.16222-1-liran.a...@oracle.com/
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH 0/2] target/i386: kvm: Fix treatment of AMD SVM in nested migration Type: series Message-id: 20190621213712.16222-1-liran.a...@oracle.com === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT END === From https://github.com/patchew-project/qemu * [new tag] patchew/20190621213712.16222-1-liran.a...@oracle.com -> patchew/20190621213712.16222-1-liran.a...@oracle.com Switched to a new branch 'test' a5de9408a8 target/i386: kvm: Init nested-state in case of vCPU exposed with SVM 06ca99d907 target/i386: kvm: Block migration on vCPU exposed with SVM when kernel lacks caps to save/restore nested state === OUTPUT BEGIN === 1/2 Checking commit 06ca99d907bc (target/i386: kvm: Block migration on vCPU exposed with SVM when kernel lacks caps to save/restore nested state) ERROR: return is not a function, parentheses are not required #46: FILE: target/i386/cpu.h:1877: + return (cpu_has_vmx(env) || cpu_has_svm(env)); total: 1 errors, 0 warnings, 32 lines checked Patch 1/2 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 2/2 Checking commit a5de9408a89a (target/i386: kvm: Init nested-state in case of vCPU exposed with SVM) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20190621213712.16222-1-liran.a...@oracle.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com