summary refs log tree commit diff stats
path: root/include
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2015-08-19 16:20:19 +0100
committerPeter Maydell <peter.maydell@linaro.org>2015-08-19 16:29:53 +0100
commit71baf787d8fa2a5d186f22d8154069fd212be37f (patch)
treef9b4fa7d477fab0cd549106ef5f96791fdfceb27 /include
parent38e20cac669083e2e10a2a9a9602cb99ec19299e (diff)
downloadfocaccia-qemu-71baf787d8fa2a5d186f22d8154069fd212be37f.tar.gz
focaccia-qemu-71baf787d8fa2a5d186f22d8154069fd212be37f.zip
osdep.h: Remove qemu_printf
qemu_printf is an ancient remnant which has been a simple #define to
printf for over a decade, and is used in only a few places. Expand
it out in those places and remove the #define.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/qemu/osdep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/qemu/osdep.h b/include/qemu/osdep.h
index 3247364268..e9b8b92f4f 100644
--- a/include/qemu/osdep.h
+++ b/include/qemu/osdep.h
@@ -99,8 +99,6 @@ typedef signed int              int_fast16_t;
 #define inline always_inline
 #endif
 
-#define qemu_printf printf
-
 int qemu_daemon(int nochdir, int noclose);
 void *qemu_try_memalign(size_t alignment, size_t size);
 void *qemu_memalign(size_t alignment, size_t size);