qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH v3 00/18] x86: Secure Encrypted Virtualizati


From: Peter Maydell
Subject: Re: [Qemu-devel] [RFC PATCH v3 00/18] x86: Secure Encrypted Virtualization (AMD)
Date: Tue, 1 Nov 2016 16:31:02 +0000

On 1 November 2016 at 16:22,  <address@hidden> wrote:
> Hi,
>
> Your series seems to have some coding style problems. See output below for
> more information:

Fam, it looks like patchew's test script is assuming git arguments
that don't exist on the git version it's trying to use:

> === 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 ===

> === 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
[etc]

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]