bhyve.8 (d7b72f7b52f902da47cc7210a9121f4caabbcb9c) bhyve.8 (4f3f3e9a1dee62c031fa67cfe64e11d6dd3fab1b)
1.\" Copyright (c) 2013 Peter Grehan
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 10 unchanged lines hidden (view full) ---

19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" Portions Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
26.\"
1.\" Copyright (c) 2013 Peter Grehan
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 10 unchanged lines hidden (view full) ---

19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" Portions Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
26.\"
27.Dd February 26, 2022
27.Dd June 1, 2022
28.Dt BHYVE 8
29.Os
30.Sh NAME
31.Nm bhyve
32.Nd "run a guest operating system inside a virtual machine"
33.Sh SYNOPSIS
34.Nm
35.Op Fl aCDdeHhPSuWwxY

--- 74 unchanged lines hidden (view full) ---

110.Sm off
111.Ar type Ns \&,
112.Op Ar key Ns = Ns Ar value
113.Oo \&, Ns Ar key Ns = Ns Ar value Ns Oc \&...
114.Sm on
115.Xc
116Configure smbios data.
117.Ar type
28.Dt BHYVE 8
29.Os
30.Sh NAME
31.Nm bhyve
32.Nd "run a guest operating system inside a virtual machine"
33.Sh SYNOPSIS
34.Nm
35.Op Fl aCDdeHhPSuWwxY

--- 74 unchanged lines hidden (view full) ---

110.Sm off
111.Ar type Ns \&,
112.Op Ar key Ns = Ns Ar value
113.Oo \&, Ns Ar key Ns = Ns Ar value Ns Oc \&...
114.Sm on
115.Xc
116Configure smbios data.
117.Ar type
118must be set to
119.Sy 1 .
120Supported keys are:
121.Sy manufacturer ,
122.Sy product ,
123.Sy version ,
124.Sy serial ,
125.Sy sku ,
126.Sy family
127and
128.Sy uuid .
118must be set to one of
119.Cm 0 , 1 , 2
120or
121.Cm 3 .
122Supported keys for each type are:
123.Bl -tag -width XXX -offset XXX
124.It Cm 0
125.Cm vendor , version , release_date .
126.It Cm 1
127.Cm manufacturer ,
128.Cm product_name Pq or Cm product ,
129.Cm version ,
130.Cm serial_number Pq or Cm serial ,
131.Cm sku ,
132.Cm family_name Pq or Cm family ,
133.Cm uuid .
134.It Cm 2
135.Cm manufacturer , product_name , version , serial_number , asset_tag ,
136.Cm location
137.It Ic 3
138.Cm manufacturer , version , serial_number , asset_tag, sku .
139.El
129.It Xo Fl c
130.Sm off
131.Op Oo Cm cpus= Oc Ar numcpus
132.Op Cm ,sockets= Ar n
133.Op Cm ,cores= Ar n
134.Op Cm ,threads= Ar n
135.Xc
136.Sm on

--- 719 unchanged lines hidden ---
140.It Xo Fl c
141.Sm off
142.Op Oo Cm cpus= Oc Ar numcpus
143.Op Cm ,sockets= Ar n
144.Op Cm ,cores= Ar n
145.Op Cm ,threads= Ar n
146.Xc
147.Sm on

--- 719 unchanged lines hidden ---