qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Cleanup usage of DEBUG name
@ 2010-05-19 18:40 Riccardo Magliocchetti
  2010-05-19 18:40 ` [Qemu-devel] [PATCH 1/3] Rename DEBUG field to TC_DEBUG to avoid name clashes Riccardo Magliocchetti
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Riccardo Magliocchetti @ 2010-05-19 18:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riccardo Magliocchetti

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-05-19 18:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 18:40 [Qemu-devel] [PATCH 0/3] Cleanup usage of DEBUG name Riccardo Magliocchetti
2010-05-19 18:40 ` [Qemu-devel] [PATCH 1/3] Rename DEBUG field to TC_DEBUG to avoid name clashes Riccardo Magliocchetti
2010-05-19 18:40 ` [Qemu-devel] [PATCH 2/3] Rename DEBUG macro to MSIX_LOG " Riccardo Magliocchetti
2010-05-19 18:40 ` [Qemu-devel] [PATCH 3/3] Rename DEBUG define to E1000_DEBUG " Riccardo Magliocchetti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).