From: Jes Sorensen <jes.soren...@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.soren...@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(-)