summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/bhyve.8
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2014-02-26 19:14:54 +0000
committerneel <neel@FreeBSD.org>2014-02-26 19:14:54 +0000
commit040588f2e53028e3696d31d05700e00bb589c327 (patch)
tree9da06f84a4bdb5d2a3a4821f7ab6ea23fd1da7cd /usr.sbin/bhyve/bhyve.8
parent509a9dbc3f3c1a50b18ddcb61a31808f1faca9d9 (diff)
downloadFreeBSD-src-040588f2e53028e3696d31d05700e00bb589c327.zip
FreeBSD-src-040588f2e53028e3696d31d05700e00bb589c327.tar.gz
Document the "-a" and "-x" options to match the changes in r262236.
Reviewed by: grehan
Diffstat (limited to 'usr.sbin/bhyve/bhyve.8')
-rw-r--r--usr.sbin/bhyve/bhyve.89
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index b59996a..2b71bf3 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -32,7 +32,7 @@
.Nd "run a guest operating system inside a virtual machine"
.Sh SYNOPSIS
.Nm
-.Op Fl aehwAHPW
+.Op Fl aehwxAHPW
.Op Fl c Ar numcpus
.Op Fl g Ar gdbport
.Op Fl p Ar pinnedcpu
@@ -58,7 +58,10 @@ exit is detected.
.Sh OPTIONS
.Bl -tag -width 10n
.It Fl a
-Disallow use of the local APIC in X2APIC mode.
+The guest's local APIC is configured in xAPIC mode.
+
+The xAPIC mode is the default setting so this option is redundant. It will be
+deprecated in a future version.
.It Fl A
Generate ACPI tables.
Required for
@@ -229,6 +232,8 @@ to exit when a guest issues an access to an I/O port that is not emulated.
This is intended for debug purposes.
.It Fl w
Ignore accesses to unimplemented Model Specific Registers (MSRs). This is intended for debug purposes.
+.It Fl x
+The guest's local APIC is configured in x2APIC mode.
.It Fl h
Print help message and exit.
.It Ar vmname
OpenPOWER on IntegriCloud