Status/2025Q4/bhyve-cpuid.adoc: Add report#602
Closed
hrosenfeld wants to merge 1 commit intofreebsd:mainfrom
Closed
Status/2025Q4/bhyve-cpuid.adoc: Add report#602hrosenfeld wants to merge 1 commit intofreebsd:mainfrom
hrosenfeld wants to merge 1 commit intofreebsd:mainfrom
Conversation
Jehops
suggested changes
Feb 9, 2026
| host CPU should be made available to the VM guest, some other CPU information | ||
| such as for system topology needs to be modified to match the VM configuration, | ||
| and then there is some additional information that needs to be reported that no | ||
| real CPU supports, such as the hypervisor identification, |
Member
There was a problem hiding this comment.
There is a comma ending the sentence instead of a period.
| based on a real CPU or an architectural subset, would avoid this problem | ||
| entirely. | ||
|
|
||
| - Hypervisor Signature Modification: Some software such as the Nvidia drivers |
| - a user-friendly configuration method for the hypervisor signature reported by | ||
| bhyve | ||
| - a set of predefined CPUID configurations based on common x86 architecture | ||
| levels, perhaps also including a sets of CPUID data for a few real CPU models, |
| @@ -0,0 +1,90 @@ | |||
| === Full CPUID Control for bhyve | |||
Member
There was a problem hiding this comment.
- The status report teams asks for each sentence to be on a separate line.
- Do you have any objections to adding a
Sponsor: The FreeBSD Foundationat the end?
Here is an example: https://raw.githubusercontent.com/freebsd/freebsd-doc/refs/heads/main/website/content/en/status/report-2025-10-2025-12/lkpi-wireless.adoc
freebsd-git
pushed a commit
that referenced
this pull request
Feb 16, 2026
Reviewed by: jrm Pull Request: #602
Member
|
Merged, thanks! @Jehops: I have not added the sponsor line as I know nothing about the sponsorship status of this project. As far as status reporting is concerned, feel free to add and commit it if you think it should have it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Given how late in Q4 this project started, there wasn't really any substantial progress in Q4. I'm using this mainly to introduce the CPUID project and describe the existing proof-of-concept that I created in July.