All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] accel/xen: Remove dead code
@ 2023-02-15 15:34 Philippe Mathieu-Daudé
  2023-02-15 17:33 ` Alex Bennée
  2023-02-20 14:31 ` Paul Durrant
  0 siblings, 2 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-02-15 15:34 UTC (permalink / raw)
  To: qemu-devel
  Cc: Anthony Perard, Paul Durrant, Stefano Stabellini, xen-devel,
	qemu-trivial, Philippe Mathieu-Daudé

Unused since introduction in commit 04b0de0ee8
("xen: factor out common functions").

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 accel/xen/xen-all.c | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/accel/xen/xen-all.c b/accel/xen/xen-all.c
index 69aa7d018b..c1b697a8bd 100644
--- a/accel/xen/xen-all.c
+++ b/accel/xen/xen-all.c
@@ -23,16 +23,6 @@
 #include "migration/global_state.h"
 #include "hw/boards.h"
 
-//#define DEBUG_XEN
-
-#ifdef DEBUG_XEN
-#define DPRINTF(fmt, ...) \
-    do { fprintf(stderr, "xen: " fmt, ## __VA_ARGS__); } while (0)
-#else
-#define DPRINTF(fmt, ...) \
-    do { } while (0)
-#endif
-
 bool xen_allowed;
 
 xc_interface *xen_xc;
-- 
2.38.1



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

end of thread, other threads:[~2023-02-20 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-15 15:34 [PATCH] accel/xen: Remove dead code Philippe Mathieu-Daudé
2023-02-15 17:33 ` Alex Bennée
2023-02-20 14:31 ` Paul Durrant

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.