Page MenuHomeFreeBSD

[PowerPC] Add virtio to GENERIC
ClosedPublic

Authored by bdragon on Jun 14 2020, 9:56 PM.
Referenced Files
Unknown Object (File)
Fri, May 30, 12:39 AM
Unknown Object (File)
Apr 14 2025, 2:53 AM
Unknown Object (File)
Mar 12 2025, 11:21 AM
Unknown Object (File)
Mar 8 2025, 5:19 AM
Unknown Object (File)
Feb 22 2025, 10:33 PM
Unknown Object (File)
Feb 20 2025, 8:07 PM
Unknown Object (File)
Feb 14 2025, 7:11 AM
Unknown Object (File)
Jan 27 2025, 1:20 AM
Subscribers

Details

Summary

Due to kldxref not being able to generate hints for nonnative platforms, any cross built VM images do not have /boot/kernel/linker.hints.

This prevents the virtio modules from being loaded, as the fallback code will always fail the version check when the hints are missing.

Since we want to be able to generate VM images for 32 bit powerpc, add the virtio modules to GENERIC like we do on powerpc64.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bdragon edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jun 18 2020, 12:27 PM
This revision was automatically updated to reflect the committed changes.