qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Remove naked #define DEBUG to allow -DDEBUG builds
@ 2010-06-14 15:05 Jes.Sorensen
  2010-06-14 15:05 ` [Qemu-devel] [PATCH 1/2] Remove unused DEBUG defines from hw/msix.c Jes.Sorensen
  0 siblings, 1 reply; 4+ messages in thread
From: Jes.Sorensen @ 2010-06-14 15:05 UTC (permalink / raw)
  To: anthony; +Cc: dprotti, Jes Sorensen, Jes Sorensen, qemu-devel, mst

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

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

end of thread, other threads:[~2010-06-14 16:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-14 15:05 [Qemu-devel] [PATCH 0/2] Remove naked #define DEBUG to allow -DDEBUG builds Jes.Sorensen
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

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