qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] Cleanup usage of DEBUG name


From: Riccardo Magliocchetti
Subject: [Qemu-devel] [PATCH 0/3] Cleanup usage of DEBUG name
Date: Wed, 19 May 2010 20:40:17 +0200

Some files use DEBUG as a preprocessor conditionals to enable debug
code and i find handy to pass -DDEBUG as extra cflags at configure
time.
Unfortunately this cannot be done if DEBUG name is used for other
purposes.

Riccardo Magliocchetti (3):
  Rename DEBUG field to TC_DEBUG to avoid name clashes
  Rename DEBUG macro to MSIX_LOG to avoid name clashes
  Rename DEBUG define to E1000_DEBUG to avoid name clashes

 hw/e1000.c    |    4 ++--
 hw/msix.c     |    4 ++--
 hw/tc6393xb.c |    8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]