From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxlaK-000728-Ul for qemu-devel@nongnu.org; Fri, 12 Jul 2013 18:13:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxlaI-0003et-8i for qemu-devel@nongnu.org; Fri, 12 Jul 2013 18:13:04 -0400 Received: from smtp.eu.citrix.com ([46.33.159.39]:17728) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxlaI-0003dn-2K for qemu-devel@nongnu.org; Fri, 12 Jul 2013 18:13:02 -0400 Message-ID: <1373667174.12772.55.camel@Solace> From: Dario Faggioli Date: Sat, 13 Jul 2013 00:12:54 +0200 In-Reply-To: <1373637490-6262-1-git-send-email-fabio.fantoni@m2r.biz> References: <1373637490-6262-1-git-send-email-fabio.fantoni@m2r.biz> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-kW+gvWElAKowK48abvz4" MIME-Version: 1.0 Subject: Re: [Qemu-devel] [Xen-devel] [PATCH v4] libxl: usb2 and usb3 controller 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, Ian.Campbell@citrix.com, Stefano.Stabellini@eu.citrix.com, George.Dunlap@eu.citrix.com, wei.lui2@citrix.com, Ian.Jackson@eu.citrix.com, qemu-devel@nongnu.org, pbonzini@redhat.com --=-kW+gvWElAKowK48abvz4 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On ven, 2013-07-12 at 15:58 +0200, Fabio Fantoni wrote: > Usage: usbversion=3D1|2|3 (default=3D2) > Specifies the type of an emulated USB bus in the guest. 1 for usb1, > 2 for usb2 and 3 for usb3, it is available only with upstream qemu. > Default is 2. >=20 > Signed-off-by: Fabio Fantoni > FWIW, Acked-by: Dario Faggioli > =20 > /* > + * LIBXL_HAVE_BUILDINFO_USBVERSION > + * > + * If this is defined, then the libxl_domain_build_info structure will > + * contain hvm.usbversion, a integer type that contains a USB > + * controller version to specify on the qemu upstream command-line. > + * > + * If it is set, callers may use hvm.usbversion to specify if the usb > + * controller is usb1, usb2 or usb3. > + * > + * If this is not defined, the usb controller is only usb1. > + */ > +#define LIBXL_HAVE_BUILDINFO_USBVERSION 1 > + > +/* > Yes, exactly what I (and George) meant. Thanks. :-) Dario --=20 <> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, http://about.me/dario.faggioli Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK) --=-kW+gvWElAKowK48abvz4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) iEYEABECAAYFAlHgf2YACgkQk4XaBE3IOsQIiACeOLRtTtxux2m6wlP101W+Z2GC bLYAni39whtVuoAlao5E+gDeNcNOR9sG =ZDoj -----END PGP SIGNATURE----- --=-kW+gvWElAKowK48abvz4-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dario Faggioli Subject: Re: [Xen-devel] [PATCH v4] libxl: usb2 and usb3 controller support for upstream qemu Date: Sat, 13 Jul 2013 00:12:54 +0200 Message-ID: <1373667174.12772.55.camel@Solace> References: <1373637490-6262-1-git-send-email-fabio.fantoni@m2r.biz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-kW+gvWElAKowK48abvz4" Return-path: In-Reply-To: <1373637490-6262-1-git-send-email-fabio.fantoni@m2r.biz> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: Fabio Fantoni Cc: xen-devel@lists.xensource.com, Ian.Campbell@citrix.com, Stefano.Stabellini@eu.citrix.com, George.Dunlap@eu.citrix.com, wei.lui2@citrix.com, Ian.Jackson@eu.citrix.com, qemu-devel@nongnu.org, pbonzini@redhat.com List-Id: xen-devel@lists.xenproject.org --=-kW+gvWElAKowK48abvz4 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On ven, 2013-07-12 at 15:58 +0200, Fabio Fantoni wrote: > Usage: usbversion=3D1|2|3 (default=3D2) > Specifies the type of an emulated USB bus in the guest. 1 for usb1, > 2 for usb2 and 3 for usb3, it is available only with upstream qemu. > Default is 2. >=20 > Signed-off-by: Fabio Fantoni > FWIW, Acked-by: Dario Faggioli > =20 > /* > + * LIBXL_HAVE_BUILDINFO_USBVERSION > + * > + * If this is defined, then the libxl_domain_build_info structure will > + * contain hvm.usbversion, a integer type that contains a USB > + * controller version to specify on the qemu upstream command-line. > + * > + * If it is set, callers may use hvm.usbversion to specify if the usb > + * controller is usb1, usb2 or usb3. > + * > + * If this is not defined, the usb controller is only usb1. > + */ > +#define LIBXL_HAVE_BUILDINFO_USBVERSION 1 > + > +/* > Yes, exactly what I (and George) meant. Thanks. :-) Dario --=20 <> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, http://about.me/dario.faggioli Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK) --=-kW+gvWElAKowK48abvz4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) iEYEABECAAYFAlHgf2YACgkQk4XaBE3IOsQIiACeOLRtTtxux2m6wlP101W+Z2GC bLYAni39whtVuoAlao5E+gDeNcNOR9sG =ZDoj -----END PGP SIGNATURE----- --=-kW+gvWElAKowK48abvz4--