commit | c770aaa8b5fc223936c98a6b53e8ac4c32bcfbfb | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed May 20 22:39:35 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu May 21 10:00:17 2020 +0200 |
tree | b9c7bfd5087fbc78f40ba75de8aaf9cffb56247a | |
parent | f667a18f4371ac9bb05488a7e13d07bbc65cf063 [diff] |
efi_loader: device path for virtio block devices The UEFI specification does not define a device sub-type for virtio. Let's use a vendor hardware node here. This avoids creation of two handles with the same device path indicating our root node. Reported-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>