Re: [edk2] [PATCH 1/1] OvmfPkg/QemuBootOrderLib: recognize "usb-storage" devices in XHCI ports

2017-09-22 Thread Laszlo Ersek
On 09/15/17 00:02, Ard Biesheuvel wrote: > On 14 September 2017 at 08:37, Laszlo Ersek wrote: >> The feature is primarily useful for modern AARCH64 guests that have no >> built-in virtio block / SCSI drivers; as on "qemu-system-aarch64 -M virt", >> there are no IDE or AHCI

Re: [edk2] [PATCH 1/1] OvmfPkg/QemuBootOrderLib: recognize "usb-storage" devices in XHCI ports

2017-09-14 Thread Ard Biesheuvel
On 14 September 2017 at 08:37, Laszlo Ersek wrote: > The feature is primarily useful for modern AARCH64 guests that have no > built-in virtio block / SCSI drivers; as on "qemu-system-aarch64 -M virt", > there are no IDE or AHCI controllers that could be used as fallback. XHCI >

[edk2] [PATCH 1/1] OvmfPkg/QemuBootOrderLib: recognize "usb-storage" devices in XHCI ports

2017-09-14 Thread Laszlo Ersek
The feature is primarily useful for modern AARCH64 guests that have no built-in virtio block / SCSI drivers; as on "qemu-system-aarch64 -M virt", there are no IDE or AHCI controllers that could be used as fallback. XHCI is available in "-M virt" however, and because XHCI predates AARCH64 by