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
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 31619 Build 29206: arc lint + arc unit
Event Timeline
sys/mips/conf/std.MALTA | ||
---|---|---|
64 | 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 | Canonical name is "VirtIO Entropy device" (see sys/{amd64,i386,riscv}/conf/NOTES). | |
66 | This isn't widely used, we don't need this, and anyone who does can load it as a module late in boot. | |
67 | Stray newline |
Comment Actions
I agree, I mostly posted this diff so that the regression in https://reviews.freebsd.org/D23401 can be debugged.