tail head cat sleep
QR code linking to this page

Manual Pages  — BHYVE_CONFIG

NAME

bhyve_config – bhyve configuration variables

CONTENTS

DESCRIPTION

bhyve(8) uses a hierarchical tree of configuration variables to describe global and per-device settings. Internal nodes in this tree do not have a value, only leaf nodes have values. This manual describes the configuration variables understood by bhyve(8). If additional variables are defined, bhyve(8) will ignore them and will not emit errors for unknown variables. However, these additional variables can be referenced by other variables as described below.

VARIABLE VALUES

Configuration variable values are stored as strings. A configuration variable value may refer to one or more other configuration values by name. Instances of the pattern '%(var)' are replaced by the value of the configuration variable var. To avoid unwanted expansion, '%' characters can be escaped by a leading '%'. For example, if a configuration variable disk uses the value /dev/zvol/bhyve/%(name), then the final value of the disk variable will be set to the path of a ZFS volume whose name matches the name of the virtual machine on the pool bhyve.

Some configuration variables may be interpreted as a boolean value. For those variables the following case-insensitive values may be used to indicate true:

The following values may be used to indicate false:

Some configuration variables may be interperted as an integer. For those variables, any syntax supported by strtol(3) may be used.

GLOBAL SETTINGS

Architecture Neutral Settings

Name Format Default Description
name stringThe name of the VM.
cpus integer 1The total number of virtual CPUs.
cores integer 1The number of virtual cores in each virtual socket.
threads integer 1The number of virtual CPUs in each virtual core.
sockets integer 1The number of virtual sockets.
memory.guest_in_core bool falseInclude guest memory in core file.
memory.size string 256MGuest physical memory size in bytes. The value must be formatted as described in expand_number(3).
memory.wired bool falseWire guest memory.
acpi_tables bool falseGenerate ACPI tables.
acpi_tables_in_memory bool truebhyve(8) always exposes ACPI tables by FwCfg. For backward compatibility bhyve copies them into the guest memory as well. This can cause problems if the guest uses the in-memory version, since certain advanced features, such as TPM emulation, are exposed only via FwCfg. Therefore, it is recommended to set this flag to false when running Windows guests.
destroy_on_poweroff bool falseDestroy the VM on guest-initiated power-off.
gdb.address string localhostHostname, IP address, or IPv6 address for the debug server.
gdb.port integer 0TCP port number for the debug server. If this is set to a non-zero value, a debug server will listen for connections on this port.
gdb.wait bool falseIf the debug server is enabled, wait for a debugger to connect before starting the guest.
keyboard.layout stringSpecify the keyboard layout name with the file name in /usr/share/bhyve/kbdlayout. This value only works when loaded with UEFI mode for VNC, and used a VNC client that don't support QEMU Extended Key Event Message (e.g. TightVNC).
tpm.path stringPath to the host TPM device. This is typically /dev/tpm0.
tpm.type stringType of the TPM device passed to the guest. Currently, only "passthru" is supported.
tpm.version string 2.0Version of the TPM device according to the TCG specification. Currently, only version 2.0 is supported.
rtc.use_localtime bool trueThe real time clock uses the local time of the host. If this is set to false, the real time clock uses UTC.
uuid stringThe universally unique identifier (UUID) to use in the guest's System Management BIOS System Information structure. If an explicit value is not set, a valid UUID is generated from the host's hostname and the VM name.
virtio_msix bool trueUse MSI-X interrupts for PCI VirtIO devices. If set to false, MSI interrupts are used instead.
config.dump bool falseIf this value is set to true after bhyve(8) has finished parsing command line options, then bhyve(8) will write all of its configuration variables to stdout and exit. No VM will be started.
bios.vendor string BHYVEThis value is used for the guest's System Management BIOS System Information structure.
bios.version string 14.0This value is used for the guest's System Management BIOS System Information structure.
bios.release_date string 10/17/2021This value is used for the guest's System Management BIOS System Information structure.
system.family_name string Virtual MachineFamily the computer belongs to. This value is used for the guest's System Management BIOS System Information structure.
system.manufacturer string FreeBSDThis value is used for the guest's System Management BIOS System Information structure.
system.product_name string BHYVEThis value is used for the guest's System Management BIOS System Information structure.
system.serial_number string NoneThis value is used for the guest's System Management BIOS System Information structure.
system.sku string NoneStock keeping unit of the computer. It's also called product ID or purchase order number. This value is used for the guest's System Management BIOS System Information structure.
system.version string 1.0This value is used for the guest's System Management BIOS System Information structure.
board.manufacturer string FreeBSDThis value is used for the guest's System Management BIOS System Information structure.
board.product_name string BHYVEThis value is used for the guest's System Management BIOS System Information structure.
board.version string 1.0This value is used for the guest's System Management BIOS System Information structure.
board.serial_number string NoneThis value is used for the guest's System Management BIOS System Information structure.
board.asset_tag string NoneThis value is used for the guest's System Management BIOS System Information structure.
board.location string NoneDescribes the board's location within the chassis. This value is used for the guest's System Management BIOS System Information structure.
chassis.manufacturer string FreeBSDThis value is used for the guest's System Management BIOS System Information structure.
chassis.version string 1.0This value is used for the guest's System Management BIOS System Information structure.
chassis.serial_number string NoneThis value is used for the guest's System Management BIOS System Information structure.
chassis.asset_tag string NoneThis value is used for the guest's System Management BIOS System Information structure.
chassis.sku string NoneStock keeping unit of the chassis. It's also called product ID or purchase order number. This value is used for the guest's System Management BIOS System Information structure.

