From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnx2B-0005yZ-WC for qemu-devel@nongnu.org; Thu, 19 Jan 2012 13:48:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rnx2A-0000Tw-G1 for qemu-devel@nongnu.org; Thu, 19 Jan 2012 13:48:27 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:49534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnx2A-0000Tm-5o for qemu-devel@nongnu.org; Thu, 19 Jan 2012 13:48:26 -0500 Received: by iadk27 with SMTP id k27so310992iad.4 for ; Thu, 19 Jan 2012 10:48:23 -0800 (PST) Message-ID: <4F186572.5080406@codemonkey.ws> Date: Thu, 19 Jan 2012 12:48:18 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1326449914-8591-1-git-send-email-kraxel@redhat.com> <4F104B96.1020707@codemonkey.ws> <4F153A19.3080209@redhat.com> In-Reply-To: <4F153A19.3080209@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL 00/17] usb patch queue: audio, xhci, usbredir List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 01/17/2012 03:06 AM, Gerd Hoffmann wrote: > On 01/13/12 16:19, Anthony Liguori wrote: >> On 01/13/2012 04:18 AM, Gerd Hoffmann wrote: >>> Hi, >>> >>> Here comes the usb patch queue. It features the patches posted a week >>> ago for review with some minor tweaks according to the review comments: >>> The comment in usb-audio was fixed and xhci got a codestyle cleanup. No >>> actual code changes. I've also included the usb-redir patches posted by >>> Hans earlier this week. >>> >> >> cc1: warnings being treated as errors >> /home/anthony/git/qemu/hw/usb-xhci.c: In function ‘xhci_process_commands’: >> /home/anthony/git/qemu/hw/usb-xhci.c:2143:9: error: case value ‘48’ not >> in enumerated type ‘TRBType’ >> /home/anthony/git/qemu/hw/usb-xhci.c:2147:9: error: case value ‘49’ not >> in enumerated type ‘TRBType’ >> /home/anthony/git/qemu/hw/usb-xhci.c:2152:9: error: case value ‘50’ not >> in enumerated type ‘TRBType’ >> make[1]: *** [usb-xhci.o] Error 1 > > Fixed& pushed to git://git.kraxel.org/qemu usb.37 > > diff between usb.36 and usb.37 attached for reference. Pulled. Thanks. Regards, Anthony Liguori > cheers, > Gerd >