Re: [Qemu-devel] [PATCH 17/43] net: made printf always compile in debug output

2017-04-03 Thread Thomas Huth
Hi, thanks for looking into this issue ... but I've got some comments: On 01.04.2017 15:52, Danil Antonov wrote: > From d01cd76d0b20ee8fa67c07da64b0e2301e510247 Mon Sep 17 00:00:00 2001 > From: Danil Antonov mailto:g.danil.a...@gmail.com>> > Date: Wed, 29 Mar 2017 12:30:42 +0300 > Subject: [PATC

[Qemu-devel] [PATCH 17/43] net: made printf always compile in debug output

2017-04-01 Thread Danil Antonov
>From d01cd76d0b20ee8fa67c07da64b0e2301e510247 Mon Sep 17 00:00:00 2001 From: Danil Antonov Date: Wed, 29 Mar 2017 12:30:42 +0300 Subject: [PATCH 17/43] net: made printf always compile in debug output Wrapped printf calls inside debug macros (DPRINTF) in `if` statement. This will ensure that prin