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
F170837698: D58399.id184057.diff
Sun, Sep 6, 11:04 PM
Unknown Object (File)
Sat, Sep 5, 10:38 AM
Unknown Object (File)
Sat, Sep 5, 5:02 AM
Unknown Object (File)
Sat, Sep 5, 5:00 AM
Unknown Object (File)
Sat, Sep 5, 3:11 AM
Unknown Object (File)
Fri, Sep 4, 7:49 AM
Unknown Object (File)
Fri, Sep 4, 7:22 AM
Unknown Object (File)
Thu, Sep 3, 3:05 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 75020
Build 71903: arc lint + arc unit

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?