From: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
To: qemu-devel@nongnu.org
Cc: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Subject: [Qemu-devel] [PATCH 0/3] Cleanup usage of DEBUG name
Date: Wed, 19 May 2010 20:40:17 +0200 [thread overview]
Message-ID: <cover.1274282444.git.riccardo.magliocchetti@gmail.com> (raw)
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(-)
next reply other threads:[~2010-05-19 18:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-19 18:40 Riccardo Magliocchetti [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1274282444.git.riccardo.magliocchetti@gmail.com \
--to=riccardo.magliocchetti@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).