All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] target/hppa: Remove unused 'memory.h' header
@ 2021-05-17 10:15 Philippe Mathieu-Daudé
  2021-05-19 15:43 ` Richard Henderson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-05-17 10:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Richard Henderson, Philippe Mathieu-Daudé

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 target/hppa/cpu.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/hppa/cpu.h b/target/hppa/cpu.h
index 61178fa6a2a..748270bfa31 100644
--- a/target/hppa/cpu.h
+++ b/target/hppa/cpu.h
@@ -22,7 +22,6 @@
 
 #include "cpu-qom.h"
 #include "exec/cpu-defs.h"
-#include "exec/memory.h"
 
 /* PA-RISC 1.x processors have a strong memory model.  */
 /* ??? While we do not yet implement PA-RISC 2.0, those processors have
-- 
2.26.3



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

* Re: [PATCH] target/hppa: Remove unused 'memory.h' header
  2021-05-17 10:15 [PATCH] target/hppa: Remove unused 'memory.h' header Philippe Mathieu-Daudé
@ 2021-05-19 15:43 ` Richard Henderson
  2021-06-01  3:34 ` Philippe Mathieu-Daudé
  2021-06-05 19:23 ` Laurent Vivier
  2 siblings, 0 replies; 4+ messages in thread
From: Richard Henderson @ 2021-05-19 15:43 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel; +Cc: qemu-trivial

On 5/17/21 5:15 AM, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>   target/hppa/cpu.h | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/target/hppa/cpu.h b/target/hppa/cpu.h
> index 61178fa6a2a..748270bfa31 100644
> --- a/target/hppa/cpu.h
> +++ b/target/hppa/cpu.h
> @@ -22,7 +22,6 @@
>   
>   #include "cpu-qom.h"
>   #include "exec/cpu-defs.h"
> -#include "exec/memory.h"
>   
>   /* PA-RISC 1.x processors have a strong memory model.  */
>   /* ??? While we do not yet implement PA-RISC 2.0, those processors have
> 
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~


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

* Re: [PATCH] target/hppa: Remove unused 'memory.h' header
  2021-05-17 10:15 [PATCH] target/hppa: Remove unused 'memory.h' header Philippe Mathieu-Daudé
  2021-05-19 15:43 ` Richard Henderson
@ 2021-06-01  3:34 ` Philippe Mathieu-Daudé
  2021-06-05 19:23 ` Laurent Vivier
  2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-06-01  3:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Richard Henderson

Laurent, can you take this reviewed patch via qemu-trivial?

On 5/17/21 12:15 PM, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  target/hppa/cpu.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/target/hppa/cpu.h b/target/hppa/cpu.h
> index 61178fa6a2a..748270bfa31 100644
> --- a/target/hppa/cpu.h
> +++ b/target/hppa/cpu.h
> @@ -22,7 +22,6 @@
>  
>  #include "cpu-qom.h"
>  #include "exec/cpu-defs.h"
> -#include "exec/memory.h"
>  
>  /* PA-RISC 1.x processors have a strong memory model.  */
>  /* ??? While we do not yet implement PA-RISC 2.0, those processors have
> 


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

* Re: [PATCH] target/hppa: Remove unused 'memory.h' header
  2021-05-17 10:15 [PATCH] target/hppa: Remove unused 'memory.h' header Philippe Mathieu-Daudé
  2021-05-19 15:43 ` Richard Henderson
  2021-06-01  3:34 ` Philippe Mathieu-Daudé
@ 2021-06-05 19:23 ` Laurent Vivier
  2 siblings, 0 replies; 4+ messages in thread
From: Laurent Vivier @ 2021-06-05 19:23 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel; +Cc: qemu-trivial, Richard Henderson

Le 17/05/2021 à 12:15, Philippe Mathieu-Daudé a écrit :
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  target/hppa/cpu.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/target/hppa/cpu.h b/target/hppa/cpu.h
> index 61178fa6a2a..748270bfa31 100644
> --- a/target/hppa/cpu.h
> +++ b/target/hppa/cpu.h
> @@ -22,7 +22,6 @@
>  
>  #include "cpu-qom.h"
>  #include "exec/cpu-defs.h"
> -#include "exec/memory.h"
>  
>  /* PA-RISC 1.x processors have a strong memory model.  */
>  /* ??? While we do not yet implement PA-RISC 2.0, those processors have
> 

Applied to my trivial-patches branch.

Thanks,
Laurent



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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-17 10:15 [PATCH] target/hppa: Remove unused 'memory.h' header Philippe Mathieu-Daudé
2021-05-19 15:43 ` Richard Henderson
2021-06-01  3:34 ` Philippe Mathieu-Daudé
2021-06-05 19:23 ` Laurent Vivier

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.