x86-Specific Settings

Name Format Default Description
x86.mptable bool trueGenerate an MPTable.
x86.x2apic bool falseConfigure guest's local APICs in x2APIC mode.
x86.strictio bool falseExit if a guest accesses an I/O port that is not emulated. By default, writes are ignored and reads return all bits set.
x86.strictmsr bool trueInject a general protection fault if a guest accesses a Model Specific Register (MSR) that is not emulated. If this is false, writes are ignored and reads return zero.
x86.vmexit_on_hlt bool falseForce a VM exit when a guest CPU executes the HLT instruction. This allows idle guest CPUs to yield the host CPU.
x86.vmexit_on_pause bool falseForce a VM exit when a guest CPU executes the PAUSE instruction.

DEVICE SETTINGS

Device settings are stored under a device node. The device node's name is set by the parent bus of the device.

PCI Device Settings

PCI devices are described by a device node named "pci.bus .slot .function" where each of bus, slot, and function are formatted as decimal values with no padding. All PCI device nodes must contain a configuration variable named "device" which specifies the device model to use. The following PCI device models are supported:
hostbridge Provide a simple PCI-Host bridge device. This is usually configured at pci0:0:0 and is required by most guest operating systems.
ahci AHCI storage controller.
e1000 Intel e82545 network interface.
fbuf VGA framebuffer device attached to VNC server.
lpc LPC PCI-ISA bridge with COM1-COM4 16550 serial ports, a boot ROM, an optional fwcfg type, and an optional debug/test device. This device must be configured on bus 0.
hda High Definition audio controller.
nvme NVM Express (NVMe) controller.
passthru PCI pass-through device.
uart PCI 16550 serial device.
virtio-9p VirtIO 9p (VirtFS) interface.
virtio-blk VirtIO block storage interface.
virtio-console VirtIO console interface.
virtio-input VirtIO input interface.
virtio-net VirtIO network interface.
virtio-rnd VirtIO RNG interface.
virtio-scsi VirtIO SCSI interface.
xhci Extensible Host Controller Interface (XHCI) USB controller.

USB Device Settings

USB controller devices contain zero or more child USB devices attached to slots. Each USB device stores its settings in a node named "slot. N" under the controller's device node. N is the number of the slot to which the USB device is attached. Note that USB slot numbers begin at 1. All USB device nodes must contain a configuration variable named "device" which specifies the device model to use. The following USB device models are supported:
tablet A USB tablet device which provides precise cursor synchronization when using VNC.

Block Device Settings

Block devices use the following settings to configure their backing store. These settings are stored in the configuration node of the respective device.
Name Format Default Description

path
stringThe path of the file or disk device to use as the backing store.

nocache
bool falseDisable caching on the backing file by opening the backing file with O_DIRECT.

nodelete
bool falseDisable emulation of guest trim requests via DIOCGDELETE requests.

