The kernel shouldn't accept a cpuid configuration that has no entries
without having the legacy flag set and just return EINVAL. A VCPU cpuid
configuration must either have zero cpuid entries and the legacy flag
set, or it must have the legacy flag clear and at least one cpuid entry.
Details
Details
- Reviewers
- None
- Group Reviewers
bhyve
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 65752 Build 62635: arc lint + arc unit
Event Timeline
Comment Actions
Yes, eventually it will be.
It's currently a separate change as it fixes an issue in the illumos code in D51552, and as such will be submitted to illumos separately eventually.