qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] exec: Poison Hexagon target-specific definitions
@ 2021-02-19 13:57 Philippe Mathieu-Daudé
  2021-02-19 16:59 ` Taylor Simpson
  2021-03-05 19:02 ` Richard Henderson
  0 siblings, 2 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-02-19 13:57 UTC (permalink / raw)
  To: qemu-devel, Richard Henderson; +Cc: Taylor Simpson, Philippe Mathieu-Daudé

Commit 3e7a84eeccc ("Hexagon build infrastructure") added Hexagon
definitions that should be poisoned on target independent device
code, but forgot to update "exec/poison.h". Do it now.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 include/exec/poison.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/exec/poison.h b/include/exec/poison.h
index d7ae1f23e71..6bb86f6c2f0 100644
--- a/include/exec/poison.h
+++ b/include/exec/poison.h
@@ -10,6 +10,7 @@
 #pragma GCC poison TARGET_ALPHA
 #pragma GCC poison TARGET_ARM
 #pragma GCC poison TARGET_CRIS
+#pragma GCC poison TARGET_HEXAGON
 #pragma GCC poison TARGET_HPPA
 #pragma GCC poison TARGET_LM32
 #pragma GCC poison TARGET_M68K
@@ -73,6 +74,7 @@
 #pragma GCC poison CONFIG_CRIS_DIS
 #pragma GCC poison CONFIG_HPPA_DIS
 #pragma GCC poison CONFIG_I386_DIS
+#pragma GCC poison CONFIG_HEXAGON_DIS
 #pragma GCC poison CONFIG_LM32_DIS
 #pragma GCC poison CONFIG_M68K_DIS
 #pragma GCC poison CONFIG_MICROBLAZE_DIS
-- 
2.26.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [PATCH] exec: Poison Hexagon target-specific definitions
  2021-02-19 13:57 [PATCH] exec: Poison Hexagon target-specific definitions Philippe Mathieu-Daudé
@ 2021-02-19 16:59 ` Taylor Simpson
  2021-03-05 19:02 ` Richard Henderson
  1 sibling, 0 replies; 3+ messages in thread
From: Taylor Simpson @ 2021-02-19 16:59 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel@nongnu.org,
	Richard Henderson



> -----Original Message-----
> From: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com> On
> Behalf Of Philippe Mathieu-Daudé
> Sent: Friday, February 19, 2021 7:58 AM
> To: qemu-devel@nongnu.org; Richard Henderson
> <richard.henderson@linaro.org>
> Cc: Taylor Simpson <tsimpson@quicinc.com>; Philippe Mathieu-Daudé
> <f4bug@amsat.org>
> Subject: [PATCH] exec: Poison Hexagon target-specific definitions
>
> Commit 3e7a84eeccc ("Hexagon build infrastructure") added Hexagon
> definitions that should be poisoned on target independent device
> code, but forgot to update "exec/poison.h". Do it now.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  include/exec/poison.h | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/include/exec/poison.h b/include/exec/poison.h
> index d7ae1f23e71..6bb86f6c2f0 100644
> --- a/include/exec/poison.h
> +++ b/include/exec/poison.h
> @@ -10,6 +10,7 @@
>  #pragma GCC poison TARGET_ALPHA
>  #pragma GCC poison TARGET_ARM
>  #pragma GCC poison TARGET_CRIS
> +#pragma GCC poison TARGET_HEXAGON
>  #pragma GCC poison TARGET_HPPA
>  #pragma GCC poison TARGET_LM32
>  #pragma GCC poison TARGET_M68K
> @@ -73,6 +74,7 @@
>  #pragma GCC poison CONFIG_CRIS_DIS
>  #pragma GCC poison CONFIG_HPPA_DIS
>  #pragma GCC poison CONFIG_I386_DIS
> +#pragma GCC poison CONFIG_HEXAGON_DIS
>  #pragma GCC poison CONFIG_LM32_DIS
>  #pragma GCC poison CONFIG_M68K_DIS
>  #pragma GCC poison CONFIG_MICROBLAZE_DIS
> --
> 2.26.2

Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] exec: Poison Hexagon target-specific definitions
  2021-02-19 13:57 [PATCH] exec: Poison Hexagon target-specific definitions Philippe Mathieu-Daudé
  2021-02-19 16:59 ` Taylor Simpson
@ 2021-03-05 19:02 ` Richard Henderson
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Henderson @ 2021-03-05 19:02 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel; +Cc: Taylor Simpson

On 2/19/21 5:57 AM, Philippe Mathieu-Daudé wrote:
> Commit 3e7a84eeccc ("Hexagon build infrastructure") added Hexagon
> definitions that should be poisoned on target independent device
> code, but forgot to update "exec/poison.h". Do it now.
> 
> Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
> ---
>   include/exec/poison.h | 2 ++
>   1 file changed, 2 insertions(+)

Queued to hexagon-next.

r~


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-05 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-19 13:57 [PATCH] exec: Poison Hexagon target-specific definitions Philippe Mathieu-Daudé
2021-02-19 16:59 ` Taylor Simpson
2021-03-05 19:02 ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).