sync
bool falseWrite changes to the backing file with synchronous writes.

direct
bool falseAn alias for sync.

ro
bool falseDisable writes to the backing file.

sectorsize
logical[/ physical]Specify the logical and physical sector size of the emulated disk. If the physical size is not specified, it is equal to the logical size.

Network Backend Settings

Network devices use the following settings to configure their backend. The backend is responsible for passing packets between the device model and a desired destination. Configuring a backend requires setting the backend variable. The type of a backend can either be set explicitly via the type variable or it can be inferred from the value of backend.

The following types of backends are supported:
tap Use the tap(4) interface named in backend as the backend.
netgraph
  Use a netgraph(4) socket hook as the backend. This backend uses the following additional variables:
Name Format Default Description
path stringThe name of the netgraph(4) destination node.
peerhook stringThe name of the destination hook.
socket stringThe name of the created ng_socket(4) node.
hook string vmlinkThe name of the source hook on the created ng_socket(4) node.
netmap Use netmap(4) either on a network interface or a port on a vale(4) bridge as the backend. The value of backend is passed to nm_open to connect to a netmap port.
slirp Use the slirp backend to provide a userspace network stack. The hostfwd variable is used to configure how packets from the host are translated before being sent to the guest.
Name Format Default Description
hostfwd stringA semicolon-separated list of host forwarding rules, each of the form proto:haddr:hport-gaddr:gport, where proto is either ‘tcp’ or ‘udp’. If the guest address is equal to the empty string, packets will be forwarded to the first DHCP-assigned address in the guest.

If type is not specified explicitly, then it is inferred from backend based on the following patterns:
Pattern Type

tap N
tap

vmnet N
tap

netgraph
netgraph

netmap: interface
netmap

vale bridge: port
netmap

UART Device Settings

Name Format Default Description
path pathBackend device for the serial port. Either the pathname of a character device or "stdio" to use standard input and output of the bhyve(8) process.

Host Bridge Settings

Name Format Default Description
pcireg.* integerValues of PCI register.
Name Default
vendor integer 0x1275
device integer 0x1275

AHCI Controller Settings

AHCI controller devices contain zero or more ports each of which provides a storage device. Each port stores its settings in a node named "port. N" under the controller's device node. The N values are formatted as successive decimal values starting with 0. In addition to the block device settings described above, each port supports the following settings:
Name Format Default Description
type stringThe type of storage device to emulate. Must be set to either "cd" or "hd".
nmrr integer 0Nominal Media Rotation Rate, also known as RPM. A value 1 of indicates a device with no rate such as a Solid State Disk.
ser string generatedSerial number of up to twenty characters. A default serial number is generated using a hash of the backing store's pathname.
rev string 001Revision number of up to eight characters.
model stringModel number of up to forty characters. Separate default model strings are used for "cd" and "hd" device types.

e1000 Settings

In addition to the network backend settings, Intel e82545 network interfaces support the following variables:
Name Format Default Description
mac MAC address generatedMAC address. If an explicit address is not provided, a MAC address is generated from a hash of the device's PCI address.

Frame Buffer Settings

Name Format Default Description
wait bool falseWait for a remote connection before starting the VM.
rfb [IP: ]port 127.0.0.1:5900TCP address to listen on for remote connections. The IP address must be given as a numeric address. IPv6 addresses must be enclosed in square brackets and support scoped identifiers as described in getaddrinfo(3). A bare port number may be given in which case the IPv4 localhost address is used.
vga string ioVGA configuration. More details are provided in bhyve(8).
w integer 1024Frame buffer width in pixels.
h integer 768Frame buffer height in pixels.
password stringPassword to use for VNC authentication. This type of authentication is known to be cryptographically weak and is not intended for use on untrusted networks.

High Definition Audio Settings

Name Format Default Description
play pathHost playback device, typically /dev/dsp0.
rec pathHost recording device, typically /dev/dsp0.

LPC Device Settings

