The MALTA kernel config is generally used for QEMU and having support
for VirtIO there by default is quite useful.
Details
Details
- Reviewers
jhb brooks jrtc27 - Commits
- rS363730: Include virtio support in std.MALTA
Used to work for CheriBSD, currently doesn't compile since D23401 landed.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/mips/conf/std.MALTA | ||
---|---|---|
64 ↗ | (On Diff #72943) | MALTA doesn't have MMIO, so this really doesn't belong. In some ways neither does VirtIO in general, but PCI I guess is fine because that's not tied to the platform. |
65 ↗ | (On Diff #72943) | Canonical name is "VirtIO Entropy device" (see sys/{amd64,i386,riscv}/conf/NOTES). |
66 ↗ | (On Diff #72943) | This isn't widely used, we don't need this, and anyone who does can load it as a module late in boot. |
67 ↗ | (On Diff #72943) | Stray newline |
Comment Actions
I agree, I mostly posted this diff so that the regression in https://reviews.freebsd.org/D23401 can be debugged.