From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kthcv-0003q5-MH for qemu-devel@nongnu.org; Sat, 25 Oct 2008 07:48:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kthcu-0003ng-0t for qemu-devel@nongnu.org; Sat, 25 Oct 2008 07:48:17 -0400 Received: from [199.232.76.173] (port=55005 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kthct-0003nU-Rz for qemu-devel@nongnu.org; Sat, 25 Oct 2008 07:48:15 -0400 Received: from wf-out-1314.google.com ([209.85.200.168]:23159) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kthct-0008MY-Hg for qemu-devel@nongnu.org; Sat, 25 Oct 2008 07:48:15 -0400 Received: by wf-out-1314.google.com with SMTP id 27so1254327wfd.4 for ; Sat, 25 Oct 2008 04:48:13 -0700 (PDT) Message-ID: Date: Sat, 25 Oct 2008 14:48:13 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] [PATCH] Silence warnings (was: [5441] Add USB sys file-system support (v8) (TJ)) In-Reply-To: <4901BC20.3070903@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4901BC20.3070903@siemens.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 10/24/08, Jan Kiszka wrote: > Anthony Liguori wrote: > > Revision: 5441 > > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5441 > > Author: aliguori > > Date: 2008-10-07 20:06:37 +0000 (Tue, 07 Oct 2008) > > > > Log Message: > > ----------- > > Add USB sys file-system support (v8) (TJ) > > > > This patch adds support for host USB devices discovered via: > > > > /sys/bus/usb/devices/* and opened from /dev/bus/usb/*/* > > /dev/bus/usb/devices and opened from /dev/bus/usb/*/* > > > > in addition to the existing discovery via: > > > > /proc/bus/usb/devices and opened from /proc/bus/usb/*/* > > And it introduces a few more warnings to the non-debug build... Possible > fix below. Thanks, applied as r5535.