Page MenuHomeFreeBSD

[PowerPC] Add virtio to GENERIC
ClosedPublic

Authored by bdragon on Jun 14 2020, 9:56 PM.
Referenced Files
Unknown Object (File)
Fri, Apr 12, 8:35 AM
Unknown Object (File)
Tue, Apr 9, 7:53 PM
Unknown Object (File)
Sat, Mar 30, 4:55 PM
Unknown Object (File)
Fri, Mar 29, 2:54 PM
Unknown Object (File)
Mar 3 2024, 1:42 AM
Unknown Object (File)
Feb 8 2024, 10:16 AM
Unknown Object (File)
Dec 20 2023, 1:31 AM
Unknown Object (File)
Nov 19 2023, 7:23 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.