qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] target/mips: Remove unused 'hw/misc/mips_itu.h' header
@ 2024-05-29 15:52 Philippe Mathieu-Daudé
  2024-05-29 16:19 ` Jiaxun Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-05-29 15:52 UTC (permalink / raw)
  To: qemu-devel
  Cc: Philippe Mathieu-Daudé, Jiaxun Yang, Aleksandar Rikalo,
	Aurelien Jarno

Since commit e1152f8166 ("target/mips: Remove helpers accessing
SAAR registers") this header is not needed.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 target/mips/tcg/sysemu/cp0_helper.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/mips/tcg/sysemu/cp0_helper.c b/target/mips/tcg/sysemu/cp0_helper.c
index ded6c78e9a..79a5c833ce 100644
--- a/target/mips/tcg/sysemu/cp0_helper.c
+++ b/target/mips/tcg/sysemu/cp0_helper.c
@@ -28,7 +28,6 @@
 #include "qemu/host-utils.h"
 #include "exec/helper-proto.h"
 #include "exec/exec-all.h"
-#include "hw/misc/mips_itu.h"
 
 
 /* SMP helpers.  */
-- 
2.41.0



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

* Re: [PATCH] target/mips: Remove unused 'hw/misc/mips_itu.h' header
  2024-05-29 15:52 [PATCH] target/mips: Remove unused 'hw/misc/mips_itu.h' header Philippe Mathieu-Daudé
@ 2024-05-29 16:19 ` Jiaxun Yang
  2024-05-30 11:26 ` Aleksandar Rikalo
  2024-06-03 12:49 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 4+ messages in thread
From: Jiaxun Yang @ 2024-05-29 16:19 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, QEMU devel; +Cc: Aleksandar Rikalo, Aurelien Jarno



在2024年5月29日五月 下午4:52,Philippe Mathieu-Daudé写道:
> Since commit e1152f8166 ("target/mips: Remove helpers accessing
> SAAR registers") this header is not needed.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>

Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>

> ---
>  target/mips/tcg/sysemu/cp0_helper.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/target/mips/tcg/sysemu/cp0_helper.c 
> b/target/mips/tcg/sysemu/cp0_helper.c
> index ded6c78e9a..79a5c833ce 100644
> --- a/target/mips/tcg/sysemu/cp0_helper.c
> +++ b/target/mips/tcg/sysemu/cp0_helper.c
> @@ -28,7 +28,6 @@
>  #include "qemu/host-utils.h"
>  #include "exec/helper-proto.h"
>  #include "exec/exec-all.h"
> -#include "hw/misc/mips_itu.h"
> 
> 
>  /* SMP helpers.  */
> -- 
> 2.41.0

-- 
- Jiaxun


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

* Re: [PATCH] target/mips: Remove unused 'hw/misc/mips_itu.h' header
  2024-05-29 15:52 [PATCH] target/mips: Remove unused 'hw/misc/mips_itu.h' header Philippe Mathieu-Daudé
  2024-05-29 16:19 ` Jiaxun Yang
@ 2024-05-30 11:26 ` Aleksandar Rikalo
  2024-06-03 12:49 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 4+ messages in thread
From: Aleksandar Rikalo @ 2024-05-30 11:26 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé; +Cc: qemu-devel, Jiaxun Yang, Aurelien Jarno

> Since commit e1152f8166 ("target/mips: Remove helpers accessing
>
> SAAR registers") this header is not needed.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>  target/mips/tcg/sysemu/cp0_helper.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/target/mips/tcg/sysemu/cp0_helper.c b/target/mips/tcg/sysemu/cp0_helper.c
> index ded6c78e9a..79a5c833ce 100644
> --- a/target/mips/tcg/sysemu/cp0_helper.c
> +++ b/target/mips/tcg/sysemu/cp0_helper.c
> @@ -28,7 +28,6 @@
>  #include "qemu/host-utils.h"
>  #include "exec/helper-proto.h"
>  #include "exec/exec-all.h"
> -#include "hw/misc/mips_itu.h"
>
>
>  /* SMP helpers.  */
> --
> 2.41.0

Reviewed-by: Aleksandar Rikalo <arikalo@gmail.com>


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

* Re: [PATCH] target/mips: Remove unused 'hw/misc/mips_itu.h' header
  2024-05-29 15:52 [PATCH] target/mips: Remove unused 'hw/misc/mips_itu.h' header Philippe Mathieu-Daudé
  2024-05-29 16:19 ` Jiaxun Yang
  2024-05-30 11:26 ` Aleksandar Rikalo
@ 2024-06-03 12:49 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-06-03 12:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: Jiaxun Yang, Aleksandar Rikalo, Aurelien Jarno

On 29/5/24 17:52, Philippe Mathieu-Daudé wrote:
> Since commit e1152f8166 ("target/mips: Remove helpers accessing
> SAAR registers") this header is not needed.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>   target/mips/tcg/sysemu/cp0_helper.c | 1 -
>   1 file changed, 1 deletion(-)

Patch queued, thanks.



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

end of thread, other threads:[~2024-06-03 12:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-29 15:52 [PATCH] target/mips: Remove unused 'hw/misc/mips_itu.h' header Philippe Mathieu-Daudé
2024-05-29 16:19 ` Jiaxun Yang
2024-05-30 11:26 ` Aleksandar Rikalo
2024-06-03 12:49 ` Philippe Mathieu-Daudé

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).