From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWNiG-0007o7-JI for qemu-devel@nongnu.org; Tue, 23 Sep 2014 06:52:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWNiA-0005xO-F5 for qemu-devel@nongnu.org; Tue, 23 Sep 2014 06:52:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWNiA-0005wY-3i for qemu-devel@nongnu.org; Tue, 23 Sep 2014 06:52:46 -0400 Message-ID: <1411469555.16260.3.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 23 Sep 2014 12:52:35 +0200 In-Reply-To: <1411467581-2982-1-git-send-email-aik@ozlabs.ru> References: <1411467581-2982-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ohci: Fix compile errors without --enable-trace-backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: qemu-devel@nongnu.org On Di, 2014-09-23 at 20:19 +1000, Alexey Kardashevskiy wrote: > This adds a stub for ohci_td_pkt() function (which traces packets) > when configured without --enable-trace-backend Ah, cool. Just noticed that, while doing usb patch queue test builds for the next pull req. > It should probably be squashed to > [PATCH] ohci: Convert fprint/DPRINTF/print to traces Done. thanks, Gerd