Convert references to logfile/loglevel to use qemu_log*() macros
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 15 Jan 2009 22:34:14 +0000 (22:34 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 15 Jan 2009 22:34:14 +0000 (22:34 +0000)
commit93fcfe39a0383377e647b821c9f165fd927cd4e0
tree0c89165b2c8331045c6da46eb2dc4154ef69293a
parent6cec5487990bf3f1f22b3fcb871978255e92ae0d
Convert references to logfile/loglevel to use qemu_log*() macros

This is a large patch that changes all occurrences of logfile/loglevel
global variables to use the new qemu_log*() macros.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6338 c046a42c-6fe2-441c-8c8c-71466251a162
40 files changed:
block-raw-posix.c
bsd-user/elfload.c
bsd-user/main.c
cpu-exec.c
darwin-user/commpage.c
darwin-user/machload.c
darwin-user/main.c
darwin-user/syscall.c
exec.c
hw/alpha_palcode.c
hw/mips_timer.c
hw/ppc.c
hw/ppc4xx_devs.c
hw/ppc_prep.c
kqemu.c
linux-user/elfload.c
linux-user/main.c
linux-user/vm86.c
target-alpha/translate.c
target-arm/translate.c
target-cris/helper.c
target-cris/mmu.c
target-cris/op_helper.c
target-cris/translate.c
target-i386/op_helper.c
target-i386/translate.c
target-m68k/translate.c
target-mips/helper.c
target-mips/op_helper.c
target-mips/translate.c
target-ppc/helper.c
target-ppc/op_helper.c
target-ppc/translate.c
target-sh4/helper.c
target-sh4/translate.c
target-sparc/op_helper.c
target-sparc/translate.c
tcg/tcg.c
translate-all.c
vl.c