qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] Remove naked #define DEBUG to allow -DDEBUG bui


From: Jes . Sorensen
Subject: [Qemu-devel] [PATCH 0/2] Remove naked #define DEBUG to allow -DDEBUG builds
Date: Mon, 14 Jun 2010 17:05:15 +0200

From: Jes Sorensen <address@hidden>

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 <address@hidden>

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




reply via email to

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