bhyve.8 (c2202d41f91539d34635f4ee0bb75280c5e55008) bhyve.8 (6ee52c658c5a55e1bc6ca82635a0e87057510b7d)
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.\" $FreeBSD$
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.\" $FreeBSD$
26.\"
27.Dd April 18, 2016
27.Dd June 24, 2016
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 abehuwxACHPSWY
36.Op Fl c Ar numcpus
37.Op Fl g Ar gdbport
38.Op Fl l Ar lpcdev Ns Op , Ns Ar conf
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 abehuwxACHPSWY
36.Op Fl c Ar numcpus
37.Op Fl g Ar gdbport
38.Op Fl l Ar lpcdev Ns Op , Ns Ar conf
39.Op Fl m Ar size Ns Op Ar K|k|M|m|G|g|T|t
39.Op Fl m Ar memsize Ns Op Ar K|k|M|m|G|g|T|t
40.Op Fl p Ar vcpu:hostcpu
41.Op Fl s Ar slot,emulation Ns Op , Ns Ar conf
42.Op Fl U Ar uuid
43.Ar vmname
44.Sh DESCRIPTION
45.Nm
46is a hypervisor that runs guest operating systems inside a
47virtual machine.

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

100.It Fl l Ar lpcdev Ns Op , Ns Ar conf
101Allow devices behind the LPC PCI-ISA bridge to be configured.
102The only supported devices are the TTY-class devices
103.Ar com1
104and
105.Ar com2
106and the boot ROM device
107.Ar bootrom .
40.Op Fl p Ar vcpu:hostcpu
41.Op Fl s Ar slot,emulation Ns Op , Ns Ar conf
42.Op Fl U Ar uuid
43.Ar vmname
44.Sh DESCRIPTION
45.Nm
46is a hypervisor that runs guest operating systems inside a
47virtual machine.

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

100.It Fl l Ar lpcdev Ns Op , Ns Ar conf
101Allow devices behind the LPC PCI-ISA bridge to be configured.
102The only supported devices are the TTY-class devices
103.Ar com1
104and
105.Ar com2
106and the boot ROM device
107.Ar bootrom .
108.It Fl m Ar size Ns Op Ar K|k|M|m|G|g|T|t
108.It Fl m Ar memsize Ns Op Ar K|k|M|m|G|g|T|t
109Guest physical memory size in bytes.
110This must be the same size that was given to
111.Xr bhyveload 8 .
112.Pp
113The size argument may be suffixed with one of K, M, G or T (either upper
114or lower case) to indicate a multiple of kilobytes, megabytes, gigabytes,
115or terabytes.
116If no suffix is given, the value is assumed to be in megabytes.
109Guest physical memory size in bytes.
110This must be the same size that was given to
111.Xr bhyveload 8 .
112.Pp
113The size argument may be suffixed with one of K, M, G or T (either upper
114or lower case) to indicate a multiple of kilobytes, megabytes, gigabytes,
115or terabytes.
116If no suffix is given, the value is assumed to be in megabytes.
117.Pp
118.Ar memsize
119defaults to 256M.
117.It Fl p Ar vcpu:hostcpu
118Pin guest's virtual CPU
119.Em vcpu
120to
121.Em hostcpu .
122.It Fl P
123Force the guest virtual CPU to exit when a PAUSE instruction is detected.
124.It Fl s Ar slot,emulation Ns Op , Ns Ar conf

--- 249 unchanged lines hidden ---
120.It Fl p Ar vcpu:hostcpu
121Pin guest's virtual CPU
122.Em vcpu
123to
124.Em hostcpu .
125.It Fl P
126Force the guest virtual CPU to exit when a PAUSE instruction is detected.
127.It Fl s Ar slot,emulation Ns Op , Ns Ar conf

--- 249 unchanged lines hidden ---