From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azgvK-0002Yi-U6 for qemu-devel@nongnu.org; Mon, 09 May 2016 04:52:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azgvG-0007no-Og for qemu-devel@nongnu.org; Mon, 09 May 2016 04:52:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azgvG-0007nO-JN for qemu-devel@nongnu.org; Mon, 09 May 2016 04:52:14 -0400 Message-ID: <1462783930.22096.19.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 09 May 2016 10:52:10 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [SeaBIOS] seabios does not support booting from usb-uas with nec-usb-xhci List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Yan Cc: seabios@seabios.org, qemu-devel@nongnu.org On Fr, 2016-05-06 at 17:00 +0800, Tom Yan wrote: > Strangely, seabios supports booting from usb-uas with usb-ehci: >=20 > https://drive.google.com/open?id=3D0B50PCxfm5KU1dUFTUG9HU0pEcXc >=20 > and usb-bot with nec-usb-xhci: >=20 > https://drive.google.com/open?id=3D0B50PCxfm5KU1QnVzdTBIdEFzZW8 >=20 > but not usb-uas with nec-usb-xhci: >=20 > https://drive.google.com/open?id=3D0B50PCxfm5KU1Z0t1akNXaVZZLTQ >=20 > This makes me wonder if it is just a missing feature of a bug. missing support for usb3 streams in seabios. cheers, Gerd