Deleted Added
full compact
bhyve.8 (268933) bhyve.8 (268953)
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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
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.\"
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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
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: stable/10/usr.sbin/bhyve/bhyve.8 268933 2014-07-21 00:21:56Z jhb $
25.\" $FreeBSD: stable/10/usr.sbin/bhyve/bhyve.8 268953 2014-07-21 19:08:02Z jhb $
26.\"
27.Dd April 2, 2014
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
26.\"
27.Dd April 2, 2014
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 aehwxAHPW
35.Op Fl aehwxACHPW
36.Op Fl c Ar numcpus
37.Op Fl g Ar gdbport
38.Op Fl p Ar vcpu:hostcpu
39.Op Fl s Ar slot,emulation Ns Op , Ns Ar conf
40.Op Fl l Ar lpcdev Ns Op , Ns Ar conf
41.Ar vmname
42.Sh DESCRIPTION
43.Nm

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

64.It Fl A
65Generate ACPI tables.
66Required for
67.Fx Ns /amd64
68guests.
69.It Fl c Ar numcpus
70Number of guest virtual CPUs.
71The default is 1 and the maximum is 16.
36.Op Fl c Ar numcpus
37.Op Fl g Ar gdbport
38.Op Fl p Ar vcpu:hostcpu
39.Op Fl s Ar slot,emulation Ns Op , Ns Ar conf
40.Op Fl l Ar lpcdev Ns Op , Ns Ar conf
41.Ar vmname
42.Sh DESCRIPTION
43.Nm

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

64.It Fl A
65Generate ACPI tables.
66Required for
67.Fx Ns /amd64
68guests.
69.It Fl c Ar numcpus
70Number of guest virtual CPUs.
71The default is 1 and the maximum is 16.
72.It Fl C
73Include guest memory in core file.
72.It Fl H
73Yield the virtual CPU thread when a HLT instruction is detected.
74If this option is not specified, virtual CPUs will use 100% of a host CPU.
75.It Fl g Ar gdbport
76For
77.Fx Ns /amd64 kernels compiled with
78.Cd "option bvmdebug" ,
79allow a remote kernel kgdb to be relayed to the guest kernel gdb stub

--- 226 unchanged lines hidden ---
74.It Fl H
75Yield the virtual CPU thread when a HLT instruction is detected.
76If this option is not specified, virtual CPUs will use 100% of a host CPU.
77.It Fl g Ar gdbport
78For
79.Fx Ns /amd64 kernels compiled with
80.Cd "option bvmdebug" ,
81allow a remote kernel kgdb to be relayed to the guest kernel gdb stub

--- 226 unchanged lines hidden ---