Page MenuHomeFreeBSD

bhyve: document missing options in bhyve_config(5)
ClosedPublic

Authored by novel on Jul 22 2026, 5:38 PM.
Tags
None
Referenced Files
F171099998: D58399.id182473.diff
Tue, Sep 8, 5:04 PM
F171092076: D58399.id.diff
Tue, Sep 8, 3:57 PM
F171028918: D58399.id.diff
Tue, Sep 8, 7:01 AM
Unknown Object (File)
Mon, Sep 7, 10:32 PM
Unknown Object (File)
Mon, Sep 7, 8:27 PM
Unknown Object (File)
Mon, Sep 7, 1:09 PM
Unknown Object (File)
Sun, Sep 6, 11:04 PM
Unknown Object (File)
Sat, Sep 5, 10:38 AM

Details

Summary

Document a few options that are currently supported but
not covered in bhyve_config(5):

  • monitor
  • vcpu.N.cpuset
  • domains.N.{size,cpus,domain_policy}
  • console (for arm64 and riscv)

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

novel requested review of this revision.Jul 22 2026, 5:38 PM

In general this looks decent to me though I haven't reviewed it in detail. @bnovkov, does the vCPU pinning stuff and NUMA stuff look correct?

LGTM, but I'd wait for at least one member of manpages to take a look.

In D58399#1343412, @jhb wrote:

In general this looks decent to me though I haven't reviewed it in detail. @bnovkov, does the vCPU pinning stuff and NUMA stuff look correct?

Yes, these look alright.

This revision is now accepted and ready to land.Jul 31 2026, 3:06 PM

@bcr @ziaee could you possibly take a look?