From: Jes.Sorensen@redhat.com
To: anthony@codemonkey.ws
Cc: dprotti@flowgate.net, Jes Sorensen <Jes.Sorensen@redhat.com>,
Jes Sorensen <Jes.Sorensen@gmail.com>,
qemu-devel@nongnu.org, mst@redhat.com
Subject: [Qemu-devel] [PATCH 0/2] Remove naked #define DEBUG to allow -DDEBUG builds
Date: Mon, 14 Jun 2010 17:05:15 +0200 [thread overview]
Message-ID: <1276527917-24703-1-git-send-email-Jes.Sorensen@redhat.com> (raw)
From: Jes Sorensen <Jes.Sorensen@redhat.com>
Hi,
To address https://sourceforge.net/tracker/?func=detail&aid=1945129&group_id=180599&atid=893831
this patch removes two cases where drivers would define 'DEBUG' naked
instead of using E1000_DEBUG or similar. Such usage of DEBUG conflicts
with the possibility to build QEMU with --extra-cflags=-DDEBUG
Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
Jes Sorensen (2):
Remove unused DEBUG defines from hw/msix.c
Change #define DEBUG to #define E1000_DEBUG in hw/e1000.c
hw/e1000.c | 4 ++--
hw/msix.c | 9 ---------
2 files changed, 2 insertions(+), 11 deletions(-)
next reply other threads:[~2010-06-14 15:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-14 15:05 Jes.Sorensen [this message]
2010-06-14 15:05 ` [Qemu-devel] [PATCH 1/2] Remove unused DEBUG defines from hw/msix.c Jes.Sorensen
2010-06-14 15:05 ` [Qemu-devel] [PATCH 2/2] Change #define DEBUG to #define E1000_DEBUG in hw/e1000.c Jes.Sorensen
2010-06-14 16:29 ` [Qemu-devel] [PATCH 1/2] Remove unused DEBUG defines from hw/msix.c Anthony Liguori
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=1276527917-24703-1-git-send-email-Jes.Sorensen@redhat.com \
--to=jes.sorensen@redhat.com \
--cc=Jes.Sorensen@gmail.com \
--cc=anthony@codemonkey.ws \
--cc=dprotti@flowgate.net \
--cc=mst@redhat.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).