qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v8 01/21] configure: Define TARGET_ALIGNED_ONLY


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v8 01/21] configure: Define TARGET_ALIGNED_ONLY in configure
Date: Wed, 21 Aug 2019 17:22:00 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

On 8/21/19 8:08 AM, Tony Nguyen wrote:
> Rename ALIGNED_ONLY to TARGET_ALIGNED_ONLY for clarity and move
> defines out of target/foo/cpu.h into configure, as we do with
> TARGET_WORDS_BIGENDIAN, so that it is always defined early.
> 
> Poisoned TARGET_ALIGNED_ONLY to prevent use in common code.
> 
> Signed-off-by: Tony Nguyen <address@hidden>
> Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
> Reviewed-by: Richard Henderson <address@hidden>
> Reviewed-by: Aleksandar Markovic <address@hidden>
> Reviewed-by: Cornelia Huck <address@hidden>
> ---
>  configure             | 10 +++++++++-
>  include/exec/poison.h |  1 +
>  include/qom/cpu.h     |  2 +-
>  target/alpha/cpu.h    |  2 --
>  target/hppa/cpu.h     |  1 -
>  target/mips/cpu.h     |  2 --
>  target/sh4/cpu.h      |  2 --
>  target/sparc/cpu.h    |  2 --
>  target/xtensa/cpu.h   |  2 --
>  tcg/tcg.c             |  2 +-
>  tcg/tcg.h             |  8 +++++---
>  11 files changed, 17 insertions(+), 17 deletions(-)

You are going to have to fix your patch submission.

Applying: configure: Define TARGET_ALIGNED_ONLY in configure
error: patch failed: configure:7431
error: configure: patch does not apply
error: patch failed: include/exec/poison.h:35
error: include/exec/poison.h: patch does not apply
error: patch failed: include/qom/cpu.h:89
error: include/qom/cpu.h: patch does not apply
error: patch failed: target/alpha/cpu.h:23
error: target/alpha/cpu.h: patch does not apply
error: patch failed: target/hppa/cpu.h:30
error: target/hppa/cpu.h: patch does not apply
error: patch failed: target/mips/cpu.h:1
error: target/mips/cpu.h: patch does not apply
error: patch failed: target/sh4/cpu.h:23
error: target/sh4/cpu.h: patch does not apply
error: patch failed: target/sparc/cpu.h:5
error: target/sparc/cpu.h: patch does not apply
error: patch failed: target/xtensa/cpu.h:32
error: target/xtensa/cpu.h: patch does not apply
error: patch failed: tcg/tcg.c:1925
error: tcg/tcg.c: patch does not apply
error: patch failed: tcg/tcg.h:333
error: tcg/tcg.h: patch does not apply
Patch failed at 0001 configure: Define TARGET_ALIGNED_ONLY in configure

There are far too many errors for me to want to fix them up by hand.


r~



reply via email to

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