qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH-for-8.0 v3 1/2] physmem: Remove unused "exec/translate-all.h"


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH-for-8.0 v3 1/2] physmem: Remove unused "exec/translate-all.h"
Date: Fri, 9 Dec 2022 15:10:52 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.5.1

On 9/12/22 12:43, Peter Maydell wrote:
On Fri, 9 Dec 2022 at 11:07, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  softmmu/physmem.c | 1 -
  1 file changed, 1 deletion(-)

diff --git a/softmmu/physmem.c b/softmmu/physmem.c
index 1b606a3002..d562c0bb93 100644
--- a/softmmu/physmem.c
+++ b/softmmu/physmem.c
@@ -58,7 +58,6 @@

  #include "qemu/rcu_queue.h"
  #include "qemu/main-loop.h"
-#include "exec/translate-all.h"
  #include "sysemu/replay.h"

  #include "exec/memory-internal.h"
--

physmem.c has a call to tb_check_watchpoint(), which is declared
in translate-all.h -- where does it get the prototype from if
the header isn't included any more ?

Oops indeed, sorry.




reply via email to

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