qemu-devel
[Top][All Lists]
Advanced

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

Re: [PULL 3/4] Normalize header guard symbol definition


From: Stafford Horne
Subject: Re: [PULL 3/4] Normalize header guard symbol definition
Date: Thu, 12 May 2022 06:28:32 +0900

On Wed, May 11, 2022 at 04:59:21PM +0200, Markus Armbruster wrote:
> We commonly define the header guard symbol without an explicit value.
> Normalize the exceptions.
> 
> Done with scripts/clean-header-guards.pl.
> 
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> Message-Id: <20220506134911.2856099-4-armbru@redhat.com>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  include/exec/memopidx.h       | 2 +-
>  include/tcg/tcg-ldst.h        | 2 +-
>  target/alpha/cpu-param.h      | 2 +-
>  target/arm/cpu-param.h        | 2 +-
>  target/cris/cpu-param.h       | 2 +-
>  target/hppa/cpu-param.h       | 2 +-
>  target/i386/cpu-param.h       | 2 +-
>  target/m68k/cpu-param.h       | 2 +-
>  target/microblaze/cpu-param.h | 2 +-
>  target/mips/cpu-param.h       | 2 +-
>  target/nios2/cpu-param.h      | 2 +-
>  target/openrisc/cpu-param.h   | 2 +-
>  target/ppc/cpu-param.h        | 2 +-
>  target/riscv/cpu-param.h      | 2 +-
>  target/s390x/cpu-param.h      | 2 +-
>  target/sh4/cpu-param.h        | 2 +-
>  target/sparc/cpu-param.h      | 2 +-
>  target/tricore/cpu-param.h    | 2 +-
>  target/xtensa/cpu-param.h     | 2 +-
>  tcg/tcg-internal.h            | 2 +-
>  20 files changed, 20 insertions(+), 20 deletions(-)

I looked at this for the OpenRISC changes, but the whole patch looks ok to me.

Reviewed-by: Stafford Horne <shorne@gmail.com>



reply via email to

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