Re: [PATCH] qemu-arm: Enable NVMe for distro boot

2022-04-05 Thread Tom Rini
On Sun, Feb 27, 2022 at 01:20:32PM +0100, Alexander Graf wrote: > We already support the NVMe commands and PCIe backend in the QEMU target, > so let's make it easy for anyone to consume them and enable NVMe distro > boot along the way! > > With this patch, I can put an NVMe backed disk image into

Re: [PATCH] qemu-arm: Enable NVMe for distro boot

2022-02-27 Thread Mark Kettenis
> From: Alexander Graf > Date: Sun, 27 Feb 2022 13:20:32 +0100 > > We already support the NVMe commands and PCIe backend in the QEMU target, > so let's make it easy for anyone to consume them and enable NVMe distro > boot along the way! > > With this patch, I can put an NVMe backed disk image in

[PATCH] qemu-arm: Enable NVMe for distro boot

2022-02-27 Thread Alexander Graf
We already support the NVMe commands and PCIe backend in the QEMU target, so let's make it easy for anyone to consume them and enable NVMe distro boot along the way! With this patch, I can put an NVMe backed disk image into my QEMU VM and have it automatically load a UEFI target blob. Signed-off-