Deleted Added
full compact
bhyve.8 (268894) bhyve.8 (268933)
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 268894 2014-07-19 22:24:29Z jhb $
25.\" $FreeBSD: stable/10/usr.sbin/bhyve/bhyve.8 268933 2014-07-21 00:21:56Z jhb $
26.\"
26.\"
27.Dd January 27, 2014
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

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

121emulation is identical but uses a PCI vendor ID of
122.Li AMD .
123.It Li passthru
124PCI pass-through device.
125.It Li virtio-net
126Virtio network interface.
127.It Li virtio-blk
128Virtio block storage interface.
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

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

121emulation is identical but uses a PCI vendor ID of
122.Li AMD .
123.It Li passthru
124PCI pass-through device.
125.It Li virtio-net
126Virtio network interface.
127.It Li virtio-blk
128Virtio block storage interface.
129.It Li virtio-rnd
130Virtio RNG interface.
129.It Li ahci-cd
130AHCI controller attached to an ATAPI CD/DVD.
131.It Li ahci-hd
132AHCI controller attached to a SATA hard-drive.
133.It Li uart
134PCI 16550 serial device.
135.It Li lpc
136LPC PCI-ISA bridge with COM1 and COM2 16550 serial ports. The LPC bridge

--- 167 unchanged lines hidden ---
131.It Li ahci-cd
132AHCI controller attached to an ATAPI CD/DVD.
133.It Li ahci-hd
134AHCI controller attached to a SATA hard-drive.
135.It Li uart
136PCI 16550 serial device.
137.It Li lpc
138LPC PCI-ISA bridge with COM1 and COM2 16550 serial ports. The LPC bridge

--- 167 unchanged lines hidden ---