bhyve(8): Expand the -p option text with additional text and an example
PR: 249981
This commit is contained in:
committed by
Benedict Reuschling
parent
3523f0677e
commit
8120190f80
@@ -22,7 +22,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd May 5, 2023
|
||||
.Dd October 9, 2023
|
||||
.Dt BHYVE 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -259,6 +259,14 @@ Pin guest's virtual CPU
|
||||
.Em vcpu
|
||||
to
|
||||
.Em hostcpu .
|
||||
Host CPUs and guest virtual CPUs are numbered starting from 0.
|
||||
A
|
||||
.Fl p
|
||||
option is required for every guest vCPU to be pinned.
|
||||
To map a 4 vCPU guest to host CPUs 12-15:
|
||||
.Bd -literal
|
||||
-p 0:12 -p 1:13 -p 2:14 -p 3:15
|
||||
.Ed
|
||||
.It Fl r Ar file
|
||||
Resume a guest from a snapshot.
|
||||
The guest memory contents are restored from
|
||||
|
||||
Reference in New Issue
Block a user