From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWwl6-0004ne-Le for qemu-devel@nongnu.org; Wed, 24 Sep 2014 20:18:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWwkz-0003OF-5d for qemu-devel@nongnu.org; Wed, 24 Sep 2014 20:18:08 -0400 Received: from mail-pd0-f178.google.com ([209.85.192.178]:32868) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWwkz-0003Nj-0k for qemu-devel@nongnu.org; Wed, 24 Sep 2014 20:18:01 -0400 Received: by mail-pd0-f178.google.com with SMTP id ft15so9514952pdb.37 for ; Wed, 24 Sep 2014 17:17:55 -0700 (PDT) Message-ID: <54235F2D.5070605@ozlabs.ru> Date: Thu, 25 Sep 2014 10:17:49 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1411467581-2982-1-git-send-email-aik@ozlabs.ru> <1411469555.16260.3.camel@nilsson.home.kraxel.org> In-Reply-To: <1411469555.16260.3.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=koi8-r 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: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 09/23/2014 08:52 PM, Gerd Hoffmann wrote: > 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. Posted another patch for dtrace backend... Sorry for too much noise. -- Alexey