Page MenuHomeFreeBSD

bhyve: document missing options in bhyve_config(5)
ClosedPublic

Authored by novel on Wed, Jul 22, 5:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 11, 6:44 AM
Unknown Object (File)
Mon, Aug 10, 10:13 AM
Unknown Object (File)
Sun, Aug 9, 4:54 AM
Unknown Object (File)
Sat, Aug 8, 4:51 PM
Unknown Object (File)
Sat, Aug 8, 9:22 AM
Unknown Object (File)
Fri, Aug 7, 11:35 PM
Unknown Object (File)
Sun, Aug 2, 6:38 PM
Unknown Object (File)
Sun, Aug 2, 4:51 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.Wed, Jul 22, 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.Fri, Jul 31, 3:06 PM

@bcr @ziaee could you possibly take a look?