Changeset View
Changeset View
Standalone View
Standalone View
usr.sbin/bhyve/bhyve.8
Show All 39 Lines | |||||
.Op Cm cpus= | .Op Cm cpus= | ||||
.Ar numcpus | .Ar numcpus | ||||
.Oc | .Oc | ||||
.Op Cm ,sockets= Ar n | .Op Cm ,sockets= Ar n | ||||
.Op Cm ,cores= Ar n | .Op Cm ,cores= Ar n | ||||
.Op Cm ,threads= Ar n | .Op Cm ,threads= Ar n | ||||
.Oc | .Oc | ||||
.Sm on | .Sm on | ||||
.Oo Fl f | |||||
.Sm off | |||||
.Ar name Cm \&, | |||||
.Oo | .Oo | ||||
.Cm string No | Cm file | |||||
.Oc | |||||
.Cm \&= Ar data | |||||
.Sm on | |||||
.Oc | |||||
.Oo | |||||
.Sm off | .Sm off | ||||
.Fl G\~ | .Fl G\~ | ||||
.Oo Ar w Oc | .Oo Ar w Oc | ||||
.Oo Ar bind_address Cm \&: Oc | .Oo Ar bind_address Cm \&: Oc | ||||
.Ar port | .Ar port | ||||
.Sm on | .Sm on | ||||
.Oc | .Oc | ||||
.Op Fl k Ar config_file | .Op Fl k Ar config_file | ||||
▲ Show 20 Lines • Show All 82 Lines • ▼ Show 20 Lines | |||||
is specified more than once the last one has precedence. | is specified more than once the last one has precedence. | ||||
.It Fl D | .It Fl D | ||||
Destroy the VM on guest initiated power-off. | Destroy the VM on guest initiated power-off. | ||||
.It Fl e | .It Fl e | ||||
Force | Force | ||||
.Nm | .Nm | ||||
to exit when a guest issues an access to an I/O port that is not emulated. | to exit when a guest issues an access to an I/O port that is not emulated. | ||||
This is intended for debug purposes. | This is intended for debug purposes. | ||||
.It Fl f Ar name Ns Cm \&, Ns Oo Cm string Ns No | Ns Cm file Ns Oc Ns Cm \&= Ns Ar data | |||||
Add a fw_cfg file | |||||
.Ar name | |||||
to the fw_cfg interface. | |||||
If a | |||||
.Cm string | |||||
is specified, the fw_cfg file contains the string as data. | |||||
If a | |||||
.Cm file | |||||
is specified, bhyve reads the file and adds the file content as fw_cfg data. | |||||
.It Fl G Xo | .It Fl G Xo | ||||
.Sm off | .Sm off | ||||
.Oo Ar w Oc | .Oo Ar w Oc | ||||
.Oo Ar bind_address Cm \&: Oc | .Oo Ar bind_address Cm \&: Oc | ||||
.Ar port | .Ar port | ||||
.Sm on | .Sm on | ||||
.Xc | .Xc | ||||
Start a debug server that uses the GDB protocol to export guest state to a | Start a debug server that uses the GDB protocol to export guest state to a | ||||
▲ Show 20 Lines • Show All 360 Lines • ▼ Show 20 Lines | |||||
.Bl -tag -width 10n | .Bl -tag -width 10n | ||||
.It Ns Ar slot Ns Cm \&/ Ns Ar bus Ns Cm \&/ Ns Ar function | .It Ns Ar slot Ns Cm \&/ Ns Ar bus Ns Cm \&/ Ns Ar function | ||||
Connect to a PCI device on the host at the selector described by | Connect to a PCI device on the host at the selector described by | ||||
.Ar slot , | .Ar slot , | ||||
.Ar bus , | .Ar bus , | ||||
and | and | ||||
.Ar function | .Ar function | ||||
numbers. | numbers. | ||||
.It Li rom= Ns Ar romfile | |||||
Add | |||||
.Ar romfile | |||||
as option ROM to the PCI device. | |||||
The ROM will be loaded by firmware and should be capable of initializing the device. | |||||
.El | .El | ||||
.Pp | .Pp | ||||
Guest memory must be wired using the | Guest memory must be wired using the | ||||
.Fl S | .Fl S | ||||
option when a pass-through device is configured. | option when a pass-through device is configured. | ||||
.Pp | .Pp | ||||
The host device must have been reserved at boot-time using the | The host device must have been reserved at boot-time using the | ||||
.Va pptdevs | .Va pptdevs | ||||
▲ Show 20 Lines • Show All 430 Lines • Show Last 20 Lines |