]> git.proxmox.com Git - mirror_qemu.git/commit
Clean up debugging code #ifdefs (Eduardo Habkost)
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 15 Jan 2009 21:48:06 +0000 (21:48 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 15 Jan 2009 21:48:06 +0000 (21:48 +0000)
commitd12d51d5ba84817e2e7dcc95aeabebb230cc3781
tree8be0db88a5e7970ca29a88aec04f6d7961864c1e
parent40a4539e2041f4a9dd52d269f46926b7ed2b73ff
Clean up debugging code #ifdefs (Eduardo Habkost)

Use macros to avoid #ifdefs on debugging code.

This patch doesn't try to merge logging macros from different files,
but just unify the debugging code #ifdefs onto a macro on each file. A
further cleanup can unify the debugging macros on a common header, later

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@6332 c046a42c-6fe2-441c-8c8c-71466251a162
15 files changed:
hw/ppc.c
hw/ppc4xx_devs.c
kqemu.c
linux-user/vm86.c
target-alpha/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-mips/translate.c
target-ppc/helper.c
target-ppc/op_helper.c
target-ppc/translate.c
vl.c