All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] include/exec/poison: Mark TARGET_FMT_lu as poisoned, too
@ 2019-05-08 15:06 Thomas Huth
  2019-05-08 18:04 ` Richard Henderson
  2019-05-09  9:10 ` Paolo Bonzini
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Huth @ 2019-05-08 15:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, pbonzini

We already poison TARGET_FMT_lx and TARGET_FMT_ld, but apparently
forgot to poison TARGET_FMT_lu, too. Do it now.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 include/exec/poison.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/exec/poison.h b/include/exec/poison.h
index 1a7a57baae..b862320fa6 100644
--- a/include/exec/poison.h
+++ b/include/exec/poison.h
@@ -44,6 +44,7 @@
 #pragma GCC poison TARGET_LONG_BITS
 #pragma GCC poison TARGET_FMT_lx
 #pragma GCC poison TARGET_FMT_ld
+#pragma GCC poison TARGET_FMT_lu
 
 #pragma GCC poison TARGET_PAGE_SIZE
 #pragma GCC poison TARGET_PAGE_MASK
-- 
2.21.0



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

* Re: [Qemu-devel] [PATCH] include/exec/poison: Mark TARGET_FMT_lu as poisoned, too
  2019-05-08 15:06 [Qemu-devel] [PATCH] include/exec/poison: Mark TARGET_FMT_lu as poisoned, too Thomas Huth
@ 2019-05-08 18:04 ` Richard Henderson
  2019-05-09  9:10 ` Paolo Bonzini
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Henderson @ 2019-05-08 18:04 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel; +Cc: qemu-trivial, pbonzini

On 5/8/19 8:06 AM, Thomas Huth wrote:
> We already poison TARGET_FMT_lx and TARGET_FMT_ld, but apparently
> forgot to poison TARGET_FMT_lu, too. Do it now.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  include/exec/poison.h | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~


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

* Re: [Qemu-devel] [PATCH] include/exec/poison: Mark TARGET_FMT_lu as poisoned, too
  2019-05-08 15:06 [Qemu-devel] [PATCH] include/exec/poison: Mark TARGET_FMT_lu as poisoned, too Thomas Huth
  2019-05-08 18:04 ` Richard Henderson
@ 2019-05-09  9:10 ` Paolo Bonzini
  2019-05-09 10:09   ` Philippe Mathieu-Daudé
  1 sibling, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2019-05-09  9:10 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel; +Cc: qemu-trivial

On 08/05/19 10:06, Thomas Huth wrote:
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  include/exec/poison.h | 1 +
>  1 file changed, 1 insertion(+)

Queued, thanks.

Paolo


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

* Re: [Qemu-devel] [PATCH] include/exec/poison: Mark TARGET_FMT_lu as poisoned, too
  2019-05-09  9:10 ` Paolo Bonzini
@ 2019-05-09 10:09   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-05-09 10:09 UTC (permalink / raw)
  To: Paolo Bonzini, Thomas Huth, qemu-devel; +Cc: qemu-trivial

On 5/9/19 11:10 AM, Paolo Bonzini wrote:
> On 08/05/19 10:06, Thomas Huth wrote:
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>>  include/exec/poison.h | 1 +
>>  1 file changed, 1 insertion(+)
> 
> Queued, thanks.

Thomas already included it in his "qtests, copyright statement
clarifications and misc patches" pull request.


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

end of thread, other threads:[~2019-05-09 10:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-08 15:06 [Qemu-devel] [PATCH] include/exec/poison: Mark TARGET_FMT_lu as poisoned, too Thomas Huth
2019-05-08 18:04 ` Richard Henderson
2019-05-09  9:10 ` Paolo Bonzini
2019-05-09 10:09   ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.