commit | 5c9b420ada3b4f2a08da4789571f0ea373881565 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@csgraf.de> | Sun Feb 27 13:20:32 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 04 14:53:26 2022 -0400 |
tree | 0cd006b3f21cdfea248b839ab950fd81ad36aaee | |
parent | 01f1ab67f38882dc7665a0a6eca4bbeba6d84f81 [diff] |
qemu-arm: Enable NVMe for distro boot 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-by: Alexander Graf <agraf@csgraf.de> Reviewed-by: Mark Kettenis <kettenis@openbsd.org>