From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S21Aq-0003u7-Qj for qemu-devel@nongnu.org; Mon, 27 Feb 2012 09:03:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S21Af-0001ij-Nn for qemu-devel@nongnu.org; Mon, 27 Feb 2012 09:03:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S21Af-0001id-Fr for qemu-devel@nongnu.org; Mon, 27 Feb 2012 09:03:21 -0500 Message-ID: <4F4B8D26.3070400@redhat.com> Date: Mon, 27 Feb 2012 15:03:18 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4F2ACF0F.2000803@siemens.com> <4F4B8BE2.8090309@siemens.com> In-Reply-To: <4F4B8BE2.8090309@siemens.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] usb: Resolve warnings about unassigned bus on usb device creation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel On 02/27/12 14:57, Jan Kiszka wrote: > On 2012-02-02 18:59, Jan Kiszka wrote: >> When creating an USB device the old way, there is no way to specify the >> target bus. Thus the warning issued by usb_create makes no sense and >> rather confuses our users. >> >> Resolve this by passing a bus reference to the usbdevice_init handler >> and letting those handlers forward it to usb_create. >> >> Signed-off-by: Jan Kiszka > > Ping. > Somehow slipped through. Looks good, but needs a rebase. cheers, Gerd