commit | 9e99a55b317f5da66f5110891b154084b337a031 | [log] [tgz] |
---|---|---|
author | Alexander Eichner <github@aeichner.de> | Fri Aug 18 13:32:15 2023 +0200 |
committer | Michael Brown <mcb30@ipxe.org> | Tue Aug 22 13:45:44 2023 +0100 |
tree | 8c64b9a6b046ca90fd445197831278485a079b33 | |
parent | c1834f323f4f6b9b46cd5895b1457a117381363f [diff] |
[virtio] Fix implementation of vpm_ioread32() The current implementation of vpm_ioread32() erroneously reads only 16 bits of data, which fails when used with the (stricter) virtio device emulation in VirtualBox. Fix by using the correct readl()/inl() I/O wrappers. Reworded-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>