]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/QemuBootOrderLib: clean up translation of virtio-net over MMIO
authorLaszlo Ersek <lersek@redhat.com>
Tue, 13 Mar 2018 14:55:12 +0000 (15:55 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Wed, 14 Mar 2018 10:24:22 +0000 (11:24 +0100)
commit90f09188462cc9f2166fe5690639dea5412f2ef4
tree30c0e40839a4c128ddc8aba2465ef7e27c160cd9
parent5851b8253a31db5a5e62847cf0c70f5629542de0
OvmfPkg/QemuBootOrderLib: clean up translation of virtio-net over MMIO

The "/MAC(" suffix of the translated UEFI devpath prefix is unnecessary
for matching, because the virtio-mmio base address in VenHwString is
unique anyway. Furthermore, the partial string "MAC(" cannot be processed
by ConvertTextToDevicePath(), which will become relevant later in this
series. Remove "/MAC(".

While at it, remove a bogus comment on PCI.

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Shannon Zhao <zhaoshenglong@huawei.com>
Cc: Xiang Zheng <xiang.zheng@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> # ArmVirtQemu
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Tested-by: Xiang Zheng <xiang.zheng@linaro.org>
OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.c