From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZMNX-0002yL-Iu for qemu-devel@nongnu.org; Fri, 16 Nov 2012 08:54:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZMNU-00045J-Gm for qemu-devel@nongnu.org; Fri, 16 Nov 2012 08:54:43 -0500 Message-ID: <50A64599.6040502@redhat.com> Date: Fri, 16 Nov 2012 14:54:33 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <20121111221650.GA3575@foober.ini.cmu.edu> <50A0CECA.9060102@redhat.com> <20121112144918.GA2107@hedwig.ini.cmu.edu> <20121116135024.GB31927@stefanha-thinkpad.redhat.com> In-Reply-To: <20121116135024.GB31927@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ehci: fix compile error with EHCI_DEBUG enabled List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-trivial@nongnu.org, jbaron@redhat.com, somlo@cmu.edu, qemu-devel@nongnu.org, "Gabriel L. Somlo" On 11/16/12 14:50, Stefan Hajnoczi wrote: > On Mon, Nov 12, 2012 at 09:49:19AM -0500, Gabriel L. Somlo wrote: >> Turning EHCI_DEBUG on gave me compile errors. This is my best guess >> as to what the DPRINTF arguments *should* be, hope I guessed right :) > > In that case I'll let Gerd confirm whether or not the guesses are > correct. Already fixed in master. cheers, Gerd