All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] tcg/tci: do not use ldst label (never implemented)
@ 2017-09-11  2:28 Philippe Mathieu-Daudé
  2017-09-11  5:18 ` Stefan Weil
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-11  2:28 UTC (permalink / raw)
  To: Richard Henderson, Paolo Bonzini, Stefan Weil
  Cc: Philippe Mathieu-Daudé, qemu-devel

changed in 659ef5cbb893, this fixes building with --enable-tcg-interpreter:

/home/travis/build/qemu/qemu/tcg/tcg.c:116:14: error: ‘tcg_out_ldst_finalize’ used but never defined [-Werror]
 static bool tcg_out_ldst_finalize(TCGContext *s);
              ^

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
see https://travis-ci.org/qemu/qemu/jobs/273351287

 tcg/tci/tcg-target.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tcg/tci/tcg-target.h b/tcg/tci/tcg-target.h
index 5d692e1f4b..26140d78cb 100644
--- a/tcg/tci/tcg-target.h
+++ b/tcg/tci/tcg-target.h
@@ -206,8 +206,4 @@ static inline void tb_target_set_jmp_target(uintptr_t tc_ptr,
     /* no need to flush icache explicitly */
 }
 
-#ifdef CONFIG_SOFTMMU
-#define TCG_TARGET_NEED_LDST_LABELS
-#endif
-
 #endif /* TCG_TARGET_H */
-- 
2.14.1

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

end of thread, other threads:[~2017-09-22 13:31 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-11  2:28 [Qemu-devel] [PATCH] tcg/tci: do not use ldst label (never implemented) Philippe Mathieu-Daudé
2017-09-11  5:18 ` Stefan Weil
2017-09-11 18:01 ` Richard Henderson
2017-09-11 18:24   ` Peter Maydell
2017-09-11 19:39     ` Stefan Weil
2017-09-11 19:47       ` Philippe Mathieu-Daudé
2017-09-11 19:54         ` Stefan Weil
2017-09-11 20:26     ` Stefan Weil
2017-09-11 21:06       ` Philippe Mathieu-Daudé
2017-09-12  8:52     ` Stefan Weil
2017-09-12  9:20       ` Stefan Weil
2017-09-12 14:56         ` Thomas Huth
2017-09-12 15:13           ` Paolo Bonzini
2017-09-21  9:59             ` Thomas Huth
2017-09-22 13:31               ` Richard Henderson
2017-09-11 18:13 ` Philippe Mathieu-Daudé
2017-09-11 18:14   ` Peter Maydell

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.