From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uv36K-0008RN-Hc for qemu-devel@nongnu.org; Fri, 05 Jul 2013 06:18:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uv36J-0002MM-IO for qemu-devel@nongnu.org; Fri, 05 Jul 2013 06:18:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uv36J-0002MD-9D for qemu-devel@nongnu.org; Fri, 05 Jul 2013 06:18:51 -0400 Message-ID: <51D69D77.9080306@redhat.com> Date: Fri, 05 Jul 2013 12:18:31 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1372932359-4625-1-git-send-email-fabio.fantoni@m2r.biz> <51D54B8B.9010703@m2r.biz> <20130704103224.GT7483@zion.uk.xensource.com> <51D564CB.9090602@m2r.biz> <51D5AE39.2010606@suse.de> <51D5D676.2080901@redhat.com> <51D686F6.8020606@m2r.biz> <2039015654.6402905.1373014976350.JavaMail.root@redhat.com> <51D6919F.9000701@m2r.biz> In-Reply-To: <51D6919F.9000701@m2r.biz> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Xen-devel] [PATCH] libxl: Spice usbredirection support for upstream qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fabio Fantoni Cc: xen-devel@lists.xensource.com, Wei Liu , Ian Campbell , Stefano Stabellini , Ian Jackson , qemu-devel@nongnu.org, Hans de Goede , spice-devel@lists.freedesktop.org, =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Il 05/07/2013 11:27, Fabio Fantoni ha scritto: >> > What is the best parameters for adding usb2 controller, those who had > already done? > > About usb1 controller implementation parameter in xen is only with -usb, > is correct or need something better? -usb is USB 1.0 on pc and USB 2.0 on q35. The device name for USB 1.0 is piix3-usb-uhci. > About usb3 controller implementation what is the best parameters? The device name is nec-usb-xhci. Only USB 2.0 has the complication of companion controllers. > About possibility to customize how many redirection channel I'll do it, > if I remember good on Hans post on spice-devel I seen that max working > is 4, is correct? I don't know. Paolo