From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yrko6-0004dm-89 for qemu-devel@nongnu.org; Mon, 11 May 2015 06:19:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yrko1-0002to-9h for qemu-devel@nongnu.org; Mon, 11 May 2015 06:19:30 -0400 Date: Mon, 11 May 2015 12:19:20 +0200 From: Kevin Wolf Message-ID: <20150511101920.GF4962@noname.redhat.com> References: <1431107242-31947-1-git-send-email-dimara@arrikto.com> <1431107242-31947-5-git-send-email-dimara@arrikto.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431107242-31947-5-git-send-email-dimara@arrikto.com> Subject: Re: [Qemu-devel] [PATCH v2 4/5] raw-posix: Use DPRINTF for DEBUG_FLOPPY List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dimitris Aragiorgis Cc: pbonzini@redhat.com, stefanha@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org Am 08.05.2015 um 19:47 hat Dimitris Aragiorgis geschrieben: > Get rid of several #ifdef DEBUG_FLOPPY and substitute them with > DPRINTF. > > Signed-off-by: Dimitris Aragiorgis Hm, this removes the option of selectively enabling debug messages. It's probably not a big probem in this case, though. However, please do remove the "//#define DEBUG_FLOPPY" line. Kevin