The LPC bridge stores its configuration under a top-level lpc node rather than under the PCI LPC device's node. The following nodes are available under lpc:
Name Format Default Description
bootrom pathPath to a boot ROM. The contents of this file are copied into the guest's memory ending just before the 4GB physical address. If a boot ROM is present, a firmware interface device is also enabled for use by the boot ROM.
bootvars pathPath to boot VARS. The contents of this file are copied beneath the boot ROM. Firmware can write to it to save variables. All variables will be persistent even on reboots of the guest.
com1 nodeSettings for the COM1 serial port device.
com2 nodeSettings for the COM2 serial port device.
com3 nodeSettings for the COM3 serial port device.
com4 nodeSettings for the COM4 serial port device.
fwcfg string bhyveThe fwcfg type to be used. Supported values are "bhyve" for fwctl and "qemu" for fwcfg.
pc-testdev bool falseEnable the PC debug/test device.
pcireg.* integerValues of PCI register. It also accepts the value host to use the pci id of the host system. This value is required for the Intel GOP driver to work properly.
Name Default
vendor 0x8086
device 0x7000
revid 0
subvendor 0
subdevice 0

NVMe Controller Settings

Each NVMe controller supports a single storage device. The device can be backed either by a memory disk described by the ram variable, or a block device using the block device settings described above. In addition, each controller supports the following settings:
Name Format Default Description
maxq integer 16Maximum number of I/O submission and completion queue pairs.
qsz integer 2058Number of elements in each I/O queue.
ioslots integer 8Maximum number of concurrent I/O requests.
sectsz integerSector size. Can be one of 512, 4096, or 8192. Devices backed by a memory disk use 4096 as the default. Devices backed by a block device use the block device's sector size as the default.
ser stringSerial number of up to twenty characters. A default serial number is generated using a hash of the device's PCI address.
eui64 integerIEEE Extended Unique Identifier. If an EUI is not provided, a default is generated using a checksum of the device's PCI address.
dsm string autoWhether or not to advertise DataSet Management support. One of "auto", "enable", or "disable". The "auto" setting only advertises support if the backing store supports resource freeing, for example via TRIM.
ram integerIf set, allocate a memory disk as the backing store. The value of this variable is the size of the memory disk in megabytes.

PCI Passthrough Settings

The ppt(4) device driver must be attached to the PCI device being passed through. The device to pass through can be identified either by name or its host PCI bus location.
Name Format Default Description
bus integerHost PCI bus address of device to pass through.
slot integerHost PCI slot address of device to pass through.
func integerHost PCI function address of device to pass through.
pptdev stringName of a ppt(4) device to pass through.
rom pathROM file of the device which will be executed by OVMF to init the device.

VirtIO 9p Settings

Each VirtIO 9p device exposes a single filesystem from a host path.
Name Format Default Description
sharename stringThe share name exposed to the guest.
path pathThe path of a directory on the host to export to the guest.
ro bool falseIf true, the guest filesystem is read-only.

VirtIO Block Device Settings

In addition to the block device settings described above, each VirtIO block device supports the following settings:
Name Format Default Description
ser string generatedSerial number of up to twenty characters. A default serial number is generated using a hash of the backing store's pathname.

VirtIO Console Device Settings

Each VirtIO Console device contains one or more console ports. Each port stores its settings in a node named "port. N" under the controller's device node. The N values are formatted as successive decimal values starting with 0. Each port supports the following settings:
Name Format Default Description
name stringThe name of the port exposed to the guest.
path pathThe path of a UNIX domain socket providing the host connection for the port.

VirtIO Input Interface Settings

Each VirtIO Input device contains one input event device. All input events of the input event device are send to the guest by VirtIO Input interface. VirtIO Input Interfaces support the following variables:
Name Format Default Description
path pathThe path of the input event device exposed to the guest

VirtIO Network Interface Settings

In addition to the network backend settings, VirtIO network interfaces support the following variables:
Name Format Default Description
mac MAC address generatedMAC address. If an explicit address is not provided, a MAC address is generated from a hash of the device's PCI address.
mtu integer 1500The largest supported MTU advertised to the guest.

VirtIO SCSI Settings

Name Format Default Description
dev pathThe path of a CAM target layer (CTL) device to export: /dev/cam/ctl[pp .vp ].
iid integer 0Initiator ID to use when sending requests to the CTL port.

SEE ALSO

expand_number(3), getaddrinfo(3), strtol(3), netgraph(4), netmap(4), ng_socket(4), tap(4), vale(4), vmnet(4), bhyve(8)

BHYVE_CONFIG (5) November 20, 2023

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.