osdep.h: Remove qemu_printf
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Aug 2015 15:20:19 +0000 (16:20 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Aug 2015 15:29:53 +0000 (16:29 +0100)
commit71baf787d8fa2a5d186f22d8154069fd212be37f
treef9b4fa7d477fab0cd549106ef5f96791fdfceb27
parent38e20cac669083e2e10a2a9a9602cb99ec19299e
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>
include/qemu/osdep.h
monitor.c
user-exec.c